:root{
  --blue-700:#0b74b5;
  --blue-600:#179fd3;
  --blue-500:#03a3e6;
  --blue-400:#00aaff;
  --ink:#0b1220;
  --muted:#475569;
  --bg:#f6f9ff;
  --card:#ffffff;
  --border:rgba(15,23,42,.12);
  --shadow:0 10px 30px rgba(2, 6, 23, .10);
  --radius:18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color:var(--ink);
  background:radial-gradient(1200px 600px at 20% 0%, rgba(3,163,230,.14), transparent 60%),
             radial-gradient(900px 500px at 80% 10%, rgba(0,170,255,.12), transparent 60%),
             var(--bg);
  line-height:1.55;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}

.top-svg{position:absolute;top:0;left:0;z-index:0;width:min(520px, 95vw);height:auto;opacity:.95}
.footer-svg{position:absolute;right:0;bottom:0;transform:scale(-1,-1);width:min(520px, 95vw);height:auto;opacity:.95;pointer-events:none}
.layers-svg{
  position:relative;
  display:block;
  width:100%;
  height:190px;
  z-index:0;
  pointer-events:none;
  margin-top:-10px;
}

.container{
  position:relative;
  max-width:1100px;
  margin:24px auto;
  padding:22px 22px 120px;
  background:rgba(255,255,255,.72);
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  backdrop-filter:saturate(140%) blur(10px);
  overflow:hidden;
}

.logo{
  position:absolute;
  top:16px;
  right:16px;
  z-index:2;
  display:flex;
  align-items:center;
  gap:12px;
}
.logo img{width:84px}

.header{
  position:sticky;
  top:0;
  z-index:10;
  padding-top:90px;
}

.nav{
  position:relative;
  z-index:3;
  margin-top:14px;
}

.nav ul{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding:0;
  margin:0;
}
.nav li{
  list-style:none;
  padding:10px 14px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(3,163,230,.98), rgba(23,159,211,.98));
  color:#fff;
  font-weight:700;
  letter-spacing:.2px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 8px 18px rgba(3, 163, 230, .20);
  transition:transform .15s ease, filter .15s ease;
}
.nav li:hover{transform:translateY(-1px);filter:saturate(1.1)}

.content{
  position:relative;
  z-index:2;
  padding-top:14px;
}

.hero{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:18px;
  align-items:start;
  padding:18px;
  border-radius:var(--radius);
  border:1px solid var(--border);
  background:linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.65));
}

.hero h1{
  margin:0 0 8px;
  font-size:44px;
  line-height:1.1;
  letter-spacing:-.7px;
  color:var(--blue-700);
}
.hero p{margin:0;color:var(--muted);font-size:18px}

.heroActions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 14px;
  border-radius:12px;
  font-weight:800;
  border:1px solid var(--border);
  background:#fff;
  color:var(--ink);
  transition:transform .15s ease, box-shadow .15s ease;
}
.btn:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(2,6,23,.10)}
.btnPrimary{
  background:linear-gradient(180deg, var(--blue-500), var(--blue-600));
  color:#fff;
  border-color:rgba(255,255,255,.18);
}
.btnGhost{
  background:transparent;
  border-color:rgba(3,163,230,.25);
  color:var(--blue-700);
}

.heroCard{
  border-radius:var(--radius);
  border:1px solid var(--border);
  background:rgba(255,255,255,.72);
  padding:14px;
}
.heroCardTitle{
  margin:0 0 6px;
  font-size:14px;
  color:var(--blue-700);
  text-transform:uppercase;
  letter-spacing:.8px;
}
.heroCardList{
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}
.heroCardList li{
  list-style:none;
  color:var(--muted);
  font-weight:700;
}

h2{
  margin:26px 0 10px;
  font-size:34px;
  letter-spacing:-.4px;
  color:var(--blue-700);
}
h3{
  margin:22px 0 8px;
  font-size:22px;
  color:var(--blue-700);
}
p{margin:0 0 10px}

.badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.badge{
  background:rgba(3,163,230,.10);
  border:1px solid rgba(3,163,230,.18);
  color:var(--blue-700);
  padding:8px 10px;
  border-radius:999px;
  font-weight:800;
  font-size:14px;
}

.section{
  margin-top:18px;
  padding:18px;
  border-radius:var(--radius);
  border:1px solid var(--border);
  background:rgba(255,255,255,.68);
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
  margin-top:12px;
}
.service-card{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:16px;
  padding:14px;
  box-shadow:0 8px 18px rgba(2, 6, 23, .06);
}
.service-card h4{
  margin:0 0 6px;
  font-size:16px;
  color:var(--blue-700);
}
.service-card p{margin:0;color:var(--muted);font-size:15px}
.service-card ul{margin:10px 0 0;padding-left:18px;color:var(--muted)}

.booking-contact{
  margin-top:10px;
  background:var(--card);
  border-radius:var(--radius);
  border:1px solid var(--border);
  box-shadow:0 10px 18px rgba(2, 6, 23, .06);
  padding:18px;
}
.booking-contact h3{text-align:left;margin-top:0}
.booking-contact ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.booking-contact label{display:block;margin-bottom:6px;font-weight:800;color:var(--blue-700)}
.booking-contact input,
.booking-contact select,
.booking-contact textarea{
  width:100%;
  padding:11px 12px;
  font-size:16px;
  border:1px solid rgba(15,23,42,.16);
  border-radius:12px;
  background:#fff;
}
.booking-contact input:focus,
.booking-contact select:focus,
.booking-contact textarea:focus{
  outline:none;
  border-color:rgba(3,163,230,.45);
  box-shadow:0 0 0 4px rgba(3,163,230,.12);
}
.booking-contact button{
  width:100%;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(180deg, var(--blue-500), var(--blue-600));
  color:#fff;
  font-weight:900;
  letter-spacing:.2px;
  cursor:pointer;
  transition:transform .15s ease, filter .15s ease;
}
.booking-contact button:hover{transform:translateY(-1px);filter:saturate(1.05)}
.booking-contact button:disabled{opacity:.6;cursor:not-allowed;transform:none}
.helpText{color:var(--muted);font-size:14px;margin-top:6px}

#formMessage .alert{
  padding:10px 12px;
  margin-top:12px;
  border-radius:12px;
  font-weight:800;
}
.alert-success{color:#155724;background:#d4edda;border:1px solid #c3e6cb}
.alert-error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb}

.footer{
  position:relative;
  margin-top:24px;
  padding-top:0;
}
.footer-logo{
  position:absolute;
  left:0;
  right:0;
  top:36px;
  z-index:2;
  text-align:center;
  font-weight:950;
  color:var(--blue-700);
  font-size:22px;
  margin:0;
}
.footerInner{
  position:relative;
  z-index:2;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:0 4px;
}
.footerLogo{
  font-weight:950;
  color:var(--blue-700);
  font-size:22px;
}
.footerLinks{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  color:var(--muted);
  font-weight:700;
}

.gallery-section{
  margin-top:16px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}
.galleryCard{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 8px 18px rgba(2,6,23,.06);
}
.galleryCard img{display:block;width:100%;cursor:zoom-in}
.galleryCard p{margin:0;padding:12px;color:var(--muted);font-weight:700;font-size:14px}

.lightbox{
  position:fixed;
  inset:0;
  z-index:999;
  display:none;
}
.lightbox.is-open{display:block}
.lightbox__backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,6,23,.70);
}
.lightbox__panel{
  position:relative;
  z-index:1;
  max-width:min(980px, calc(100vw - 32px));
  max-height:calc(100vh - 32px);
  margin:16px auto;
  background:rgba(255,255,255,.95);
  border:1px solid rgba(255,255,255,.22);
  border-radius:16px;
  box-shadow:0 22px 60px rgba(2,6,23,.40);
  overflow:hidden;
}
.lightbox__close{
  position:absolute;
  top:10px;
  right:10px;
  width:40px;
  height:40px;
  border-radius:12px;
  border:1px solid rgba(15,23,42,.16);
  background:#fff;
  color:var(--ink);
  font-size:26px;
  line-height:36px;
  cursor:pointer;
}
.lightbox__img{
  display:block;
  width:100%;
  height:auto;
  max-height:calc(100vh - 140px);
  object-fit:contain;
  background:#fff;
}
.lightbox__caption{
  margin:0;
  padding:12px 14px 14px;
  color:var(--muted);
  font-weight:700;
  border-top:1px solid rgba(15,23,42,.10);
}

@media (max-width: 980px){
  .container{margin:14px;padding:18px 16px 110px}
  .hero{grid-template-columns:1fr}
  .hero h1{font-size:38px}
  .services-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .gallery-section{grid-template-columns:repeat(2, minmax(0, 1fr))}
}

@media (max-width: 560px){
  .logo img{width:72px}
  .header{padding-top:86px}
  .nav li{padding:10px 12px}
  .hero h1{font-size:32px}
  .services-grid{grid-template-columns:1fr}
  .gallery-section{grid-template-columns:1fr}
  .footer-logo{top:28px}
  .layers-svg{height:170px;margin-top:-8px}
}

/* =========================
   Pro UI v2 (full redesign)
   ========================= */

/* The new pages will use .app / .wrap / .site-header / .site-main */
.app{
  min-height:100vh;
  background:
    radial-gradient(900px 520px at 15% -10%, rgba(3,163,230,.18), transparent 60%),
    radial-gradient(900px 520px at 90% 0%, rgba(0,170,255,.14), transparent 55%),
    linear-gradient(180deg, #f7fbff, #f2f7ff);
}

.wrap{
  max-width:1180px;
  margin:0 auto;
  padding:0 20px;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(247, 251, 255, .78);
  backdrop-filter:saturate(150%) blur(10px);
  border-bottom:1px solid rgba(15,23,42,.10);
}

.site-header__bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  flex:0 1 auto;
}
.brand__mark{
  width:44px;
  height:44px;
  border-radius:12px;
  background:transparent;
  border:none;
  box-shadow:none;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.brand__mark img{width:34px;height:34px;object-fit:contain}
.brand__text{min-width:0}
.brand__name{
  font-weight:950;
  letter-spacing:-.3px;
  color:var(--blue-700);
  line-height:1.1;
}
.brand__tag{
  font-size:13px;
  font-weight:750;
  color:var(--muted);
  margin-top:2px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.site-nav{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:nowrap;
  justify-content:flex-end;
  flex-shrink:0;
}
.site-nav a{
  padding:10px 12px;
  border-radius:12px;
  font-weight:850;
  color:rgba(11,18,32,.88);
  border:1px solid transparent;
  white-space:nowrap;
  transition:background .15s ease, border-color .15s ease, transform .15s ease;
}
.site-nav a:hover{
  background:rgba(255,255,255,.75);
  border-color:rgba(15,23,42,.10);
  transform:translateY(-1px);
}
.site-nav a.is-active{
  color:var(--blue-700);
  background:rgba(3,163,230,.10);
  border-color:rgba(3,163,230,.18);
}

.header-cta{
  display:flex;
  gap:10px;
  align-items:center;
  flex-shrink:0;
}
.header-cta .btn2{white-space:nowrap}

.btn2{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:11px 14px;
  border-radius:14px;
  font-weight:900;
  letter-spacing:.2px;
  border:1px solid rgba(15,23,42,.12);
  background:rgba(255,255,255,.9);
  color:var(--ink);
  box-shadow:0 10px 24px rgba(2,6,23,.08);
  transition:transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.btn2:hover{transform:translateY(-1px);box-shadow:0 16px 32px rgba(2,6,23,.12)}
.btn2:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(3,163,230,.16), 0 16px 32px rgba(2,6,23,.12)}
.btn2--primary{
  border-color:rgba(255,255,255,.18);
  background:linear-gradient(180deg, var(--blue-500), var(--blue-700));
  color:#fff;
  filter:saturate(1.05);
}
.btn2--ghost{
  background:transparent;
  box-shadow:none;
  border-color:rgba(3,163,230,.22);
  color:var(--blue-700);
}

.site-main{padding:34px 0 0}

.hero2{
  padding:34px 0 18px;
}
.hero2__grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
  align-items:start;
}
.hero2__title{
  margin:0;
  font-size:52px;
  line-height:1.03;
  letter-spacing:-1.1px;
  color:var(--blue-700);
}
.hero2__sub{
  margin:10px 0 0;
  max-width:62ch;
  font-size:18px;
  color:rgba(11,18,32,.74);
}
.hero2__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}

.trustRow{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.trustPill{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding:10px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(15,23,42,.10);
  color:rgba(11,18,32,.78);
  font-weight:850;
  font-size:14px;
}
.trustPill strong{color:var(--blue-700)}

.panel{
  border-radius:22px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 18px 50px rgba(2,6,23,.10);
  overflow:hidden;
}
.panel__inner{padding:18px}
.panel__kicker{
  margin:0 0 8px;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.9px;
  color:rgba(11,18,32,.62);
  font-weight:950;
}
.panel__title{
  margin:0 0 8px;
  font-size:18px;
  color:var(--blue-700);
  font-weight:950;
}
.panel__list{margin:0;padding:0;display:grid;gap:10px}
.panel__list li{
  list-style:none;
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-weight:800;
  color:rgba(11,18,32,.76);
}
.panel__list li span{
  width:22px;
  height:22px;
  border-radius:8px;
  background:rgba(3,163,230,.12);
  border:1px solid rgba(3,163,230,.18);
  display:grid;
  place-items:center;
  color:var(--blue-700);
  flex:0 0 auto;
  margin-top:1px;
}

.section2{padding:22px 0}
.section2__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
.section2 h2{
  margin:0;
  font-size:34px;
  letter-spacing:-.6px;
}
.section2 p{margin:8px 0 0;color:rgba(11,18,32,.72)}

.grid3{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}
.card2{
  border-radius:20px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.86);
  box-shadow:0 14px 40px rgba(2,6,23,.08);
  padding:16px;
}
.card2 h3{margin:0 0 6px;font-size:18px}
.card2 p{margin:0;color:rgba(11,18,32,.72)}
.card2 ul{margin:10px 0 0;padding-left:18px;color:rgba(11,18,32,.72);font-weight:650}

/* Form: keep existing structure but improve layout when used in v2 pages */
.booking-contact{
  background:rgba(255,255,255,.92);
  border-color:rgba(15,23,42,.10);
  box-shadow:0 18px 45px rgba(2,6,23,.10);
}
.booking-contact ul{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}
.booking-contact ul li:last-child{grid-column:1 / -1}
#formMessage{grid-column:1 / -1}
.booking-contact button{border-radius:14px}

.pageFooter{
  margin-top:34px;
  position:relative;
}
.pageFooter__inner{
  padding:18px 0 26px;
  display:flex;
  flex-wrap:wrap;
  gap:10px 16px;
  align-items:center;
  justify-content:space-between;
  color:rgba(11,18,32,.70);
  font-weight:750;
}
.pageFooter__links{display:flex;flex-wrap:wrap;gap:10px}
.pageFooter__links a{
  padding:8px 10px;
  border-radius:12px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.75);
}

@media (max-width: 980px){
  .hero2__grid{grid-template-columns:1fr}
  .hero2__title{font-size:44px}
  .grid3{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .booking-contact ul{grid-template-columns:1fr}
}
@media (max-width: 560px){
  .site-header__bar{
    flex-wrap:wrap;
    row-gap:10px;
  }
  .brand__tag{display:none}
  .site-nav{
    order:3;
    width:100%;
    justify-content:flex-start;
    overflow-x:auto;
    padding-bottom:4px;
    scrollbar-width:none;
  }
  .site-nav::-webkit-scrollbar{display:none}
  .site-nav a{
    font-size:13px;
    padding:8px 10px;
    white-space:nowrap;
  }
  .header-cta{
    order:2;
  }
  .hero2__title{font-size:32px}
  .grid3{grid-template-columns:1fr}
}

/* =========================
   Legacy markup reskin (v2)
   Uses existing .container/.nav/.hero markup
   ========================= */

body{
  background:
    radial-gradient(900px 520px at 15% -10%, rgba(3,163,230,.18), transparent 60%),
    radial-gradient(900px 520px at 90% 0%, rgba(0,170,255,.14), transparent 55%),
    linear-gradient(180deg, #f7fbff, #f2f7ff) !important;
}

.container{
  max-width:1180px;
  margin:18px auto;
  padding:18px 18px 34px;
  background:transparent;
  border:none;
  box-shadow:none;
  backdrop-filter:none;
  overflow:visible;
}

.top-svg{opacity:.28;filter:blur(.2px)}

.logo{
  position:static;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  margin-bottom:10px;
}
.logo img{
  width:46px;
  height:46px;
  border-radius:14px;
  background:linear-gradient(180deg, rgba(3,163,230,.22), rgba(23,159,211,.10));
  border:1px solid rgba(3,163,230,.22);
  padding:6px;
  box-shadow:0 18px 50px rgba(2,6,23,.10);
}

.header{
  position:sticky;
  top:0;
  z-index:60;
  padding-top:0;
  margin-bottom:14px;
  background:rgba(247, 251, 255, .78);
  backdrop-filter:saturate(150%) blur(10px);
  border:1px solid rgba(15,23,42,.10);
  border-radius:18px;
}
.nav{margin-top:0;padding:10px 10px}
.nav ul{
  gap:6px;
  justify-content:flex-start;
}
.nav a{display:inline-flex}
.nav li{
  background:transparent;
  color:rgba(11,18,32,.86);
  border:1px solid transparent;
  box-shadow:none;
  font-weight:900;
  padding:10px 12px;
}
.nav li:hover{
  background:rgba(255,255,255,.75);
  border-color:rgba(15,23,42,.10);
  filter:none;
}

.content{padding-top:0}

.hero{
  grid-template-columns:1.25fr .75fr;
  padding:22px;
  border:none;
  background:transparent;
  gap:16px;
}
.hero h1{
  font-size:52px;
  letter-spacing:-1.1px;
  margin:0;
}
.hero p{
  color:rgba(11,18,32,.74);
  font-size:18px;
}
.heroActions{margin-top:16px}
.btn{
  border-radius:14px;
  padding:11px 14px;
  font-weight:900;
  box-shadow:0 10px 24px rgba(2,6,23,.08);
}
.btnGhost{box-shadow:none}

.badges{margin-top:18px}
.badge{
  background:rgba(255,255,255,.82);
  border-color:rgba(15,23,42,.10);
  color:rgba(11,18,32,.76);
}

.heroCard{
  border-radius:22px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.82);
  box-shadow:0 18px 50px rgba(2,6,23,.10);
}
.heroCardTitle{
  color:rgba(11,18,32,.62);
  font-weight:950;
  letter-spacing:.9px;
}
.heroCardList li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-weight:850;
  color:rgba(11,18,32,.76);
}
.heroCardList li::before{
  content:"✓";
  width:22px;
  height:22px;
  border-radius:8px;
  background:rgba(3,163,230,.12);
  border:1px solid rgba(3,163,230,.18);
  display:inline-grid;
  place-items:center;
  color:var(--blue-700);
  flex:0 0 auto;
  margin-top:1px;
}

.section{
  padding:18px 0;
  border:none;
  background:transparent;
}
.section h2{
  margin:0 0 10px;
  font-size:34px;
  letter-spacing:-.6px;
}
.section > p{max-width:70ch;color:rgba(11,18,32,.72)}

.services-grid{gap:14px}
.service-card{
  border-radius:20px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.86);
  box-shadow:0 14px 40px rgba(2,6,23,.08);
  padding:16px;
}
.service-card h4{font-size:18px}
.service-card p, .service-card ul{color:rgba(11,18,32,.72)}
.service-card ul{font-weight:650}

.booking-contact{
  margin-top:8px;
  border-radius:22px;
  background:rgba(255,255,255,.92);
  border-color:rgba(15,23,42,.10);
  box-shadow:0 18px 45px rgba(2,6,23,.10);
}
.booking-contact ul{grid-template-columns:repeat(2, minmax(0, 1fr))}
.booking-contact ul li:last-child{grid-column:1 / -1}
#formMessage{grid-column:1 / -1}

.footer{
  margin-top:28px;
}
.footer-logo{
  color:rgba(11,18,32,.62);
  letter-spacing:.8px;
  text-transform:uppercase;
  font-size:14px;
  top:18px;
}
.layers-svg{margin-top:0}

@media (max-width: 980px){
  .hero{grid-template-columns:1fr}
  .hero h1{font-size:44px}
  .booking-contact ul{grid-template-columns:1fr}
}
@media (max-width: 560px){
  .container{margin:12px auto;padding:12px 12px 26px}
  .hero h1{font-size:36px}
}

/* Accessibility polish */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:none;
  box-shadow:0 0 0 4px rgba(3,163,230,.18);
  border-radius:12px;
}

@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto}
  .btn, .btn2, .nav li{transition:none}
}

