:root {
  color-scheme: light;
  --coral: #ff385c;
  --coral-dark: #e00b41;
  --ink: #222;
  --body: #454545;
  --muted: #6a6a6a;
  --line: #e1e1e1;
  --surface: #fff;
  --soft: #f7f7f7;
  --cream: #fff9f6;
  --aqua: #e7f3f3;
  --navy: #13364a;
  --shadow: 0 12px 38px rgba(34,34,34,.10);
  font-family: "Aptos", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--surface);
  scroll-behavior: smooth;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; line-height: 1.68; background: var(--surface); }
img { display: block; max-width: 100%; height: auto; }
a { color: #bd183c; text-underline-offset: .2em; }
a:hover { color: var(--coral-dark); }
.wrap { width: min(1200px, calc(100% - 44px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; padding: 10px 14px; background: white; }
.skip-link:focus { left: 12px; top: 12px; }
.site-header { position: relative; z-index: 5; background: white; border-bottom: 1px solid var(--line); }
.header-top { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); box-shadow: 0 7px 18px #ff385c40; }
.brand-mark svg { width: 28px; height: 28px; }
.brand-name { display: grid; line-height: 1.08; font-weight: 750; font-size: 19px; letter-spacing: -.045em; }
.brand-name small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.search-form { display: flex; align-items: center; gap: 6px; padding: 5px 6px 5px 14px; border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 2px 9px rgba(34,34,34,.05); }
.search-form label { position: absolute; left: -9999px; }
.search-form input[type="search"] { width: min(250px, 24vw); padding: 6px 2px; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 13px; }
.search-form button { width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 50%; color: white; background: var(--coral); cursor: pointer; }
.search-form button:hover { background: var(--coral-dark); }
.main-nav { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 6px; padding-block: 0 14px; }
.main-nav a { padding: 8px 11px; color: #3d4144; font-size: 13px; font-weight: 620; text-decoration: none; white-space: nowrap; border-radius: 999px; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--coral-dark); background: #fff0f2; }
.mobile-menu { display: none; }
.hero-home { position: relative; overflow: hidden; min-height: 545px; display: flex; align-items: center; color: white; background: #164052; isolation: isolate; }
.hero-home::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(90deg, rgba(14,31,42,.78) 0%, rgba(14,31,42,.50) 44%, rgba(14,31,42,.08) 100%), url("/img/hero-florida-cuba.jpg"); background-size: cover; background-position: center 56%; }
.hero-home-inner { padding-block: 82px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-home .eyebrow { color: #ffd9df; }
.eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
.hero-home h1 { max-width: 690px; margin: 16px 0 15px; font-size: clamp(42px, 6vw, 74px); font-weight: 720; line-height: 1.04; letter-spacing: -.055em; }
.hero-home p { max-width: 640px; margin-bottom: 26px; color: rgba(255,255,255,.9); font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 9px; background: var(--coral); color: white; font-size: 14px; font-weight: 680; line-height: 1.2; text-decoration: none; transition: background .18s ease, transform .18s ease; }
.button:hover { background: var(--coral-dark); color: white; transform: translateY(-2px); }
.button--white { background: white; color: var(--ink); }
.button--white:hover { background: #fff0f2; color: var(--coral-dark); }
.button--outline { border-color: rgba(255,255,255,.78); background: transparent; color: white; }
.button--outline:hover { background: white; color: var(--ink); }
.hero-note { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 7px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(255,255,255,.14); color: white; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.trust-row { position: relative; display: grid; grid-template-columns: repeat(3,1fr); margin-top: -24px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
.trust-item { padding: 20px 24px; display: flex; align-items: center; gap: 13px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-icon { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #fff0f2; color: var(--coral-dark); font-size: 18px; }
.trust-item strong { display: block; font-size: 14px; line-height: 1.25; }
.trust-item span:last-child { display: block; color: var(--muted); font-size: 12px; }
.section { padding-block: 82px; }
.section--soft { background: var(--soft); }
.section--cream { background: var(--cream); }
.section--navy { background: var(--navy); color: white; }
.section--navy h2, .section--navy h3 { color: white; }
.section--navy p { color: rgba(255,255,255,.78); }
.section-head { max-width: 750px; margin: 0 auto 36px; text-align: center; }
.section-head h2 { margin: 10px 0 12px; color: var(--ink); font-size: clamp(30px, 4vw, 46px); font-weight: 700; line-height: 1.12; letter-spacing: -.045em; }
.section-head p { color: var(--muted); font-size: 16px; }
.section--navy .section-head h2 { color: white; }
.section--navy .section-head p { color: rgba(255,255,255,.75); }
h2 { color: var(--ink); font-size: clamp(29px, 4vw, 44px); line-height: 1.14; letter-spacing: -.04em; }
h3 { color: var(--ink); font-size: 20px; line-height: 1.28; letter-spacing: -.025em; }
.body-grid { display: grid; grid-template-columns: minmax(0,1fr) 316px; align-items: start; gap: 38px; padding-block: 50px 82px; }
.article { min-width: 0; }
.article > :first-child { margin-top: 0; }
.article h2 { margin: 35px 0 13px; }
.article h3 { margin: 25px 0 8px; }
.article p, .article li { color: var(--body); font-size: 16px; }
.article ul, .article ol { padding-left: 22px; }
.article li { margin-bottom: 8px; }
.article .lead { color: #353a3d; font-size: 19px; line-height: 1.62; }
.article figure { margin: 28px 0; }
.article figure img { width: 100%; max-height: 500px; object-fit: cover; border-radius: 17px; }
.article figcaption { padding: 9px 3px 0; color: var(--muted); font-size: 12px; }
.page-hero { padding-block: 54px 42px; background: var(--cream); }
.page-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 52px; align-items: center; }
.page-hero h1 { max-width: 670px; margin: 12px 0 12px; color: var(--ink); font-size: clamp(39px, 5vw, 60px); line-height: 1.06; letter-spacing: -.052em; font-weight: 710; }
.page-hero p { max-width: 630px; margin-bottom: 0; color: var(--body); font-size: 17px; }
.page-hero figure { margin: 0; position: relative; }
.page-hero figure img { width: 100%; aspect-ratio: 1.22; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow); }
.page-hero figure::after { content: ""; position: absolute; right: -10px; bottom: -10px; z-index: -1; width: 36%; height: 45%; border-radius: 17px; background: #ffd7de; }
.crumb { margin-top: 17px; color: var(--muted); font-size: 12px; }
.crumb a { color: var(--muted); }
.sidebar { display: grid; gap: 20px; }
.side-card { padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.side-card h2 { margin-bottom: 11px; font-size: 20px; }
.side-card p, .side-card li { color: var(--muted); font-size: 13px; }
.side-card ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.side-card li a { font-weight: 650; text-decoration: none; }
.ad-unit { overflow: hidden; min-height: 82px; padding: 9px; border: 1px solid #ededed; border-radius: 14px; background: #fff; }
.ad-label { display: block; margin-bottom: 4px; color: #858585; font-size: 9px; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.adsbygoogle { width: 100%; }
.ad-unit ins.adsbygoogle { min-height: 80px; }
.link-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.link-card { display: flex; flex-direction: column; min-height: 236px; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: 0 5px 20px rgba(34,34,34,.04); color: inherit; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.link-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); color: inherit; }
.link-card .number { width: 35px; height: 35px; display: grid; place-items: center; margin-bottom: 19px; border-radius: 50%; color: var(--coral-dark); background: #fff0f2; font-size: 12px; font-weight: 800; }
.link-card h3 { margin-bottom: 8px; }
.link-card p { margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.link-card .arrow { margin-top: auto; color: var(--coral-dark); font-size: 13px; font-weight: 720; }
.notice { padding: 22px 24px; border: 1px solid #f5d7bd; border-radius: 14px; background: #fff8ef; color: #5a4634; }
.notice strong { color: #3d2b1c; }
.notice p:last-child { margin-bottom: 0; }
.notice--aqua { border-color: #c9dfdf; background: var(--aqua); color: #284447; }
.notice--rose { border-color: #ffd3db; background: #fff4f6; color: #57333a; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-block: 25px; }
.check-card { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.check-card h3 { margin-bottom: 6px; font-size: 16px; }
.check-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.faq { display: grid; gap: 12px; }
.faq details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.faq summary { cursor: pointer; color: var(--ink); font-weight: 700; }
.faq details p { margin: 13px 0 0; color: var(--body); font-size: 15px; }
.contact-box { display: grid; grid-template-columns: 1fr .75fr; gap: 25px; align-items: stretch; }
.contact-main { padding: 29px; border-radius: 17px; background: var(--soft); }
.contact-main h2 { font-size: 31px; }
.contact-side { padding: 29px; border-radius: 17px; color: white; background: var(--navy); }
.contact-side h2 { color: white; font-size: 25px; }
.contact-side p { color: rgba(255,255,255,.77); }
.contact-side a { color: white; }
.small-note { margin-top: 15px; color: var(--muted); font-size: 12px; }
.site-footer { padding: 50px 0 24px; border-top: 1px solid var(--line); background: #fbfbfb; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 42px; padding-bottom: 33px; }
.site-footer .brand-name { font-size: 17px; }
.site-footer p, .site-footer li { color: var(--muted); font-size: 13px; }
.site-footer h2 { margin-bottom: 12px; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.site-footer a { color: #43494d; }
.footer-bottom { padding-top: 17px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; }
@media (max-width: 980px) {
  .main-nav { justify-content: flex-start; gap: 3px; }
  .main-nav a { padding-inline: 9px; font-size: 12px; }
  .body-grid { grid-template-columns: minmax(0,1fr) 290px; gap: 23px; }
  .page-hero-grid { gap: 32px; }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 30px, 1200px); }
  .header-top { min-height: 72px; }
  .search-form input[type="search"] { width: min(210px, 32vw); }
  .main-nav { display: none; }
  .mobile-menu { position: relative; display: block; padding-bottom: 12px; }
  .mobile-menu summary { display: inline-flex; align-items: center; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); font-size: 13px; font-weight: 680; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu[open] > div { position: absolute; left: 0; right: 0; top: calc(100% - 4px); z-index: 20; display: grid; grid-template-columns: repeat(2,1fr); gap: 4px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
  .mobile-menu a { padding: 10px; border-radius: 8px; color: var(--ink); font-size: 13px; text-decoration: none; }
  .mobile-menu a:hover { background: #fff0f2; }
  .hero-home { min-height: 520px; align-items: end; }
  .hero-home::before { background-image: linear-gradient(0deg, rgba(14,31,42,.91) 0%, rgba(14,31,42,.62) 58%, rgba(14,31,42,.06) 100%), url("/img/hero-florida-cuba.jpg"); background-position: 64% center; }
  .hero-home-inner { padding-block: 60px 72px; }
  .hero-home h1 { font-size: clamp(42px, 13vw, 60px); }
  .trust-row { grid-template-columns: 1fr; margin-top: -20px; }
  .trust-item { padding: 14px 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .section { padding-block: 60px; }
  .link-cards { grid-template-columns: 1fr; }
  .link-card { min-height: auto; }
  .body-grid { grid-template-columns: 1fr; gap: 28px; padding-block: 35px 60px; }
  .sidebar { grid-template-columns: repeat(2,1fr); }
  .page-hero { padding-block: 40px 25px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .page-hero figure { order: -1; }
  .page-hero figure img { max-height: 300px; aspect-ratio: 1.5; }
  .page-hero h1 { font-size: clamp(39px, 11vw, 54px); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
}
@media (max-width: 500px) {
  .brand-mark { width: 37px; height: 37px; }
  .brand-name { font-size: 16px; }
  .brand-name small { font-size: 8px; letter-spacing: .1em; }
  .header-top { gap: 10px; }
  .search-form { padding-left: 10px; }
  .search-form input[type="search"] { width: 116px; font-size: 12px; }
  .search-form button { width: 31px; height: 31px; }
  .hero-home { min-height: 500px; }
  .check-grid, .sidebar, .contact-box { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .article .lead { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
