:root{
  --navy:#183a59;
  --navy2:#234c73;
  --gold:#d2a85e;
  --gold2:#e2c27c;
  --glass:rgba(54, 39, 21, .28);
  --glass2:rgba(90, 67, 36, .30);
  --text:#fff7ea;
  --muted:rgba(255,248,236,.88);
  --line:rgba(255,233,201,.30);
  --shadow:0 18px 50px rgba(16,20,28,.25);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;min-height:100%;-webkit-text-size-adjust:100%}
body{margin:0;color:white;background:#0f2233;min-height:100%;overflow-x:hidden;}
a{color:inherit;text-decoration:none}
.container{width:min(1200px,calc(100% - 34px));margin:auto}
.page-bg{background-image:var(--site-bg);background-size:cover;background-position:center top;background-attachment:scroll;position:relative;min-height:100vh;min-height:100svh;overflow-x:hidden;isolation:isolate;}
.page-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,27,36,.20) 0%,rgba(35,25,12,.18) 18%,rgba(34,26,18,.40) 60%,rgba(35,29,22,.68) 100%);pointer-events:none}
.page-bg > *{position:relative;z-index:1}
.topbar{padding:10px 0 6px;border-bottom:1px solid rgba(255,255,255,.18);font-size:14px;color:rgba(255,251,245,.95)}
.topbar .container{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.local-clock{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-left:auto;
  padding:5px 11px 5px 6px;
  border:1px solid rgba(255,232,181,.24);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(12,39,61,.30),rgba(255,232,181,.10));
  color:#fff7ea;
  font-weight:800;
  white-space:nowrap;
  box-shadow:0 8px 18px rgba(8,20,32,.12);
  backdrop-filter:blur(10px);
}

.clock-orb{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,248,236,.16);
  font-size:13px;
  line-height:1;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);
}

.clock-time{
  font-variant-numeric:tabular-nums;
  letter-spacing:.3px;
}
.nav{padding:8px 0 4px}
.nav .container{display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{height:200px;width:auto;display:block;filter:drop-shadow(0 8px 18px rgba(0,0,0,.22))}
.links{display:flex;align-items:center;gap:0;font-weight:700;color:rgba(255,249,240,.95)}
.links a{
  font-size:17px;
  position:relative;
  padding:0 15px;
}
.links a:not(:last-child)::after{
  content:"|";
  position:absolute;
  right:-2px;
  top:50%;
  transform:translateY(-50%);
  color:rgba(255,232,181,.72);
  font-weight:400;
}
.links a:hover{color:#ffe8b5}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 26px;border-radius:999px;font-weight:800;white-space:nowrap;transition:.2s ease;box-shadow:var(--shadow)}
.btn:hover{transform:translateY(-2px)}
.btn-wa{background:linear-gradient(135deg,rgba(229,196,130,.90),rgba(181,145,84,.92));border:1px solid rgba(255,238,212,.35);color:#fffaf0}
.btn-navy{background:linear-gradient(135deg,#173a58,#214f79);border:1px solid rgba(255,255,255,.12);color:white}
.btn-gold{background:linear-gradient(135deg,#d9b36b,#c69443);border:1px solid rgba(255,248,232,.18);color:#fffaf0}
.hero{padding:48px 0 44px}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;align-items:start}
.hero-copy{padding:130px 0 0 22px}
.hero-title{margin:0;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:clamp(58px,8vw,100px);line-height:.98;letter-spacing:-1.7px;color:#FFF8EF; text-shadow:0 3px 14px rgba(0,0,0,.18);text-shadow:0 8px 30px rgba(0,0,0,.22)}
.hero-sub{margin:18px 0 0;font-size:18px;color:rgba(255,250,243,.92)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.panel{background:linear-gradient(180deg,rgba(126,95,52,.28),rgba(62,46,26,.34));backdrop-filter:blur(14px);border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow)}
.services-panel{margin-top:28px;padding:18px 18px 20px}
.panel-title{text-align:center;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:32px;color:#fff6e8;margin:0 0 16px}
.services{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.card{border:1px solid rgba(255,224,177,.38);border-radius:22px;overflow:hidden;min-height:318px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;background:linear-gradient(180deg,rgba(68,50,27,.30),rgba(49,37,20,.46))}
.card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left, rgba(255,230,182,.18), rgba(0,0,0,0) 52%)}
.card-inner{position:relative;padding:22px 18px 18px;text-align:center}
.icon-ring{width:84px;height:84px;border:2px solid rgba(255,231,193,.7);border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;font-size:34px;color:#fff6e6}
.card h3{margin:0;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:28px;line-height:1.02;color:#fff8ef}
.card p{margin:14px 0 0;font-size:14px;line-height:1.45;color:rgba(255,247,235,.92)}
.process-panel{margin-top:20px;padding:16px 20px 20px}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:14px}
.step{display:grid;grid-template-columns:82px 1fr;gap:16px;align-items:start;position:relative}
.step-icon{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#173a58,#214f79);border:2px solid rgba(255,216,146,.65);box-shadow:0 10px 28px rgba(0,0,0,.18);font-size:32px;position:relative}
.step-num{position:absolute;top:-10px;right:-6px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#d9b36b,#b9863a);font-weight:800;font-size:22px;color:#fffaf0;border:2px solid rgba(255,244,224,.5)}
.step h4{margin:0 0 8px;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:24px;color:#fff8ef}
.step p{margin:0;font-size:15px;color:rgba(255,247,235,.9)}
.contact-panel{margin-top:18px;padding:10px 0}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center}
.contact-item{display:grid;grid-template-columns:96px 1fr;gap:16px;padding:16px 28px;align-items:center}
.contact-item + .contact-item{border-left:1px solid rgba(255,229,184,.34)}
.contact-icon{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;border:2px solid rgba(255,227,176,.7);font-size:34px;color:#fff5e6;background:rgba(26,44,63,.38)}
.contact-big{font-size:32px;font-weight:800;line-height:1;color:#fff9ef}
.contact-title{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:22px;color:#fff7ea}
.contact-small{font-size:14px;color:rgba(255,245,230,.92);margin-top:6px}
.footer-space{height:34px}
.site-footer{
  margin-top:28px;
  padding:18px 0 28px;
  border-top:1px solid rgba(255,232,181,.22);
  color:rgba(255,247,235,.78);
  font-size:13px;
  line-height:1.6;
  text-align:center;
}

.site-footer div{
  max-width:900px;
  margin:auto;
}
@media (max-width: 1100px){
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding:20px 0 0 10px}
  .services{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 760px){
  .topbar{font-size:12px}
  .nav .container{flex-direction:column;align-items:flex-start}
  .links{gap:0;flex-wrap:wrap}
  .brand img{height:84px}
  .hero{padding-top:18px}
  .hero-title{font-size:50px}
  .hero-copy{padding:10px 0 0 0}
  .services{grid-template-columns:1fr}
  .process-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .contact-item + .contact-item{border-left:0;border-top:1px solid rgba(255,229,184,.34)}
  .contact-big{font-size:26px}
}

.phone-contact .contact-title{
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:24px;
  color:#fff7ea;
  margin-bottom:8px;
}
.phone-contact .phone-small{
  font-size:18px;
  letter-spacing:.5px;
  line-height:1.1;
}
@media (max-width:760px){
  .phone-contact .phone-small{font-size:17px}
  .phone-contact .contact-title{font-size:22px}
}


.about-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  align-items:stretch;
}
.about-box{
  background:linear-gradient(180deg,rgba(96,72,38,.34),rgba(74,56,31,.42));
  border:1px solid rgba(255,236,205,.26);
  box-shadow:var(--shadow);
  backdrop-filter:blur(14px);
  border-radius:34px;
  padding:34px;
}
.about-box h2{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:44px;
  line-height:1.05;
  color:#fff8ef;
  text-shadow:0 8px 26px rgba(0,0,0,.18);
}
.about-box p{
  margin:16px 0 0;
  color:#FFF6EA; text-shadow:0 2px 12px rgba(0,0,0,.18);
  font-size:16px;
  line-height:1.75;
}
.about-points{
  display:grid;
  gap:14px;
}
.about-point{
  display:flex;
  gap:14px;
  align-items:flex-start;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,230,190,.24);
  border-radius:22px;
  padding:18px;
}
.about-point span{
  width:44px;
  height:44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#d9b36b,#c69443);
  color:#fffaf0;
  font-size:22px;
  flex:0 0 auto;
}
.about-point strong{
  display:block;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:22px;
  color:#fff8ef;
}
.about-point small{
  display:block;
  margin-top:5px;
  color:#F8EEDF;
  font-size:14px;
  line-height:1.55;
}
@media (max-width: 1100px){
  .about-grid{grid-template-columns:1fr}
}
@media (max-width:760px){
  .about-box{padding:22px}
  .about-box h2{font-size:34px}
}


.about-box p{
  font-size:16px;
  line-height:1.78;
}
.about-point strong{
  letter-spacing:.1px;
}


#hakkimizda .kicker{color:#E3C27F;}
#hakkimizda .about-box h2{color:#FFF8EF;text-shadow:0 3px 14px rgba(0,0,0,.18);}
#hakkimizda .about-box p{color:#FFF6EA;}
#hakkimizda .about-point strong{color:#FFF8EF;}
#hakkimizda .about-point small{color:#F6EBDD;}


/* Final responsive düzen: PC görünümü korunur, mobilde bozulma engellenir */
html, body{
  max-width:100%;
  overflow-x:hidden;
}

@media (max-width: 900px){
  .container{
    width:min(100% - 24px, 1200px);
  }

  .topbar .container{
    justify-content:center;
    text-align:center;
    gap:6px;
  }

  .nav .container{
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
  }

  .brand img{
    height:128px !important;
    max-width:92vw;
    object-fit:contain;
  }

  .links{
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
    gap:0 !important;
  }

  .links a{
    font-size:15px !important;
    padding:0 10px !important;
  }

  .btn-wa{
    width:min(100%, 330px);
    min-height:44px;
    padding:12px 18px;
  }

  .hero{
    padding:18px 0 28px;
  }

  .hero-grid,
  .hero .hero-panel{
    grid-template-columns:1fr !important;
    padding:22px !important;
    border-radius:28px !important;
  }

  .hero-copy{
    padding:20px 0 0 0 !important;
    text-align:center;
  }

  .hero-title{
    font-size:44px !important;
    line-height:1.05 !important;
    letter-spacing:-.6px !important;
  }

  .hero-sub{
    font-size:15px !important;
    max-width:100%;
  }

  .hero-actions{
    justify-content:center;
  }

  .hero-actions .btn{
    width:min(100%, 260px);
  }

  .services,
  .process-grid,
  .process,
  .about-grid,
  .info-grid,
  .cta-wrap,
  .contact-grid{
    grid-template-columns:1fr !important;
  }

  .services-panel,
  .process-panel,
  .contact-panel,
  .section-panel,
  .panel{
    border-radius:26px !important;
  }

  .card{
    min-height:auto !important;
  }

  .contact-item{
    grid-template-columns:62px 1fr !important;
    padding:14px 18px !important;
  }

  .contact-icon{
    width:58px !important;
    height:58px !important;
    font-size:25px !important;
  }

  .contact-big{
    font-size:18px !important;
    line-height:1.2 !important;
  }

  .contact-title{
    font-size:20px !important;
  }
}

@media (max-width: 520px){
  .brand img{
    height:112px !important;
  }

  .links a{
    font-size:14px !important;
    padding:0 8px !important;
  }

  .hero-title{
    font-size:38px !important;
  }

  .panel-title{
    font-size:28px !important;
  }

  .card h3{
    font-size:24px !important;
  }

  .icon-ring{
    width:70px !important;
    height:70px !important;
    font-size:28px !important;
  }

  .step{
    grid-template-columns:66px 1fr !important;
  }

  .step-icon{
    width:66px !important;
    height:66px !important;
    font-size:26px !important;
  }

  .step h4{
    font-size:22px !important;
  }

  .step p,
  .card p,
  .contact-small{
    font-size:13px !important;
  }
}


/* Güvenli otomatik gündüz / akşam tema sistemi */
:root{
  --day-bg: url("../img/kusadasi-day.jpg");
  --night-bg: url("../img/kusadasi-night.jpg");
  --day-bg-mobile: url("../img/kusadasi-day-mobile.jpg");
  --night-bg-mobile: url("../img/kusadasi-night-mobile.jpg");
  --site-bg: var(--day-bg);
}

body.theme-day {
  --site-bg: var(--day-bg);
}

body.theme-night {
  --site-bg: var(--night-bg);
}

.page-bg {
  background-image: var(--site-bg), linear-gradient(180deg,#0d2f4a,#123f5f) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}

body.theme-night .page-bg:before {
  background:
    linear-gradient(
      180deg,
      rgba(7,20,35,.18) 0%,
      rgba(8,20,34,.12) 25%,
      rgba(8,20,34,.20) 60%,
      rgba(8,20,34,.32) 100%
    ) !important;
}

body.theme-night .topbar {
  background: linear-gradient(90deg,rgba(10,41,68,.82),rgba(18,71,104,.78)) !important;
  color: #fff9ef !important;
  border-bottom: 1px solid rgba(255,221,166,.18) !important;
}

body.theme-night .nav {
  background: rgba(9,25,42,.14) !important;
  backdrop-filter: blur(8px);
}

body.theme-night .links a {
  color: #fff8ef !important;
}

body.theme-night .links a:not(:last-child)::after {
  color: rgba(255,219,153,.65) !important;
}

body.theme-night .btn-wa {
  background: linear-gradient(135deg,rgba(17,53,82,.92),rgba(33,81,119,.92)) !important;
  border: 1px solid rgba(255,221,166,.45) !important;
  color: #fff4d9 !important;
}

body.theme-night .btn-gold,
body.theme-night .btn-soft {
  background: linear-gradient(135deg,#d8b26b,#c38d34) !important;
  color: #fffaf0 !important;
}

body.theme-night .hero-title {
  color: #fff4de !important;
  text-shadow: 0 10px 26px rgba(0,0,0,.20) !important;
}

body.theme-night .hero-sub {
  color: rgba(255,248,238,.96) !important;
}

body.theme-night .panel,
body.theme-night .services-panel,
body.theme-night .process-panel,
body.theme-night .contact-panel,
body.theme-night .about-box {
  background: linear-gradient(180deg,rgba(10,36,60,.34),rgba(8,27,46,.42)) !important;
  border: 1px solid rgba(255,221,166,.24) !important;
  backdrop-filter: blur(12px);
}

body.theme-night .panel-title,
body.theme-night .about-box h2,
body.theme-night .card h3,
body.theme-night .step h4,
body.theme-night .contact-title {
  color: #fff1da !important;
}

body.theme-night .card p,
body.theme-night .step p,
body.theme-night .contact-small,
body.theme-night .about-box p,
body.theme-night .about-point small {
  color: #f8ecda !important;
}

body.theme-night .kicker {
  color: #e0bf79 !important;
}

body.theme-night .about-point {
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,221,166,.18) !important;
}

body.theme-night .brand {
  background: transparent !important;
}

body.theme-night .brand img {
  height: 145px !important;
  width: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.18)) !important;
}

@media (max-width:900px){
  body.theme-night .brand img {
    height: 110px !important;
  }
}

/* Kurumsal ince ayar katmani: icerik korunur, yalnizca oran/okunurluk/ritim duzeltilir. */
:root{
  --shadow:0 14px 34px rgba(8,20,32,.22);
}

body{
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

.topbar{
  background:rgba(7,31,51,.72);
  border-bottom:1px solid rgba(255,255,255,.14);
}

.nav{
  padding:14px 0 12px;
  background:linear-gradient(180deg,rgba(13,50,78,.34),rgba(13,50,78,.10));
  backdrop-filter:blur(8px);
}

.brand{
  display:inline-flex;
  align-items:center;
  min-width:150px;
}

.brand img{
  height:150px;
  transform:scale(1.08);
  transform-origin:left center;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.18));
}

.links{
  gap:2px;
}

.links a{
  font-size:16px;
  letter-spacing:.1px;
}

.btn{
  min-height:52px;
  padding:15px 28px;
  border-radius:999px;
  box-shadow:0 10px 24px rgba(8,20,32,.18);
}

.btn:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(8,20,32,.22);
}

.hero{
  padding:38px 0 40px;
}

.hero-copy{
  padding:105px 0 0 18px;
}

.hero-title{
  max-width:780px;
  font-size:clamp(54px,7.1vw,88px);
  line-height:1.02;
  letter-spacing:0;
}

.hero-sub{
  max-width:560px;
  font-size:17px;
  line-height:1.55;
}

.hero-actions{
  gap:16px;
  margin-top:26px;
}

.panel,
.about-box{
  border-radius:18px;
  border-color:rgba(255,236,205,.24);
  box-shadow:0 16px 38px rgba(8,20,32,.20);
}

.services-panel{
  margin-top:22px;
  padding:22px;
}

.panel-title,
.about-box h2{
  letter-spacing:0;
}

.card{
  border-radius:16px;
  min-height:292px;
}

.card-inner{
  padding:24px 18px 22px;
}

.icon-ring,
.step-icon,
.contact-icon{
  box-shadow:0 10px 22px rgba(8,20,32,.16);
}

.about-grid{
  margin-top:22px;
}

.about-box{
  padding:32px;
}

.about-point{
  border-radius:16px;
}

.process-panel,
.contact-panel{
  margin-top:22px;
}

.contact-panel{
  padding:12px 0;
}

.references-panel{
  margin-top:22px;
  padding:26px;
  overflow:hidden;
}

.references-head{
  display:grid;
  grid-template-columns:minmax(0, .95fr) minmax(280px, .7fr);
  gap:24px;
  align-items:end;
  margin-bottom:22px;
}

.reference-category{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:9px 16px 10px;
  border:1px solid rgba(255,229,184,.36);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(255,236,205,.18),rgba(37,79,91,.22));
  color:#ffe1a8;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:clamp(20px,2.1vw,28px);
  font-weight:800;
  line-height:1;
  text-shadow:0 10px 26px rgba(0,0,0,.24);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 12px 28px rgba(8,24,38,.14);
}

.reference-category::before{
  content:"";
  width:9px;
  height:9px;
  flex:0 0 9px;
  border-radius:50%;
  background:#e3bb69;
  box-shadow:0 0 0 5px rgba(227,187,105,.14);
}

.reference-category-main{
  font-size:clamp(23px,2.6vw,34px);
  padding:10px 18px 11px;
  margin-bottom:6px;
}

.references-head h2{
  margin:6px 0 0;
  max-width:760px;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:clamp(32px,4vw,48px);
  line-height:1.08;
  color:#fff8ef;
}

.references-head p{
  margin:0;
  color:#fff6ea;
  font-size:15px;
  line-height:1.7;
}

.reference-subhead{
  display:grid;
  grid-template-columns:minmax(0, .95fr) minmax(280px, .7fr);
  gap:24px;
  align-items:end;
  margin:30px 0 18px;
  padding-top:24px;
  border-top:1px solid rgba(255,236,205,.20);
}

.reference-subhead h2{
  margin:6px 0 0;
  max-width:760px;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:clamp(28px,3.4vw,42px);
  line-height:1.1;
  color:#fff8ef;
}

.reference-subhead p{
  margin:0;
  color:#fff6ea;
  font-size:15px;
  line-height:1.7;
}

.references-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.references-grid-single{
  grid-template-columns:minmax(0, 1fr);
}

.references-grid-apartments{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.references-grid-home{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.reference-card{
  position:relative;
  min-height:360px;
  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(255,236,205,.26);
  background:rgba(8,24,38,.38);
  box-shadow:0 16px 34px rgba(8,20,32,.20);
}

.reference-card-wide{
  min-height:500px;
}

.reference-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

.reference-card-wide img{
  object-position:center 36%;
}

.reference-card-apartment img{
  object-position:center center;
}

.reference-card-home img{
  object-position:center center;
}

.reference-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(7,18,30,.04) 0%,rgba(7,18,30,.08) 42%,rgba(7,18,30,.70) 100%);
}

.reference-info{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:1;
  padding:24px;
}

.reference-info span{
  display:inline-flex;
  margin-bottom:8px;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid rgba(255,236,205,.36);
  background:rgba(11,43,68,.62);
  color:#ffe7b8;
  font-size:12px;
  font-weight:800;
  letter-spacing:.3px;
}

.reference-info h3{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:34px;
  line-height:1;
  color:#fff8ef;
}

.reference-info p{
  max-width:520px;
  margin:10px 0 0;
  color:#fff4e4;
  font-size:15px;
  line-height:1.55;
}

body.theme-night .page-bg:before{
  background:linear-gradient(180deg,rgba(7,20,35,.12) 0%,rgba(8,20,34,.10) 28%,rgba(8,20,34,.18) 62%,rgba(8,20,34,.30) 100%) !important;
}

body.theme-night .nav{
  background:linear-gradient(180deg,rgba(8,30,50,.36),rgba(8,30,50,.12)) !important;
}

body.theme-night .site-footer{
  border-top-color:rgba(206,227,246,.18);
  color:rgba(236,244,250,.74);
}

body.theme-night .brand img{
  height:150px !important;
}

@media (max-width:900px){
  .nav{
    padding:18px 0 14px;
  }

  .brand{
    min-width:0;
  }

  .brand img,
  body.theme-night .brand img{
    height:104px !important;
    transform:scale(1.05);
    transform-origin:center;
  }

  .links a{
    font-size:14px !important;
    padding:0 9px !important;
  }

  .links a:not(:last-child)::after{
    display:none;
  }

  .links{
    gap:10px !important;
    row-gap:6px;
  }

  .btn-wa{
    width:min(100%, 328px);
  }

  .hero{
    padding:22px 0 30px;
  }

  .hero-grid,
  .hero .hero-panel{
    padding:20px !important;
  }

  .hero-copy{
    padding:18px 0 0 0 !important;
  }

  .hero-title{
    font-size:40px !important;
    line-height:1.08 !important;
    letter-spacing:0 !important;
  }

  .hero-sub{
    font-size:15px !important;
    line-height:1.45;
    margin-top:16px;
  }

  .hero-actions{
    gap:12px;
  }

  .hero-actions .btn{
    width:min(100%, 260px);
  }

  .services-panel,
  .references-panel,
  .process-panel,
  .contact-panel,
  .section-panel,
  .panel,
  .about-box{
    border-radius:18px !important;
  }

  .references-panel{
    padding:20px;
  }

  .references-head{
    grid-template-columns:1fr;
    gap:12px;
    text-align:center;
  }

  .reference-subhead{
    grid-template-columns:1fr;
    gap:12px;
    text-align:center;
  }

  .references-head p{
    max-width:620px;
    margin:auto;
  }

  .reference-subhead p{
    max-width:620px;
    margin:auto;
  }

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

  .reference-card,
  .reference-card-wide{
    min-height:390px;
  }

  .reference-info{
    padding:20px;
    text-align:left;
  }
}

@media (max-width:520px){
  .container{
    width:min(100% - 24px, 1200px);
  }

  .brand img,
  body.theme-night .brand img{
    height:96px !important;
  }

  .hero-title{
    font-size:36px !important;
  }

  .btn{
    min-height:52px;
  }

  .about-box{
    padding:22px;
  }

  .references-panel{
    padding:18px;
  }

  .reference-card,
  .reference-card-wide{
    min-height:320px;
  }

  .reference-info h3{
    font-size:28px;
  }

.reference-info p{
  font-size:13px;
  }
}

/* Live polish layer */
.hero{
  position:relative;
  isolation:isolate;
}

.hero > .container{
  position:relative;
  z-index:2;
}

.hero-live{
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  right:0;
  height:min(760px, 72vh);
  pointer-events:none;
  overflow:hidden;
}

.hero-live::before{
  content:"";
  position:absolute;
  inset:10% -18% auto -18%;
  height:42%;
  background:
    linear-gradient(105deg,transparent 0%,rgba(255,255,255,.08) 34%,rgba(255,255,255,.26) 48%,rgba(255,255,255,.06) 62%,transparent 100%);
  filter:blur(1px);
  transform:translateX(-52%) rotate(-3deg);
  animation:glassSweep 9s ease-in-out infinite;
}

.hero-live::after{
  content:"";
  position:absolute;
  left:8%;
  right:8%;
  bottom:12%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,232,190,.50),rgba(145,213,232,.36),transparent);
  opacity:.72;
  animation:lineBreathe 4.8s ease-in-out infinite;
}

.page-bg::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:.58;
  background:
    repeating-linear-gradient(176deg,transparent 0 18px,rgba(255,255,255,.13) 19px 20px,rgba(120,214,232,.10) 21px 23px,transparent 24px 44px),
    repeating-linear-gradient(6deg,transparent 0 28px,rgba(255,245,222,.08) 29px 30px,transparent 31px 58px),
    radial-gradient(ellipse at 55% 62%,rgba(255,255,255,.13),transparent 42%);
  background-size:320px 96px,260px 82px,100% 100%;
  background-position:0 0,0 0,center;
  -webkit-mask-image:linear-gradient(180deg,transparent 0%,transparent 34%,#000 43%,#000 78%,transparent 90%);
  mask-image:linear-gradient(180deg,transparent 0%,transparent 34%,#000 43%,#000 78%,transparent 90%);
  mix-blend-mode:screen;
  animation:seaRipple 12s linear infinite, seaPulse 5.8s ease-in-out infinite;
}

body.theme-night .page-bg::after{
  opacity:.34;
  background:
    repeating-linear-gradient(176deg,transparent 0 18px,rgba(206,236,255,.11) 19px 20px,rgba(92,170,211,.10) 21px 23px,transparent 24px 44px),
    repeating-linear-gradient(6deg,transparent 0 28px,rgba(185,221,255,.07) 29px 30px,transparent 31px 58px),
    radial-gradient(ellipse at 55% 62%,rgba(190,225,255,.10),transparent 44%);
}

.clean-glow,
.clean-spark{
  position:absolute;
  display:block;
}

.clean-glow{
  width:280px;
  height:280px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(138,211,229,.26) 0%,rgba(138,211,229,.08) 42%,transparent 70%);
  filter:blur(10px);
  opacity:.82;
  animation:floatGlow 10s ease-in-out infinite;
}

.clean-glow-one{
  top:18%;
  right:9%;
}

.clean-glow-two{
  width:210px;
  height:210px;
  top:46%;
  left:4%;
  background:radial-gradient(circle,rgba(255,221,166,.22) 0%,rgba(255,221,166,.08) 44%,transparent 72%);
  animation-delay:-4.5s;
}

.clean-spark{
  width:9px;
  height:9px;
  border-radius:50%;
  background:rgba(255,255,255,.86);
  box-shadow:0 0 0 5px rgba(139,214,232,.13),0 0 24px rgba(255,255,255,.58);
  opacity:.66;
  animation:cleanSpark 6.4s ease-in-out infinite;
}

.clean-spark-one{
  top:28%;
  right:27%;
}

.clean-spark-two{
  top:55%;
  right:14%;
  width:7px;
  height:7px;
  animation-delay:-2.2s;
}

.clean-spark-three{
  top:40%;
  left:18%;
  width:6px;
  height:6px;
  animation-delay:-4s;
}

.btn{
  position:relative;
  overflow:hidden;
}

.btn::after{
  content:"";
  position:absolute;
  top:-35%;
  bottom:-35%;
  left:-45%;
  width:34%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);
  transform:skewX(-18deg) translateX(-140%);
  transition:transform .72s ease;
}

.btn:hover::after{
  transform:skewX(-18deg) translateX(520%);
}

.icon-ring{
  animation:iconBreathe 5.8s ease-in-out infinite;
}

.card,
.reference-card{
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.card:hover,
.reference-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,236,205,.42);
  box-shadow:0 22px 42px rgba(8,20,32,.25);
}

.reference-card img{
  transition:transform 1.2s ease;
}

.reference-card:hover img{
  transform:scale(1.035);
}

.motion-ready .reveal-target{
  opacity:0;
  transform:translateY(18px);
}

.motion-ready .reveal-target.is-visible{
  opacity:1;
  transform:translateY(0);
  transition:
    opacity .72s ease var(--reveal-delay,0ms),
    transform .72s ease var(--reveal-delay,0ms),
    box-shadow .35s ease,
    border-color .35s ease;
}

@keyframes glassSweep{
  0%, 24%{
    transform:translateX(-58%) rotate(-3deg);
    opacity:0;
  }
  45%{
    opacity:.72;
  }
  68%, 100%{
    transform:translateX(58%) rotate(-3deg);
    opacity:0;
  }
}

@keyframes lineBreathe{
  0%,100%{
    opacity:.42;
    transform:scaleX(.86);
  }
  50%{
    opacity:.82;
    transform:scaleX(1);
  }
}

@keyframes floatGlow{
  0%,100%{
    transform:translate3d(0,0,0) scale(1);
  }
  50%{
    transform:translate3d(-18px,16px,0) scale(1.06);
  }
}

@keyframes cleanSpark{
  0%,100%{
    opacity:.28;
    transform:translate3d(0,12px,0) scale(.82);
  }
  42%{
    opacity:.82;
    transform:translate3d(14px,-10px,0) scale(1);
  }
}

@keyframes seaRipple{
  0%{
    background-position:0 0,0 0,center;
  }
  100%{
    background-position:320px 28px,-260px 18px,center;
  }
}

@keyframes seaPulse{
  0%,100%{
    filter:blur(.2px);
  }
  50%{
    filter:blur(.6px) brightness(1.08);
  }
}

@keyframes iconBreathe{
  0%,100%{
    transform:translateY(0);
  }
  50%{
    transform:translateY(-3px);
  }
}

@media (max-width:760px){
  .hero-live{
    height:560px;
  }

  .clean-glow{
    width:190px;
    height:190px;
  }

  .hero-live::before{
    height:34%;
  }
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }

  .motion-ready .reveal-target{
    opacity:1 !important;
    transform:none !important;
  }
}

/* Multi-page structure */
.links a.active{
  color:#ffe8b5;
}

.links a.active::before{
  content:"";
  position:absolute;
  left:15px;
  right:15px;
  bottom:-9px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(255,232,181,.18),rgba(255,232,181,.92),rgba(255,232,181,.18));
}

.subpage{
  position:relative;
  padding:34px 0 30px;
  min-height:calc(100vh - 210px);
}

.page-intro{
  max-width:980px;
  margin:0 0 24px;
  padding:28px 0 10px;
}

.page-intro .kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  max-width:100%;
  padding:9px 16px 10px;
  border:1px solid rgba(255,229,184,.36);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(255,236,205,.18),rgba(37,79,91,.22));
  color:#ffe1a8;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:clamp(21px,2.4vw,32px);
  font-weight:800;
  line-height:1;
  text-shadow:0 10px 26px rgba(0,0,0,.24);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 12px 28px rgba(8,24,38,.14);
}

.page-intro .kicker::before{
  content:"";
  width:9px;
  height:9px;
  flex:0 0 9px;
  border-radius:50%;
  background:#e3bb69;
  box-shadow:0 0 0 5px rgba(227,187,105,.14);
}

.page-intro h1{
  margin:8px 0 0;
  max-width:1050px;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:clamp(40px,5.1vw,66px);
  font-weight:800;
  line-height:1.06;
  color:#fff8ef;
  text-shadow:0 8px 30px rgba(0,0,0,.24);
}

.page-intro p{
  max-width:660px;
  margin:16px 0 0;
  font-size:18px;
  line-height:1.6;
  color:rgba(255,250,243,.92);
}

.services-detail .card{
  min-height:330px;
}

.contact-page-panel{
  padding:22px;
}

.contact-page-panel .contact-grid{
  grid-template-columns:repeat(3,1fr);
  gap:0;
}

.contact-page-panel .contact-item{
  min-height:150px;
  border-left:1px solid rgba(255,229,184,.24);
}

.contact-page-panel .contact-item:first-child{
  border-left:0;
}

a.contact-item{
  color:inherit;
}

@media (max-width:900px){
  .links a.active::before{
    display:none;
  }

  .subpage{
    padding:10px 0 24px;
  }

  .page-intro{
    text-align:center;
    margin:0 auto 18px;
    padding:22px 0 8px;
  }

  .page-intro .kicker{
    justify-content:center;
    min-height:38px;
    padding:8px 14px 9px;
    font-size:clamp(20px,6vw,27px);
  }

  .page-intro h1{
    font-size:clamp(34px,9vw,42px);
    line-height:1.08;
  }

  .page-intro p{
    margin-left:auto;
    margin-right:auto;
    font-size:15px;
  }

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

  .contact-page-panel .contact-item,
  .contact-page-panel .contact-item:first-child{
    border-left:0;
    border-top:1px solid rgba(255,229,184,.24);
  }

  .contact-page-panel .contact-item:first-child{
    border-top:0;
  }
}

.text-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:16px;
  color:#ffe5b0;
  font-weight:800;
  font-size:14px;
}

.text-link::after{
  content:"→";
  font-size:16px;
  transition:transform .2s ease;
}

.text-link:hover::after{
  transform:translateX(4px);
}

.text-link-large{
  font-size:15px;
}

.panel-action{
  display:flex;
  justify-content:center;
  margin-top:18px;
}

.service-detail-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.service-hero-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.75fr);
  gap:22px;
  align-items:end;
  margin-bottom:18px;
  padding:30px;
  border-radius:18px;
  border:1px solid rgba(255,236,205,.28);
  background:linear-gradient(145deg,rgba(14,56,85,.58),rgba(184,142,72,.30));
  box-shadow:0 18px 42px rgba(8,20,32,.22);
  backdrop-filter:blur(14px);
}

.service-hero-card h2{
  margin:10px 0 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:clamp(36px,4.8vw,58px);
  line-height:1.04;
  color:#fff8ef;
}

.service-hero-card p{
  max-width:760px;
  margin:0;
  color:rgba(255,247,235,.92);
  font-size:16px;
  line-height:1.7;
}

.service-hero-note{
  justify-self:end;
  max-width:360px;
  padding:22px;
  border-radius:16px;
  border:1px solid rgba(255,236,205,.26);
  background:rgba(11,43,68,.30);
}

.service-hero-note strong{
  display:block;
  margin-bottom:8px;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:25px;
  line-height:1.16;
  color:#fff8ef;
}

.service-hero-note small{
  display:block;
  color:rgba(255,247,235,.88);
  font-size:14px;
  line-height:1.6;
}

.service-detail-card,
.copy-panel,
.quote-panel,
.value-card,
.timeline-panel,
.contact-note,
.soft-cta,
.reference-principles article{
  border:1px solid rgba(255,236,205,.26);
  background:linear-gradient(180deg,rgba(33,62,83,.36),rgba(45,36,24,.38));
  box-shadow:0 16px 38px rgba(8,20,32,.20);
  backdrop-filter:blur(14px);
}

.service-detail-card{
  min-height:340px;
  padding:26px;
  border-radius:18px;
}

.service-detail-card h2,
.copy-panel h2,
.quote-panel p,
.timeline-step h2,
.contact-note h2,
.soft-cta strong{
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  letter-spacing:0;
  color:#fff8ef;
}

.service-detail-card h2{
  margin:10px 0 12px;
  font-size:32px;
  line-height:1.05;
}

.service-detail-card p,
.copy-panel p,
.timeline-step p,
.contact-note p{
  color:rgba(255,247,235,.92);
  line-height:1.7;
}

.mini-label{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid rgba(255,236,205,.30);
  background:rgba(11,43,68,.48);
  color:#ffe7b8;
  font-size:12px;
  font-weight:800;
}

.clean-list{
  display:grid;
  gap:9px;
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

.clean-list li{
  position:relative;
  padding-left:24px;
  color:rgba(255,250,243,.90);
  line-height:1.45;
}

.clean-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:#ffe3aa;
  font-weight:900;
}

.service-cta-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:linear-gradient(160deg,rgba(29,74,104,.50),rgba(156,119,61,.36));
}

.page-split{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);
  gap:18px;
  align-items:stretch;
}

.copy-panel,
.quote-panel{
  border-radius:18px;
  padding:32px;
}

.copy-panel h2{
  margin:0 0 18px;
  font-size:36px;
  line-height:1.08;
}

.copy-panel p{
  margin:0 0 16px;
}

.quote-panel{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:linear-gradient(160deg,rgba(14,56,85,.54),rgba(183,142,72,.26));
}

.quote-panel span,
.soft-cta span,
.contact-note .kicker{
  color:#ffe7b8;
}

.quote-panel p{
  margin:18px 0 0;
  font-size:31px;
  line-height:1.24;
}

.values-grid,
.reference-principles{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}

.value-card,
.reference-principles article{
  border-radius:18px;
  padding:22px;
}

.value-card strong,
.reference-principles strong{
  display:block;
  margin-bottom:8px;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:24px;
  color:#fff8ef;
}

.value-card small,
.reference-principles small{
  display:block;
  color:rgba(255,247,235,.88);
  line-height:1.55;
  font-size:14px;
}

.timeline-panel{
  display:grid;
  gap:0;
  border-radius:18px;
  overflow:hidden;
}

.timeline-step{
  display:grid;
  grid-template-columns:96px 1fr;
  gap:20px;
  padding:24px 28px;
  border-bottom:1px solid rgba(255,236,205,.18);
}

.timeline-step:last-child{
  border-bottom:0;
}

.timeline-step span{
  width:64px;
  height:64px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#173a58,#d0a15a);
  color:#fff8ef;
  font-weight:900;
  box-shadow:0 12px 24px rgba(8,20,32,.20);
}

.timeline-step h2{
  margin:0 0 8px;
  font-size:29px;
  line-height:1.08;
}

.timeline-step p{
  margin:0;
}

.soft-cta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-top:18px;
  padding:24px 28px;
  border-radius:18px;
}

.soft-cta strong{
  display:block;
  margin-top:8px;
  font-size:30px;
  line-height:1.15;
}

.contact-note{
  margin-top:18px;
  border-radius:18px;
  padding:28px;
}

.faq-intro{
  max-width:980px;
}

.faq-intro h1{
  max-width:1050px;
  font-size:clamp(40px,5.1vw,66px);
}

.faq-panel{
  margin-top:22px;
  padding:28px;
  overflow:hidden;
}

.faq-head{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(280px,.64fr);
  gap:24px;
  align-items:end;
  margin-bottom:18px;
}

.faq-head h2{
  margin:10px 0 0;
  max-width:720px;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:clamp(32px,4vw,50px);
  line-height:1.06;
  color:#fff8ef;
}

.faq-head p{
  margin:0;
  color:rgba(255,247,235,.90);
  line-height:1.7;
}

.faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 34px;
}

.faq-column{
  min-width:0;
}

.faq-item{
  border-bottom:1px solid rgba(255,236,205,.22);
}

.faq-item:first-child{
  border-top:1px solid rgba(255,236,205,.22);
}

.faq-item summary{
  display:grid;
  grid-template-columns:28px 1fr;
  gap:16px;
  align-items:start;
  padding:22px 0;
  cursor:pointer;
  list-style:none;
  color:#ffe7b8;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:clamp(22px,2.2vw,31px);
  font-weight:800;
  line-height:1.16;
}

.faq-item summary::-webkit-details-marker{
  display:none;
}

.faq-item summary::before{
  content:"+";
  width:28px;
  color:#e3bb69;
  font-family:Arial,sans-serif;
  font-style:normal;
  font-weight:900;
  line-height:1;
  transform:translateY(3px);
}

.faq-item[open] summary::before{
  content:"-";
}

.faq-item p{
  margin:0;
  padding:0 0 22px 44px;
  color:rgba(255,247,235,.90);
  font-size:15px;
  line-height:1.7;
}

body.theme-day .faq-item summary{
  color:#fff4dc;
}

body.theme-day .faq-item p{
  color:rgba(255,250,243,.90);
}

.contact-note h2{
  max-width:820px;
  margin:8px 0 0;
  font-size:34px;
  line-height:1.16;
}

.contact-note p{
  max-width:780px;
  margin:14px 0 0;
}

@media (max-width:1000px){
  .service-hero-card,
  .service-detail-grid,
  .values-grid,
  .reference-principles{
    grid-template-columns:1fr 1fr;
  }

  .faq-head,
  .faq-grid{
    grid-template-columns:1fr;
  }

  .faq-head{
    gap:12px;
    text-align:center;
  }

  .faq-head p{
    max-width:720px;
    margin:auto;
  }

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

@media (max-width:700px){
  .service-hero-card,
  .service-detail-grid,
  .values-grid,
  .reference-principles{
    grid-template-columns:1fr;
  }

  .service-hero-note{
    justify-self:stretch;
    max-width:none;
  }

  .service-detail-card,
  .copy-panel,
  .quote-panel,
  .contact-note,
  .faq-panel{
    padding:22px;
  }

  .quote-panel p,
  .soft-cta strong,
  .contact-note h2{
    font-size:26px;
  }

  .timeline-step{
    grid-template-columns:1fr;
    gap:14px;
    padding:22px;
  }

  .soft-cta{
    align-items:flex-start;
    flex-direction:column;
  }

  .faq-item summary{
    grid-template-columns:24px 1fr;
    gap:12px;
    padding:19px 0;
    font-size:24px;
  }

  .faq-item p{
    padding:0 0 20px 36px;
    font-size:14px;
  }

  .faq-intro{
    padding-top:18px;
  }

  .faq-intro h1{
    font-size:42px;
    line-height:1.07;
  }

  .faq-intro p{
    font-size:16px;
    line-height:1.55;
  }
}

@media (max-width:900px){
  .nav .container{
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:10px !important;
  }

  .brand{
    width:100%;
    justify-content:center;
  }

  .links{
    width:100%;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-wrap:nowrap !important;
    gap:3px !important;
    overflow:visible;
  }

  .links a{
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 1 auto;
    min-height:32px;
    padding:6px 4px !important;
    border:1px solid rgba(255,232,181,.20);
    border-radius:999px;
    background:rgba(8,35,58,.28);
    font-size:10.8px !important;
    line-height:1.1;
    text-align:center;
    white-space:nowrap;
  }

  .links a.active{
    background:rgba(218,180,112,.26);
    border-color:rgba(255,232,181,.48);
  }

  .links a:not(:last-child)::after{
    display:none !important;
  }

  .btn-wa{
    width:100%;
    max-width:360px;
    min-height:46px;
    padding:12px 18px !important;
    font-size:14px;
  }
}

@media (max-width:360px){
  .links a{
    font-size:10px !important;
    padding-left:3px !important;
    padding-right:3px !important;
  }
}

@media (max-width:900px), (hover:none) and (pointer:coarse){
  body.theme-day{
    --site-bg:var(--day-bg-mobile);
  }

  body.theme-night{
    --site-bg:var(--night-bg-mobile);
  }

  .page-bg{
    background-position:center top !important;
    background-attachment:scroll !important;
    min-height:100vh;
    min-height:100svh;
  }

  .page-bg::after{
    position:absolute;
  }
}

@supports (-webkit-touch-callout:none){
  .page-bg{
    background-attachment:scroll !important;
    background-position:center top !important;
  }
}

/* Cross-browser stable background layer for Safari, Chrome and mobile browsers */
.page-bg{
  background-image:none !important;
  background-color:#0d2f4a;
}

.page-bg::before{
  content:"" !important;
  position:fixed !important;
  inset:0 !important;
  z-index:0 !important;
  pointer-events:none !important;
  background-repeat:no-repeat !important;
  background-size:100% 100%, cover !important;
  background-position:center center, center center !important;
  transform:translateZ(0);
  will-change:transform;
}

body.theme-day .page-bg::before{
  background-image:
    linear-gradient(180deg,rgba(8,30,49,.30) 0%,rgba(9,49,79,.18) 28%,rgba(10,57,89,.18) 58%,rgba(8,30,49,.48) 100%),
    var(--site-bg) !important;
}

body.theme-night .page-bg::before{
  background-image:
    linear-gradient(180deg,rgba(6,18,31,.34) 0%,rgba(8,30,50,.18) 26%,rgba(8,30,50,.20) 58%,rgba(5,17,28,.52) 100%),
    var(--site-bg) !important;
}

body.theme-day .page-bg::before,
body.theme-night .page-bg::before{
  background-repeat:no-repeat !important;
  background-size:100% 100%, cover !important;
  background-position:center center, center center !important;
}

@media (max-width:900px), (hover:none) and (pointer:coarse){
  body.theme-day .page-bg::before,
  body.theme-night .page-bg::before{
    background-position:center top, center top !important;
  }
}

@media (min-width:901px) and (max-width:1100px){
  .hero-copy{
    text-align:center !important;
    padding-left:0 !important;
  }

  .hero-title,
  .hero-sub{
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }

  .hero-actions{
    justify-content:center !important;
  }
}

@media (max-width:900px){
  .hero-sub{
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }
}

.cms-announcement{
  padding:14px 0 0;
}

.cms-announcement-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 18px;
  border:1px solid rgba(255,232,181,.34);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(12,48,74,.68),rgba(201,158,84,.38));
  box-shadow:0 14px 34px rgba(8,20,32,.18);
}

.cms-announcement strong{
  display:block;
  color:#fff8ef;
  font-size:16px;
}

.cms-announcement span{
  display:block;
  margin-top:4px;
  color:rgba(255,247,235,.88);
  font-size:14px;
  line-height:1.45;
}

.cms-service-areas,
.cms-testimonials{
  margin-top:22px;
  padding:24px;
}

.cms-chip-grid,
.cms-testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

.cms-chip-card,
.cms-testimonial-card{
  border:1px solid rgba(255,232,181,.26);
  border-radius:18px;
  padding:16px;
  background:rgba(8,35,58,.24);
}

.cms-chip-card strong,
.cms-testimonial-card strong{
  display:block;
  color:#fff8ef;
  font-size:16px;
}

.cms-chip-card small,
.cms-testimonial-card small,
.cms-testimonial-card p{
  display:block;
  margin:8px 0 0;
  color:rgba(255,247,235,.84);
  font-size:13px;
  line-height:1.5;
}

.cms-gallery{
  margin-top:22px;
}

@media (max-width:760px){
  .cms-announcement-inner{
    align-items:flex-start;
    flex-direction:column;
  }

  .cms-chip-grid,
  .cms-testimonial-grid{
    grid-template-columns:1fr;
  }
}
