/* =========================================================
   ROOT VARIABLES
   - Change colours here first if you want to tweak theme
   ========================================================= */
:root{
  --bg:#eef3f1;
  --paper:#ffffff;
  --ink:#17212b;
  --muted:#5d6a74;
  --line:rgba(23,33,43,.10);
  --brand:#0d5c63;
  --brand-2:#124f7b;
  --gold:#b88a3b;
  --moss:#5f7b57;
  --whatsapp:#1fa463;
  --shadow:0 18px 45px rgba(15,34,48,.10);
  --radius:24px;
  --max:1120px;
}

/* =========================================================
   GLOBAL BASICS
   ========================================================= */
*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at top left, rgba(184,138,59,.10), transparent 28%),
    radial-gradient(circle at top right, rgba(13,92,99,.12), transparent 30%),
    linear-gradient(180deg, #edf3f6 0%, #eef3f1 38%, #f7f4ed 100%);
  line-height:1.65;
}

img{max-width:100%;display:block}
a{color:var(--brand-2)}
a:hover{opacity:.88}

/* =========================================================
   TOP BAR
   ========================================================= */
.topbar{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter: blur(12px);
  background:rgba(255,255,255,.72);
  border-bottom:1px solid rgba(255,255,255,.45);
}

.topbar-inner{
  max-width:var(--max);
  margin:0 auto;
  padding:12px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.brand-lockup{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.crest{
  width:40px;
  height:40px;
  border-radius:14px;
  background:linear-gradient(135deg, rgba(13,92,99,.96), rgba(18,79,123,.96));
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:800;
  box-shadow:var(--shadow);
  flex:0 0 auto;
}

.brand-text{
  min-width:0;
}

.brand-text strong{
  display:block;
  font-size:.95rem;
  line-height:1.1;
}

.brand-text span{
  display:block;
  color:var(--muted);
  font-size:.82rem;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.top-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.mini-btn{
  text-decoration:none;
  border:1px solid var(--line);
  background:rgba(255,255,255,.82);
  color:var(--ink);
  padding:10px 14px;
  border-radius:999px;
  font-weight:700;
  font-size:.92rem;
}

.mini-btn.whatsapp{
  background:linear-gradient(135deg, #2bcf78, var(--whatsapp));
  color:#fff;
  border:none;
}

/* =========================================================
   HERO AREA
   ========================================================= */
.hero-wrap{
  max-width:var(--max);
  margin:0 auto;
  padding:26px 18px 8px;
}

.hero{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  min-height:540px;
  box-shadow:0 26px 60px rgba(12,25,37,.18);
  background:
    linear-gradient(180deg, rgba(7,22,31,.18), rgba(8,26,35,.62)),
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.20), transparent 18%),
    radial-gradient(circle at 85% 18%, rgba(255,255,255,.10), transparent 15%),
    linear-gradient(120deg, rgba(31,58,35,.55), rgba(16,70,88,.42) 40%, rgba(36,42,61,.35) 75%),
    url("https://images.unsplash.com/photo-1513635269975-59663e0ac1ad?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  isolation:isolate;
}

.hero::before{
  content:"";
  position:absolute;
  inset:auto -8% -18% -8%;
  height:46%;
  background:
    radial-gradient(circle at 22% 22%, rgba(255,255,255,.28), transparent 13%),
    radial-gradient(circle at 76% 18%, rgba(255,255,255,.18), transparent 12%),
    linear-gradient(180deg, rgba(9,27,18,.08), rgba(9,27,18,.46)),
    linear-gradient(120deg, #385846 0 26%, #4f6a55 26% 46%, #2f4d59 46% 70%, #20313d 70% 100%);
  clip-path: polygon(0 55%, 12% 48%, 22% 54%, 34% 44%, 46% 55%, 58% 47%, 69% 58%, 80% 45%, 90% 53%, 100% 43%, 100% 100%, 0 100%);
  opacity:.78;
  z-index:-1;
}

.hero::after{
  content:"";
  position:absolute;
  right:-90px;
  top:-50px;
  width:340px;
  height:340px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.18), transparent 68%);
  filter:blur(8px);
  z-index:-1;
}

.hero-inner{
  padding:40px 34px 30px;
  min-height:540px;
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap:28px;
  align-items:center;
}

.hero-copy{
  min-width:0;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:fit-content;
  max-width:100%;
  margin-bottom:14px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-size:.88rem;
  letter-spacing:.02em;
  font-weight:700;
  opacity:.92;
}

h1{
  margin:0;
  color:#fff;
  font-size:clamp(2rem, 4.2vw, 3.6rem);
  line-height:1.02;
  max-width:10ch;
  letter-spacing:-.02em;
}

.hero-sub{
  color:rgba(255,255,255,.92);
  font-size:1.02rem;
  max-width:46ch;
  margin:18px 0 20px;
}

.hero-pills{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:6px 0 16px;
}

.hero-pill{
  padding:9px 13px;
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  font-weight:700;
  font-size:.9rem;
}

.cta-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-decoration:none;
  padding:14px 18px;
  border-radius:16px;
  font-weight:800;
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.btn:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 26px rgba(0,0,0,.14);
}

.btn-primary{
  background:#fff;
  color:#163140;
}

.btn-outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.08);
}

/* =========================================================
   QUICK START CARD
   ========================================================= */
.quick-start-card{
  max-width:460px;
  padding:1.4rem 1.45rem;
  border-radius:22px;
  backdrop-filter:blur(14px);
  background:rgba(35, 43, 53, 0.50);
  border:1px solid rgba(255,255,255,0.14);
  color:#fff;
  justify-self:end;
}

.quick-start-card h2{
  font-size:1.05rem;
  line-height:1.25;
  margin:0 0 0.65rem;
  font-weight:700;
  letter-spacing:.01em;
}

.quick-intro{
  line-height:1.5;
  margin:0 0 1rem;
  color:rgba(255,255,255,0.85);
  max-width:26ch;
  font-size:.93rem;
}

.quick-item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:0.45rem 0;
}

.quick-item strong{
  display:block;
  font-weight:700;
  margin-bottom:3px;
  font-size:1rem;
}

.quick-item p{
  margin:0;
  color:rgba(255,255,255,0.84);
  font-size:.95rem;
}

.quick-icon{
  font-size:1.2rem;
  margin-top:2px;
  width:22px;
  flex:0 0 22px;
}

.quick-divider{
  height:1px;
  background:rgba(255,255,255,0.14);
  margin:0.85rem 0;
}

/* =========================================================
   PAGE WRAP + JUMP NAV
   ========================================================= */
.wrap{
  max-width:var(--max);
  margin:0 auto;
  padding:18px 18px 52px;
}

.anchor-nav{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  margin:18px 0 22px;
}

.anchor-nav a{
  text-decoration:none;
  color:var(--ink);
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid var(--line);
  font-weight:700;
  font-size:.92rem;
  box-shadow:0 6px 18px rgba(15,34,48,.04);
  flex:0 0 auto;
}

/* =========================================================
   STANDARD CONTENT SECTION
   ========================================================= */
.section{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(255,255,255,.85);
  box-shadow:var(--shadow);
  border-radius:30px;
  padding:28px;
  margin:16px 0;
  backdrop-filter:blur(10px);
}

.section-header{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-bottom:14px;
}

.section-icon{
  width:auto;
  height:auto;
  display:grid;
  place-items:center;
  background:transparent;
  color:var(--brand-2);
  font-size:1.15rem;
  line-height:1;
  flex:0 0 auto;
  padding-top:6px;
}

.section h2{
  margin:0;
  font-size:clamp(1.45rem, 2.2vw, 2rem);
  line-height:1.1;
  letter-spacing:-.02em;
}

.lede{
  color:var(--muted);
  margin-top:8px;
  max-width:72ch;
}

/* =========================================================
   2-COLUMN GRID OF CARDS
   ========================================================= */
.grid{
  display:grid;
  gap:16px;
  grid-template-columns:repeat(2, minmax(0,1fr));
  margin-top:18px;
}

.tile{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:22px;
  padding:20px;
  box-shadow:0 10px 24px rgba(15,34,48,.04);
}

.tile h3{
  margin:0 0 10px;
  font-size:1.06rem;
}

.tile p:last-child,
.section p:last-child{
  margin-bottom:0;
}

/* =========================================================
   SIMPLE BULLET LIST INSIDE CARDS
   ========================================================= */
ul.clean{
  margin:0;
  padding-left:18px;
}

ul.clean li{
  margin:8px 0;
}

/* =========================================================
   TIP / NOTE BOXES
   ========================================================= */
.tip{
  margin-top:14px;
  padding:15px 16px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(95,123,87,.10), rgba(95,123,87,.05));
  border:1px solid rgba(95,123,87,.18);
}

.note{
  margin-top:14px;
  padding:15px 16px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(18,79,123,.08), rgba(18,79,123,.04));
  border:1px solid rgba(18,79,123,.14);
}

/* =========================================================
   STEP LIST (USED FOR WHATSAPP SECTION)
   ========================================================= */
.steps{
  list-style:none;
  padding:0;
  margin:16px 0 0;
  display:grid;
  gap:12px;
}

.steps li{
  display:flex;
  gap:14px;
  align-items:flex-start;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:20px;
  padding:14px 16px;
}

.step-no{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-weight:800;
  color:#fff;
  background:linear-gradient(135deg, var(--brand), var(--brand-2));
  flex:0 0 auto;
  box-shadow:0 8px 18px rgba(18,79,123,.20);
}

/* =========================================================
   TABLE WRAP (USED FOR TRIP TALK)
   ========================================================= */
.table-wrap{
  overflow:auto;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fff;
  margin-top:16px;
}

table{
  width:100%;
  border-collapse:collapse;
  min-width:700px;
}

th,td{
  padding:15px 16px;
  text-align:left;
  border-bottom:1px solid var(--line);
  vertical-align:top;
}

th{
  background:linear-gradient(180deg, rgba(18,79,123,.08), rgba(18,79,123,.04));
  font-size:.92rem;
  color:var(--brand-2);
}

tr:last-child td{
  border-bottom:none;
}

/* =========================================================
   CONTACT GRID
   ========================================================= */
.contact-grid{
  display:grid;
  gap:16px;
  grid-template-columns:1.05fr .95fr;
  margin-top:18px;
}

.contact-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:22px;
}

.contact-row{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px 0;
  border-top:1px solid var(--line);
}

.contact-row:first-child{
  border-top:none;
  padding-top:0;
}

.contact-row span:first-child{
  width:32px;
  text-align:center;
  flex:0 0 auto;
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer{
  text-align:center;
  color:var(--muted);
  padding:22px 16px 52px;
  font-size:.94rem;
}

.tiny{
  font-size:.86rem;
  color:var(--muted);
}

/* =========================================================
   TABLET / SMALL DESKTOP
   ========================================================= */
@media (max-width: 920px){
  .hero-inner{
    grid-template-columns:1fr;
    align-items:end;
  }

  .quick-start-card{
    justify-self:start;
    width:min(100%, 520px);
  }

  .contact-grid{
    grid-template-columns:1fr;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 720px){
  .topbar-inner{
    flex-direction:column;
    align-items:stretch;
  }

  .top-actions{
    justify-content:stretch;
  }

  .top-actions a{
    flex:1 1 0;
    text-align:center;
  }

  .hero{
    min-height:auto;
    border-radius:26px;
  }

  .hero-inner{
    min-height:auto;
    padding:28px 20px 22px;
  }

  .wrap{
    padding:12px 14px 44px;
  }

  .section{
    padding:22px;
  }

  .grid{
    grid-template-columns:1fr;
  }

  .anchor-nav{
    overflow-x:auto;
    overflow-y:hidden;
    flex-wrap:nowrap;
    padding-bottom:4px;
    -webkit-overflow-scrolling:touch;
  }

  .anchor-nav a{
    white-space:nowrap;
  }

  .section-icon{
    padding-top:2px;
  }

  h1{
    max-width:11ch;
  }

  .quick-start-card{
    padding:1.5rem;
  }
}