:root{
  --brand-dark:#0f4f65;
  --brand-teal:#0bb9a5;
  --brand-mid:#0e7f8e;
  --ink:#173042;
  --muted:#607489;
  --line:#dfe8ee;
  --bg:#f5fafb;
  --bg-2:#eef6f8;
  --card:#ffffff;
  --shadow:0 12px 40px rgba(15,79,101,.10);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 15% 15%, rgba(11,185,165,.08), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(14,127,142,.07), transparent 22%),
    linear-gradient(180deg,#f8fcfd 0%, #f3f9fb 100%);
  background-attachment:fixed;
}
a{color:var(--brand-dark);text-decoration:none}
a:hover{color:var(--brand-teal)}
img{max-width:100%;height:auto}
.text-muted{color:var(--muted)!important}
.bg-soft{background:linear-gradient(180deg,#fbfeff 0%, #f0f7f9 100%)}

.section-pad{padding:78px 0}
.section-pad-sm{padding:56px 0}
.section-title{
  font-size:clamp(1.85rem,2vw,2.5rem);
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--brand-dark);
  margin-bottom:.85rem;
}
.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.42rem .8rem;
  border:1px solid rgba(11,185,165,.25);
  border-radius:999px;
  background:rgba(255,255,255,.66);
  backdrop-filter:blur(8px);
  font-size:.92rem;
  color:var(--brand-mid);
  margin-bottom:1rem;
}
.lead-soft{font-size:1.08rem;color:#466174;max-width:850px}

.btn-brand{
  background:linear-gradient(135deg,var(--brand-dark),var(--brand-teal));
  border:none;
  color:#fff;
  border-radius:999px;
  padding:.9rem 1.3rem;
  font-weight:700;
  box-shadow:0 8px 24px rgba(11,185,165,.22);
  transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.btn-brand:hover{
  opacity:.96;
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 10px 26px rgba(11,185,165,.28);
}
.btn-outline-brand{
  border:1px solid rgba(15,79,101,.16);
  background:#fff;
  color:var(--brand-dark);
  border-radius:999px;
  padding:.9rem 1.3rem;
  font-weight:700;
  transition:transform .2s ease, border-color .2s ease, color .2s ease;
}
.btn-outline-brand:hover{
  border-color:rgba(11,185,165,.45);
  color:var(--brand-teal);
  background:#fff;
  transform:translateY(-1px);
}

.site-header{
  position:sticky;
  top:0;
  z-index:1100;
  background:rgba(255,255,255,.90);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(15,79,101,.08);
  transition:background .22s ease, box-shadow .22s ease;
}
.navbar{padding:1.15rem 0;transition:padding .22s ease}
.navbar-brand img{height:68px;width:auto;transition:height .22s ease}
.navbar .nav-link{
  color:var(--brand-dark);
  font-weight:700;
  opacity:.88;
  position:relative;
  padding:.8rem .95rem;
}
.navbar .nav-link:hover,
.navbar .nav-link.active{color:var(--brand-teal);opacity:1}
.navbar .nav-link::after{
  content:'';
  position:absolute;
  left:.95rem;
  right:.95rem;
  bottom:.35rem;
  height:2px;
  background:linear-gradient(90deg,var(--brand-dark),var(--brand-teal));
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .22s ease;
}
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after{transform:scaleX(1)}
.navbar .dropdown-menu{
  border:none;
  border-radius:18px;
  box-shadow:0 18px 50px rgba(19,48,66,.12);
  padding:.7rem;
  min-width:280px;
}
.navbar .dropdown-item{
  border-radius:12px;
  padding:.7rem .85rem;
  white-space:normal;
}
.navbar .dropdown-item:hover{background:#eff8fa;color:var(--brand-teal)}
.dropdown-submenu{position:relative}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-left:.4rem}

.nav-item-split .nav-link-split{display:flex;align-items:center}.nav-item-split .nav-link-split>.nav-link{margin-right:0}.nav-item-split .nav-link-toggle{padding-left:.3rem;padding-right:.35rem;border:0;background:transparent}.nav-item-split .nav-link-toggle::after{margin-left:0}.nav-item-split .nav-link-toggle:hover::after,.nav-item-split .nav-link-toggle.active::after{transform:none}@media (hover:hover) and (min-width:992px){.nav-item-split:hover>.dropdown-menu{display:block}}@media (max-width:991.98px){.nav-item-split .nav-link-split{display:flex;justify-content:space-between;align-items:center}}

@media (hover:hover) and (min-width:992px){
  .navbar .dropdown:hover>.dropdown-menu{display:block}
  .dropdown-submenu:hover>.dropdown-menu{display:block}
}

.hero-home{
  position:relative;
  overflow:hidden;
  padding:92px 0 72px;
}
.hero-home::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg, rgba(15,79,101,.94), rgba(14,127,142,.88) 58%, rgba(11,185,165,.76)),
    radial-gradient(circle at 80% 10%, rgba(255,255,255,.22), transparent 22%);
}
.hero-home::after{
  content:'';
  position:absolute;
  inset:0;
  background-image:
    radial-gradient(circle at 20px 20px, rgba(255,255,255,.08) 1.5px, transparent 1.6px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px);
  background-size:36px 36px,48px 48px,48px 48px;
  opacity:.55;
  mix-blend-mode:screen;
}
.hero-home .container{position:relative;z-index:2}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
  gap:42px;
  align-items:start;
}
.hero-copy{
  max-width:690px;
  padding-top:10px;
}
.hero-copy h1{
  font-size:clamp(2.2rem,4vw,4rem);
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.03em;
  color:#fff;
  margin-bottom:1rem;
  text-wrap:balance;
}
.hero-copy p{
  font-size:1.11rem;
  color:rgba(255,255,255,.92);
  max-width:640px;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:1.7rem 0 1.25rem;
}
.hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:1.2rem;
}
.hero-badges span{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.58rem .85rem;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  color:#fff;
  font-weight:600;
}

.hero-side{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  gap:20px;
  align-self:start;
  width:100%;
}
.hero-image{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  width:100%;
  position:relative;
}
.hero-image::after{
  content:"";
  position:absolute;
  width:min(92%,460px);
  aspect-ratio:1/1;
  background:radial-gradient(circle, rgba(255,255,255,.22), rgba(255,255,255,.08) 35%, transparent 72%);
  top:48%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:0;
  filter:blur(4px);
}
.hero-photo{
  position:relative;
  z-index:1;
  border-radius:22px;
  box-shadow:0 24px 54px rgba(0,0,0,.18);
  max-height:520px;
  width:100%;
  max-width:470px;
  object-fit:cover;
  display:block;
  border:1px solid rgba(255,255,255,.18);
}
.hero-actions-side{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin-top:6px;
  width:100%;
}
.hero-actions-side .btn-brand,
.hero-actions-side .btn-outline-brand{
  min-width:190px;
  justify-content:center;
}

.hero-panel{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(18px);
  box-shadow:0 20px 40px rgba(0,0,0,.12);
  padding:1.2rem;
  border-radius:28px;
  color:#fff;
}
.hero-panel .panel-card{
  background:rgba(255,255,255,.10);
  padding:1rem;
  border-radius:20px;
  margin-bottom:.9rem;
}
.hero-panel h3{font-size:1.05rem;font-weight:800;margin-bottom:.35rem}
.hero-panel p{margin:0;color:rgba(255,255,255,.85);font-size:.96rem}

.stat-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:1rem;
}
.stat-box{
  background:#fff;
  border-radius:20px;
  padding:1rem 1.1rem;
  box-shadow:var(--shadow);
  border:1px solid rgba(15,79,101,.06);
}
.stat-box strong{
  display:block;
  font-size:1.55rem;
  color:var(--brand-dark);
}
.stat-box span{color:var(--muted);font-size:.95rem}
.stat-box{
  height:100%;
}
.stat-box-media{
  height:118px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:.85rem;
}
.stat-box-media img{
  display:block;
  max-width:100%;
  max-height:118px;
  width:auto;
  height:auto;
  object-fit:contain;
}
@media (max-width:575.98px){
  .stat-box-media{height:96px}
  .stat-box-media img{max-height:96px}
}

.glass-card,
.service-card,
.info-card,
.article-card,
.location-card,
.contact-card,
.faq-card{
  background:rgba(255,255,255,.86);
  border:1px solid rgba(15,79,101,.08);
  box-shadow:var(--shadow);
  border-radius:var(--radius);
}
.info-card,
.service-card,
.article-card,
.location-card,
.contact-card,
.faq-card{padding:1.35rem}
.service-card{
  height:100%;
  transition:transform .22s ease, box-shadow .22s ease;
  position:relative;
  overflow:hidden;
}
.service-card::before{
  content:'';
  position:absolute;
  inset:auto auto 0 0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--brand-dark),var(--brand-teal));
}
.service-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 46px rgba(15,79,101,.14);
}
.icon-chip{
  width:54px;
  height:54px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(15,79,101,.12), rgba(11,185,165,.18));
  color:var(--brand-dark);
  font-size:1.35rem;
  margin-bottom:1rem;
}
.service-card h3,
.info-card h3,
.article-card h3,
.location-card h3,
.faq-card h3{
  font-size:1.14rem;
  font-weight:800;
  color:var(--brand-dark);
}
.service-card p,
.info-card p,
.article-card p,
.location-card p,
.faq-card p,
.contact-card p{color:#496578}
.service-card ul,
.page-prose ul{padding-left:1.1rem}
.service-card li,
.page-prose li{margin-bottom:.34rem}

.feature-band{
  padding-top:0;
  margin-top:-34px;
  position:relative;
  z-index:4;
}
.feature-band .band-inner{
  padding:1.2rem;
  background:#fff;
  border-radius:26px;
  border:1px solid rgba(15,79,101,.08);
  box-shadow:0 18px 42px rgba(15,79,101,.10);
}

.page-hero{
  position:relative;
  padding:72px 0 52px;
  overflow:hidden;
  background:linear-gradient(180deg,#fafdfe 0%, #eef7f9 100%);
}
.page-hero::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(90deg, rgba(14,127,142,.045) 1px, transparent 1px),
    linear-gradient(rgba(14,127,142,.04) 1px, transparent 1px);
  background-size:56px 56px;
  opacity:.7;
}
.page-hero .container{position:relative;z-index:2}
.page-hero h1{
  font-size:clamp(2rem,3vw,3.2rem);
  font-weight:900;
  letter-spacing:-.03em;
  color:var(--brand-dark);
}
.page-hero p{max-width:900px;color:#4a687a;font-size:1.06rem}
.page-prose p{font-size:1.02rem;line-height:1.8;color:#3e596b}

.ribbon-note{
  display:inline-flex;
  gap:.55rem;
  align-items:center;
  padding:.55rem .9rem;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(15,79,101,.08);
  box-shadow:0 8px 25px rgba(15,79,101,.06);
  color:var(--brand-mid);
  font-weight:700;
}
.check-list{list-style:none;padding:0;margin:0}
.check-list li{
  padding-left:1.8rem;
  position:relative;
  margin-bottom:.8rem;
  color:#406071;
}
.check-list li::before{
  content:'✓';
  position:absolute;
  left:0;
  top:0;
  color:var(--brand-teal);
  font-weight:900;
}
.article-card time{font-size:.88rem;color:var(--muted)}
.location-card .ratio,
.contact-card .ratio{
  border-radius:18px;
  overflow:hidden;
}

.site-footer{
  position:relative;
  background:linear-gradient(135deg,#0d3d4f 0%, #0f4f65 42%, #0e6f7d 100%);
  color:#e8f5f6;
  padding:72px 0 24px;
  margin-top:64px;
  overflow:hidden;
}
.site-footer::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.08) 0, transparent 26%),
    radial-gradient(circle at 85% 14%, rgba(255,255,255,.06) 0, transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.04), transparent 35%);
  pointer-events:none;
}
.site-footer .container{position:relative;z-index:2}
.site-footer a{color:#fff;text-decoration:none}
.site-footer a:hover{color:#dff8f8}
.footer-brand-card{
  background:#fff;
  border-radius:22px;
  padding:18px 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 40px rgba(0,0,0,.14);
  margin-bottom:1rem;
}
.footer-brand-card img{height:56px;width:auto;display:block}
.footer-lead{
  color:rgba(255,255,255,.9);
  max-width:36ch;
  margin-bottom:0;
}
.footer-title{
  font-size:1rem;
  font-weight:800;
  margin-bottom:1rem;
  color:#fff;
}
.footer-links{
  list-style:none;
  padding:0;
  margin:0;
}
.footer-links li{margin-bottom:.72rem}
.footer-links a{color:rgba(255,255,255,.92)}
.footer-links a:hover{color:#fff}
.footer-locations{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.footer-location-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  padding:16px 16px 15px;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
  backdrop-filter:blur(4px);
}
.footer-location-title{
  display:flex;
  align-items:center;
  gap:.55rem;
  font-weight:800;
  margin-bottom:.55rem;
  color:#fff;
}
.footer-location-title i{color:#9cebe0}
.footer-location-lines{
  font-size:.95rem;
  line-height:1.55;
  color:rgba(255,255,255,.9);
}
.footer-location-lines a{color:#fff}
.footer-location-lines .muted-mail{color:rgba(255,255,255,.86)}
.footer-mini-note{
  margin-top:1rem;
  font-size:.92rem;
  color:rgba(255,255,255,.78);
}
.footer-bottom{
  margin-top:2rem;
  padding-top:1rem;
  border-top:1px solid rgba(255,255,255,.16);
  font-size:.92rem;
  color:rgba(255,255,255,.82);
}
.footer-policy-links{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.footer-policy-links a{color:rgba(255,255,255,.92)}
@media (max-width: 991.98px){
  .site-footer{padding:60px 0 22px}
  .footer-brand-card img{height:50px}
}


.cookie-banner{
  position:fixed;
  bottom:18px;
  left:18px;
  right:18px;
  z-index:1400;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(16px);
  border:1px solid rgba(15,79,101,.08);
  border-radius:20px;
  box-shadow:0 18px 50px rgba(15,79,101,.16);
}
.cookie-banner-actions .btn{
  min-width:112px;
}
.cookie-modal[hidden]{
  display:none;
}
.cookie-modal{
  position:fixed;
  inset:0;
  z-index:1500;
  display:grid;
  place-items:center;
  padding:18px;
}
.cookie-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,48,66,.48);
  backdrop-filter:blur(4px);
}
.cookie-modal__dialog{
  position:relative;
  width:min(640px,100%);
  max-height:min(760px,calc(100vh - 36px));
  overflow:auto;
  background:#fff;
  border:1px solid rgba(15,79,101,.12);
  border-radius:20px;
  box-shadow:0 24px 70px rgba(15,79,101,.24);
  padding:24px;
}
.cookie-modal__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}
.cookie-modal__header h2{
  margin:0;
  color:var(--brand-dark);
  font-size:1.45rem;
  font-weight:800;
}
.cookie-modal__close{
  width:40px;
  height:40px;
  border:1px solid rgba(15,79,101,.12);
  border-radius:12px;
  background:#fff;
  color:var(--brand-dark);
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.cookie-choice{
  display:flex;
  justify-content:space-between;
  gap:20px;
  border:1px solid rgba(15,79,101,.10);
  border-radius:16px;
  padding:16px;
  margin-bottom:12px;
  background:linear-gradient(180deg,#fff 0%,#f8fcfd 100%);
}
.cookie-choice h3{
  font-size:1rem;
  font-weight:800;
  margin:0 0 6px;
  color:var(--brand-dark);
}
.cookie-choice p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}
.cookie-choice__status{
  align-self:flex-start;
  white-space:nowrap;
  border:1px solid rgba(11,185,165,.24);
  border-radius:999px;
  color:var(--brand-mid);
  padding:.35rem .65rem;
  font-size:.85rem;
  font-weight:700;
  background:#f2fbfb;
}
.cookie-switch{
  position:relative;
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
}
.cookie-switch input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.cookie-switch__track{
  width:54px;
  height:30px;
  border-radius:999px;
  background:#d9e4ea;
  border:1px solid rgba(15,79,101,.14);
  transition:background .18s ease, border-color .18s ease;
}
.cookie-switch__track:before{
  content:"";
  position:absolute;
  top:4px;
  left:4px;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 4px 10px rgba(15,79,101,.18);
  transition:transform .18s ease;
}
.cookie-switch input:checked + .cookie-switch__track{
  background:var(--brand-teal);
  border-color:var(--brand-teal);
}
.cookie-switch input:checked + .cookie-switch__track:before{
  transform:translateX(24px);
}
.cookie-switch input:focus-visible + .cookie-switch__track{
  outline:3px solid rgba(11,185,165,.24);
  outline-offset:3px;
}
.cookie-modal__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
  margin-top:18px;
}
.cookie-modal-open{
  overflow:hidden;
}
.gv-footer-cookie-button{
  border:0;
  padding:0;
  background:transparent;
  color:rgba(234,244,246,.9);
  font:inherit;
  cursor:pointer;
}
.gv-footer-cookie-button:hover{
  color:#fff;
}
.gv-footer-cookie-button:focus-visible{
  outline:2px solid rgba(121,231,216,.75);
  outline-offset:3px;
  border-radius:4px;
}
.breadcrumbs{font-size:.94rem;color:var(--muted);margin-bottom:1rem}
.breadcrumbs a{color:var(--brand-mid)}
.contact-list{list-style:none;padding:0;margin:0}
.contact-list li{
  display:flex;
  gap:.8rem;
  align-items:flex-start;
  margin-bottom:1rem;
  color:#456073;
}
.contact-list i{color:var(--brand-teal);font-size:1.15rem;margin-top:.1rem}

.faq-accordion .accordion-item{
  background:rgba(255,255,255,.9);
  border:1px solid rgba(15,79,101,.08);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--shadow);
  margin-bottom:14px;
}
.faq-accordion .accordion-button{
  font-weight:800;
  color:var(--brand-dark);
  background:rgba(255,255,255,.96);
}
.faq-accordion .accordion-button:not(.collapsed){
  background:linear-gradient(180deg,#ffffff 0%,#f2fbfb 100%);
  color:var(--brand-mid);
  box-shadow:none;
}
.faq-accordion .accordion-button:focus{
  box-shadow:none;
  border-color:rgba(11,185,165,.22);
}
.faq-accordion .accordion-body{color:#486476;line-height:1.8}

.quick-links{display:flex;flex-wrap:wrap;gap:10px}
.quick-links a{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.72rem .95rem;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(15,79,101,.08);
  box-shadow:0 8px 24px rgba(15,79,101,.06);
  font-weight:700;
}
.quick-links a:hover{
  border-color:rgba(11,185,165,.35);
  transform:translateY(-1px);
}
.page-404{min-height:70vh;display:flex;align-items:center}
.meta-note{font-size:.92rem;color:var(--muted)}

.site-header.is-scrolled{
  background:rgba(255,255,255,.96);
  box-shadow:0 8px 28px rgba(15,79,101,.08);
}
.site-header.is-scrolled .navbar{padding:.7rem 0}
.site-header.is-scrolled .navbar-brand img{height:52px}

@media (max-width:1199.98px){
  .hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(320px,.75fr);
    gap:34px;
  }
  .hero-copy h1{font-size:clamp(2.15rem,4vw,3.45rem)}
  .hero-photo{max-width:430px}
}

@media (max-width:991.98px){
  .hero-grid{grid-template-columns:1fr}
  .hero-side{margin-top:1.1rem}
  .hero-image{justify-content:flex-start}
  .hero-photo{
    max-height:none;
    max-width:100%;
  }
  .hero-actions-side{
    justify-content:flex-start;
  }
  .stat-row{grid-template-columns:1fr}
  .navbar .dropdown-menu{
    box-shadow:none;
    border:1px solid rgba(15,79,101,.08);
  }
  .dropdown-submenu>.dropdown-menu{
    position:static;
    margin-left:0;
    margin-top:.35rem;
  }
}

@media (max-width:575.98px){
  .hero-home{padding:72px 0 56px}
  .hero-copy h1{
    font-size:clamp(2rem,11vw,3rem);
    line-height:1.06;
  }
  .service-card,
  .info-card,
  .article-card,
  .location-card,
  .contact-card,
  .faq-card{padding:1.1rem}
  .cookie-banner{
    left:12px;
    right:12px;
    bottom:12px;
  }
  .navbar-brand img{height:56px}
  .site-header.is-scrolled .navbar-brand img{height:50px}
  .hero-actions-side .btn-brand,
  .hero-actions-side .btn-outline-brand{
    width:100%;
  }
}


.molecular-banner img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.articles-carousel-wrapper {
  position: relative;
}

.articles-carousel {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.article-slide {
  display: none;
  animation: fadeArticle 0.45s ease;
}

.article-slide.active {
  display: block;
}

.article-card-ui {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(15, 79, 101, 0.10);
  border: 1px solid rgba(15, 79, 101, 0.08);
}

.article-card-media-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.article-card-media-link img,
.article-card-media-link .article-image-placeholder {
  transition: transform .25s ease, filter .25s ease;
}

.article-card-media-link:hover img,
.article-card-media-link:focus-visible img,
.article-card-media-link:hover .article-image-placeholder,
.article-card-media-link:focus-visible .article-image-placeholder {
  filter: brightness(.96);
  transform: scale(1.015);
}

.article-card-ui img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  background: #eef5f6;
}

.article-card-ui--featured img {
  height: 280px;
}

.article-image-placeholder {
  display: grid;
  place-items: center;
  gap: .55rem;
  min-height: 220px;
  padding: 1.2rem;
  background: linear-gradient(135deg, rgba(11,185,165,.10), rgba(15,79,101,.08));
  color: #0f4f65;
  text-align: center;
}

.article-card-ui--featured .article-image-placeholder {
  min-height: 280px;
}

.article-image-placeholder i {
  font-size: 2rem;
}

.article-image-placeholder span {
  font-weight: 700;
}

.article-content {
  padding: 1.25rem;
}

.article-content h4,
.article-grid-title {
  font-size: 1.12rem;
  line-height: 1.4;
  margin: .95rem 0 .75rem;
  color: #0f4f65;
}

.article-content p,
.article-grid p,
.featured-article-subtitle {
  font-size: .96rem;
  line-height: 1.7;
  color: #4b5b63;
  margin-bottom: 1rem;
}

.featured-article-title {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.28;
  margin: 1rem 0 .85rem;
  color: #0f4f65;
}

.article-title-link {
  color: inherit;
  text-decoration: none;
}

.article-title-link:hover,
.article-title-link:focus-visible {
  color: #0e7f8e;
  text-decoration: underline;
  text-underline-offset: .18em;
}

.featured-article-subtitle {
  color: #0e7f8e;
  font-weight: 600;
}

.article-grid-topline {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: .45rem;
}

.article-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  flex-wrap: wrap;
}

.article-category {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .32rem .65rem;
  background: rgba(11, 185, 165, .10);
  color: #0e7f8e;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
}

.article-date {
  color: #6c7a80;
  font-size: .88rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(15, 79, 101, 0.12);
  background: #fff;
  color: #0f4f65;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.arrow:hover:not(:disabled) {
  background: #0f4f65;
  color: #fff;
}

.arrow:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex: 1;
}

.dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(15, 79, 101, 0.25);
  cursor: pointer;
  transition: all 0.2s ease;
}

.dots span.active {
  background: #0f4f65;
  border-color: #0f4f65;
}

.news-page-grid {
  margin-top: 1.5rem;
}

.news-page-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

@keyframes fadeArticle {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991.98px) {
  .articles-carousel {
    min-height: auto;
  }

  .article-card-ui img,
  .article-card-ui--featured img {
    height: 220px;
  }

  .carousel-controls {
    justify-content: center;
    flex-wrap: wrap;
  }

  .dots {
    order: 3;
    width: 100%;
  }
}
/* About section image */
.about-image {
  border-radius: 22px;
}
/* ===== Fix για το carousel άρθρων ===== */

/* Το card κρατάει το συνολικό radius */
.article-card-ui {
  border-radius: 22px;
  overflow: hidden;
}

/* Η εικόνα μέσα στο card ΔΕΝ πρέπει να έχει δικό της radius */
.article-card-ui img,
.article-card-ui--featured img {
  border-radius: 0 !important;
  display: block;
}

/* Ασφάλεια: να μην εμφανίζεται περίεργο πλαίσιο στο slide */
.article-slide {
  background: transparent;
}

/* Ασφάλεια: να μην "γράφει" κάτι στις γωνίες του wrapper */
.articles-carousel,
.articles-carousel-wrapper {
  background: transparent;
  box-shadow: none;
}
.dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(15, 79, 101, 0.25);
  cursor: pointer;
  transition: all 0.2s ease;
}

.dots button.active {
  background: #0f4f65;
  border-color: #0f4f65;
}

/* ===== Άρθρα listing page ===== */
.news-page-top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 1.5rem;
  align-items: stretch;
}

.news-page-toolbar--compact {
  margin-top: 0;
  margin-bottom: 1rem;
}

.news-page-toolbar--spaced {
  margin-top: 0;
  margin-bottom: 1.2rem;
}

.news-stack-list,
.news-list-rows {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.article-card-ui--stack,
.article-card-ui--list-row {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  min-height: 164px;
}

.article-stack-media,
.article-list-media {
  min-height: 100%;
  background: #eef5f6;
}

.article-card-ui--stack img,
.article-card-ui--list-row img {
  width: 100%;
  height: 100%;
  min-height: 164px;
  object-fit: cover;
}

.article-card-ui--stack .article-image-placeholder,
.article-card-ui--list-row .article-image-placeholder {
  min-height: 100%;
  height: 100%;
  border-radius: 0;
}

.article-content--stack,
.article-content--list-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.05rem;
}

.article-content--stack .article-grid-title,
.article-content--list-row .article-grid-title {
  margin-top: .55rem;
}

.article-content--stack p,
.article-content--list-row p {
  margin-bottom: .65rem;
}

.article-list-subtitle {
  margin-top: -.15rem;
  margin-bottom: .55rem;
}

.article-card-ui--stack .article-grid-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.35;
  margin-bottom: .45rem;
}

.article-content--stack p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.55;
  margin-bottom: .7rem;
}

.article-content--stack .btn {
  padding: .55rem .9rem;
  font-size: .88rem;
}

.news-pagination-wrap {
  margin-top: 1.5rem;
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.news-page-numbers {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
}

.news-page-link,
.news-page-nav {
  border: 1px solid rgba(15,79,101,.12);
  background: #fff;
  color: #0f4f65;
  min-width: 42px;
  min-height: 42px;
  padding: .55rem .9rem;
  border-radius: 999px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  transition: all .2s ease;
}

.news-page-link:hover,
.news-page-nav:hover:not(:disabled) {
  background: #0f4f65;
  color: #fff;
}

.news-page-link.active {
  background: #0f4f65;
  border-color: #0f4f65;
  color: #fff;
}

.news-page-nav:disabled {
  opacity: .45;
  cursor: not-allowed;
}

@media (max-width: 1199.98px) {
  .article-card-ui--stack,
  .article-card-ui--list-row {
    grid-template-columns: 148px minmax(0, 1fr);
  }
}

@media (max-width: 991.98px) {
  .news-page-top-grid {
    grid-template-columns: 1fr;
  }

  .news-page-toolbar--compact {
    margin-top: .25rem;
  }
}

@media (max-width: 767.98px) {
  .article-card-ui--stack,
  .article-card-ui--list-row {
    grid-template-columns: 1fr;
  }

  .article-card-ui--stack img,
  .article-card-ui--list-row img,
  .article-card-ui--stack .article-image-placeholder,
  .article-card-ui--list-row .article-image-placeholder {
    min-height: 210px;
  }

  .news-pagination {
    justify-content: center;
  }
}

/* ===== Knowledge Hub articles page ===== */
.knowledge-hero .section-kicker {
  margin-bottom: 1.1rem;
}

.knowledge-search-panel {
  margin-bottom: 2rem;
}

.knowledge-search-box {
  display: flex;
  align-items: center;
  gap: .75rem;
  background: #fff;
  border: 1px solid rgba(15,79,101,.10);
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(15,79,101,.08);
  padding: .3rem .55rem .3rem 1rem;
}

.knowledge-search-box > i {
  color: var(--brand-mid);
  font-size: 1.15rem;
  flex: 0 0 auto;
}

.knowledge-search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
  padding: 1rem 0;
}

.knowledge-search-box input::placeholder {
  color: #7b8f98;
}

.knowledge-search-clear {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #edf7f8;
  color: var(--brand-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.knowledge-search-clear:hover {
  background: var(--brand-dark);
  color: #fff;
}

.knowledge-filter-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.knowledge-filter-header .section-kicker {
  margin-bottom: .75rem;
}

.knowledge-section-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.knowledge-section-card {
  min-height: 134px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: .7rem;
  text-align: left;
  border: 1px solid rgba(15,79,101,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  color: var(--brand-dark);
  padding: 1rem;
  box-shadow: 0 12px 34px rgba(15,79,101,.07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.knowledge-section-card:hover,
.knowledge-section-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(11,185,165,.38);
  box-shadow: 0 18px 42px rgba(15,79,101,.10);
}

.knowledge-section-card.active {
  background: linear-gradient(135deg, rgba(15,79,101,.96), rgba(14,127,142,.94));
  color: #fff;
  border-color: rgba(15,79,101,.15);
}

.knowledge-section-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(11,185,165,.12);
  color: var(--brand-mid);
  font-size: 1.2rem;
}

.knowledge-section-card.active .knowledge-section-icon {
  background: rgba(255,255,255,.14);
  color: #fff;
}

.knowledge-section-title {
  font-weight: 800;
  line-height: 1.25;
}

.knowledge-section-count {
  color: #6b808a;
  font-size: .9rem;
  font-weight: 700;
}

.knowledge-section-card.active .knowledge-section-count {
  color: rgba(255,255,255,.82);
}

.knowledge-active-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
  padding: .8rem .95rem;
  border: 1px solid rgba(15,79,101,.10);
  border-radius: 18px;
  background: #fff;
  color: #466174;
  box-shadow: 0 10px 26px rgba(15,79,101,.05);
}

.knowledge-results-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: .45rem .8rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15,79,101,.10);
  color: var(--brand-dark);
  font-weight: 800;
}

.knowledge-no-results {
  margin-bottom: 1.4rem;
}

.knowledge-no-results h3 {
  margin-bottom: .45rem;
}

.article-card-ui--knowledge {
  display: flex;
  flex-direction: column;
}

.article-card-ui--knowledge .article-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.article-card-ui--knowledge .article-grid-title {
  min-height: 3.1rem;
}

.article-card-ui--knowledge .article-content > p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .85rem;
  flex-wrap: wrap;
  margin-top: auto;
}

.article-reading-time,
.article-updated {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #667b86;
  font-size: .9rem;
  font-weight: 700;
}

.article-updated {
  margin: -.15rem 0 .8rem;
  font-weight: 600;
}

.knowledge-audit-card {
  background: #fff;
  border: 1px solid rgba(15,79,101,.10);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(15,79,101,.10);
  padding: 1.35rem;
}

.knowledge-audit-header {
  margin-bottom: 1.3rem;
}

.knowledge-audit-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.knowledge-audit-metrics > div,
.knowledge-audit-phase,
.knowledge-audit-box {
  border: 1px solid rgba(15,79,101,.10);
  border-radius: 18px;
  background: #f8fcfd;
  padding: 1rem;
}

.knowledge-audit-metrics strong {
  display: block;
  color: var(--brand-dark);
  font-size: 1.35rem;
}

.knowledge-audit-metrics span {
  color: #5d7480;
}

.knowledge-audit-phase {
  margin-bottom: 1rem;
}

.knowledge-audit-phase h3,
.knowledge-audit-box h3 {
  color: var(--brand-dark);
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: .65rem;
}

.knowledge-audit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.knowledge-audit-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.knowledge-audit-box li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .42rem 0;
  border-bottom: 1px solid rgba(15,79,101,.08);
  color: #496578;
  word-break: break-word;
}

.knowledge-audit-box li:last-child {
  border-bottom: 0;
}

.knowledge-audit-box p {
  margin-bottom: 0;
  color: #607489;
}

@media (max-width: 1199.98px) {
  .knowledge-section-grid,
  .knowledge-audit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .knowledge-filter-header,
  .knowledge-active-summary {
    align-items: stretch;
    flex-direction: column;
  }

  .knowledge-section-grid,
  .knowledge-audit-metrics,
  .knowledge-audit-grid {
    grid-template-columns: 1fr;
  }

  .knowledge-search-box {
    border-radius: 18px;
    align-items: flex-start;
    padding-top: .35rem;
  }

  .knowledge-search-box > i {
    padding-top: 1rem;
  }
}


.footer-brand-col .footer-brand-card-wrap{
  display:flex;
  justify-content:center;
  margin-bottom:1rem;
}
.footer-social-block{
  margin-top:1.25rem;
}
.footer-social-title{
  margin-bottom:.75rem;
}
.footer-social{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.footer-social-btn{
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:#fff !important;
  box-shadow:0 10px 22px rgba(0,0,0,.08);
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}
.footer-social-btn:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.24);
  color:#fff !important;
}
.footer-social-btn i{
  font-size:1.1rem;
  line-height:1;
}
@media (max-width: 991.98px){
  .footer-social{
    justify-content:center;
  }
}
/* Homepage trust images inside feature-band stat boxes */
.stat-box{
  height:100%;
}
.stat-box-media{
  height:118px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:.85rem;
}
.stat-box-media img{
  display:block;
  max-width:100%;
  max-height:118px;
  width:auto;
  height:auto;
  object-fit:contain;
}
@media (max-width:575.98px){
  .stat-box-media{
    height:96px;
  }
  .stat-box-media img{
    max-height:96px;
  }
}

.site-header-fixed{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1100;
}

.content-narrow-820{
  max-width:820px;
}

.content-narrow-860{
  max-width:860px;
}

.hero-badges-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:1.2rem;
}

.hero-badge-link{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.58rem .9rem;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  color:#fff;
  font-weight:700;
  text-decoration:none;
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}

.hero-badge-link:hover{
  color:#fff;
  background:rgba(255,255,255,.18);
  border-color:rgba(255,255,255,.28);
  transform:translateY(-1px);
}

.gv-footer{
  background:linear-gradient(180deg,#0b3342 0%,#0a2b38 100%);
  color:#eaf4f6;
  padding:56px 0 24px;
  margin-top:0;
  position:relative;
  overflow:hidden;
}

.gv-footer:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 15% 20%,rgba(11,185,165,.14),transparent 28%),radial-gradient(circle at 85% 10%,rgba(255,255,255,.06),transparent 24%);
  pointer-events:none;
}

.gv-footer .container{
  position:relative;
  z-index:1;
}

.gv-footer a{
  color:#dff7f3;
  text-decoration:none;
}

.gv-footer a:hover{
  color:#fff;
}

.gv-footer-logo-col{
  display:flex;
  align-items:center;
  justify-content:center;
}

.gv-footer-brand{
  text-align:center;
  max-width:360px;
  margin:0 auto;
}

.gv-footer-brand img{
  max-width:280px;
  width:100%;
  height:auto;
  display:block;
  margin:0 auto 18px;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.18));
}

.gv-footer-brand p{
  margin:0;
  color:rgba(234,244,246,.88);
  font-size:.985rem;
  line-height:1.7;
}

.gv-footer-title{
  font-size:1.05rem;
  font-weight:800;
  margin:0 0 16px;
  color:#fff;
  letter-spacing:.01em;
}

.gv-footer-locations{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

.gv-footer-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  padding:18px 18px 16px;
  box-shadow:0 10px 26px rgba(0,0,0,.12);
  backdrop-filter:blur(2px);
}

.gv-footer-card h4{
  font-size:1rem;
  font-weight:800;
  margin:0 0 10px;
  color:#fff;
}

.gv-footer-card p{
  margin:0 0 8px;
  color:rgba(234,244,246,.9);
  line-height:1.6;
}

.gv-footer-meta{
  display:grid;
  gap:6px;
}

.gv-footer-meta a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#eaf4f6;
}

.gv-footer-meta i,
.gv-footer-links i,
.gv-footer-social a i{
  color:#79e7d8;
}

.gv-footer-links{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

.gv-footer-links a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#eaf4f6;
}

.gv-footer-social-wrap{
  margin-top:18px;
}

.gv-footer-social-title{
  text-align:center;
  font-size:.9rem;
  font-weight:700;
  margin:0 0 10px;
  color:rgba(234,244,246,.82);
}

.gv-footer-social{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}

.gv-footer-social a{
  width:42px;
  height:42px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}

.gv-footer-social a:hover{
  transform:translateY(-2px);
  background:rgba(11,185,165,.16);
  border-color:rgba(121,231,216,.42);
}

.gv-footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:28px;
  padding-top:18px;
  color:rgba(234,244,246,.76);
  font-size:.93rem;
}

.gv-footer-bottom-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
}

.gv-footer-bottom-links a{
  color:rgba(234,244,246,.9);
}

@media (max-width:991.98px){
  .gv-footer{
    padding:48px 0 22px;
  }

  .gv-footer-logo-col{
    justify-content:flex-start;
  }

  .gv-footer-brand{
    text-align:left;
    margin:0;
    max-width:none;
  }

  .gv-footer-brand img{
    margin:0 0 16px 0;
    max-width:240px;
  }
}

/* ===== Premium UI integration ===== */
body{
  background:#f7fbfb;
}

.site-header{
  background:rgba(255,255,255,.94);
  border-bottom:1px solid rgba(18,51,69,.09);
  box-shadow:0 10px 32px rgba(18,51,69,.045);
}

.site-header.is-scrolled{
  background:rgba(255,255,255,.98);
  box-shadow:0 12px 34px rgba(18,51,69,.08);
}

.navbar .nav-link{
  color:#183b4c;
  font-weight:750;
}

.navbar .nav-link:hover,
.navbar .nav-link.active{
  color:var(--brand-teal);
  opacity:1;
}

.navbar .nav-link::after{
  height:1px;
  background:linear-gradient(90deg,var(--brand-mid),var(--brand-teal));
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus{
  background:#effafa;
  color:var(--brand-teal);
}

.btn-brand,
.btn-outline-brand{
  border-radius:999px;
  letter-spacing:0;
}

.btn-brand{
  background:linear-gradient(135deg,var(--brand-dark),var(--brand-mid));
  box-shadow:0 12px 26px rgba(14,127,142,.18);
}

.btn-brand:hover,
.btn-brand:focus-visible{
  background:linear-gradient(135deg,var(--brand-mid),var(--brand-teal));
  box-shadow:0 14px 30px rgba(11,185,165,.22);
}

.btn-outline-brand{
  background:rgba(255,255,255,.94);
  border-color:rgba(15,79,101,.22);
  color:#0b3d4e;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus-visible{
  background:#f6fbfb;
  border-color:rgba(10,169,150,.46);
  color:var(--brand-teal);
}

.section-kicker{
  background:transparent;
  border-color:rgba(10,169,150,.24);
  color:#0b6e77;
  font-size:.84rem;
  font-weight:800;
  letter-spacing:.01em;
  padding:.36rem .72rem;
}

.section-title{
  color:#123345;
  letter-spacing:-.018em;
}

.lead-soft,
.page-prose,
.page-prose p{
  color:#566f7d;
}

.page-hero{
  background:linear-gradient(180deg,#f7fbfb 0%,#eef7f8 100%);
  border-bottom:1px solid rgba(18,51,69,.07);
}

.page-hero::before{
  opacity:.42;
}

.glass-card,
.service-card,
.info-card,
.article-card,
.location-card,
.contact-card,
.faq-card{
  border-radius:8px;
  border:1px solid rgba(18,51,69,.08);
  box-shadow:0 14px 34px rgba(18,51,69,.065);
  background:#fff;
}

.service-card{
  padding:1.25rem;
}

.service-card::before{
  width:1px;
  height:calc(100% - 2.5rem);
  left:0;
  bottom:1.25rem;
  background:rgba(10,169,150,.42);
}

.service-card:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 44px rgba(18,51,69,.10);
}

.icon-chip{
  width:46px;
  height:46px;
  border-radius:8px;
  background:#eff8f8;
  color:#0b5564;
  font-size:1.16rem;
}

.service-card h3,
.info-card h3,
.article-card h3,
.location-card h3,
.faq-card h3{
  color:#123345;
}

.service-card p,
.info-card p,
.article-card p,
.location-card p,
.faq-card p,
.contact-card p{
  color:#566f7d;
}

.quick-links a{
  border-radius:999px;
  border-color:rgba(18,51,69,.10);
  box-shadow:none;
  background:#fff;
}

.quick-links a:hover,
.quick-links a:focus-visible{
  border-color:rgba(10,169,150,.38);
  background:#f8fdfd;
  color:var(--brand-teal);
}

.article-card-ui{
  border-radius:8px;
  border:1px solid rgba(18,51,69,.09);
  box-shadow:none;
  background:#fff;
}

.article-card-ui img{
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
}

.article-content h4,
.article-grid-title,
.featured-article-title{
  color:#123345;
  letter-spacing:-.01em;
}

.article-title-link:hover,
.article-title-link:focus-visible{
  color:var(--brand-teal);
}

.ribbon-note,
.article-category{
  border-radius:999px;
  background:#eef8f8;
  border:1px solid rgba(10,169,150,.18);
  color:#0b6e77;
  box-shadow:none;
}

.article-date{
  color:#627783;
}

.carousel-controls .arrow{
  border-radius:999px;
  border:1px solid rgba(18,51,69,.13);
  background:#fff;
  color:#0b5564;
  box-shadow:none;
}

.carousel-controls .arrow:hover,
.carousel-controls .arrow:focus-visible{
  background:#f6fbfb;
  border-color:rgba(10,169,150,.38);
  color:#0b5564;
}

.dots button,
.dots span{
  border-color:rgba(10,169,150,.35);
}

.dots button.active,
.dots span.active{
  background:#0b5564;
  border-color:#0b5564;
}

.about-image-wrap{
  border-radius:8px;
  border:1px solid rgba(18,51,69,.08);
  box-shadow:0 20px 52px rgba(18,51,69,.10);
  overflow:hidden;
}

.about-image{
  border-radius:8px;
}

.faq-accordion .accordion-item{
  border-radius:8px;
  box-shadow:none;
  border-color:rgba(18,51,69,.08);
}

.faq-accordion .accordion-button{
  color:#123345;
}

.faq-accordion .accordion-button:not(.collapsed){
  background:#f5fbfb;
  color:#0b5564;
}

body.premium-homepage{
  --premium-ink:#123345;
  --premium-muted:#566f7d;
  --premium-line-soft:rgba(18,51,69,.08);
  --premium-teal:#0bb9a5;
  --premium-mid:#0e7f8e;
  --premium-dark:#0f4f65;
}

body.premium-homepage .hero-home{
  padding:104px 0 88px;
  background:#0f4f65;
  border-bottom:1px solid rgba(18,51,69,.10);
}

body.premium-homepage .hero-home::before{
  background:
    linear-gradient(135deg, rgba(15,79,101,.96) 0%, rgba(14,127,142,.91) 58%, rgba(11,185,165,.78) 100%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0));
}

body.premium-homepage .hero-home::after{
  display:none;
}

body.premium-homepage .hero-grid{
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:54px;
  align-items:center;
}

body.premium-homepage .hero-copy{
  max-width:720px;
  padding-top:0;
}

body.premium-homepage .hero-copy h1{
  max-width:760px;
  margin-bottom:1.2rem;
  font-size:clamp(2.35rem,4.1vw,4.35rem);
  line-height:1.03;
  letter-spacing:-.026em;
}

body.premium-homepage .hero-copy p{
  max-width:660px;
  color:rgba(244,251,251,.9);
  font-size:1.08rem;
  line-height:1.82;
}

body.premium-homepage .hero-home .section-kicker{
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.24);
  color:#e9fffb;
}

body.premium-homepage .hero-home .section-kicker i{
  color:#79e7d8;
}

body.premium-homepage .hero-badges{
  gap:10px;
  margin-top:1.45rem;
}

body.premium-homepage .hero-badge-link{
  display:inline-flex;
  align-items:center;
  gap:.48rem;
  min-height:42px;
  padding:.56rem .82rem;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-weight:750;
  box-shadow:none;
  transition:background .18s ease, border-color .18s ease, transform .18s ease;
}

body.premium-homepage .hero-badge-link:hover,
body.premium-homepage .hero-badge-link:focus-visible{
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.28);
  color:#fff;
  transform:translateY(-1px);
}

body.premium-homepage .hero-side{
  align-items:stretch;
  gap:18px;
}

body.premium-homepage .hero-image::after{
  display:none;
}

body.premium-homepage .hero-photo{
  max-width:none;
  max-height:540px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 26px 60px rgba(0,0,0,.24);
}

body.premium-homepage .hero-actions-side{
  justify-content:flex-start;
  gap:12px;
  margin-top:0;
}

body.premium-homepage .hero-actions-side .btn-brand,
body.premium-homepage .hero-actions-side .btn-outline-brand{
  min-width:0;
  padding:.82rem 1.08rem;
}

body.premium-homepage .hero-actions-side .btn-outline-brand{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.24);
  color:#fff;
}

body.premium-homepage .hero-actions-side .btn-outline-brand:hover,
body.premium-homepage .hero-actions-side .btn-outline-brand:focus-visible{
  background:rgba(11,185,165,.18);
  border-color:rgba(176,246,238,.46);
  color:#fff;
}

body.premium-homepage .feature-band{
  margin-top:-40px;
}

body.premium-homepage .feature-band .band-inner{
  padding:1rem;
  border-radius:8px;
  border:1px solid var(--premium-line-soft);
  background:rgba(255,255,255,.96);
  box-shadow:0 22px 54px rgba(18,51,69,.12);
}

body.premium-homepage .stat-box{
  display:flex;
  flex-direction:column;
  min-height:100%;
  border-radius:8px;
  border:1px solid rgba(18,51,69,.08);
  box-shadow:none;
  background:linear-gradient(180deg,#fff 0%,#f9fcfc 100%);
  padding:1.1rem;
}

body.premium-homepage .stat-box-media{
  height:82px;
  justify-content:flex-start;
  margin-bottom:.8rem;
}

body.premium-homepage .stat-box-media img{
  max-height:78px;
}

body.premium-homepage .stat-box strong{
  font-size:1.08rem;
  line-height:1.32;
  color:var(--premium-ink);
}

body.premium-homepage .stat-box span{
  display:block;
  margin-top:.45rem;
  color:var(--premium-muted);
  line-height:1.6;
}

body.premium-homepage .homepage-services-section{
  background:#fff;
  padding-top:86px;
}

body.premium-homepage .homepage-about-section{
  background:linear-gradient(180deg,#f6fafb 0%,#ffffff 100%);
}

body.premium-homepage .homepage-articles-section{
  background:#f2f7f8;
  border-top:1px solid rgba(18,51,69,.07);
  border-bottom:1px solid rgba(18,51,69,.07);
}

body.premium-homepage .homepage-contact-section{
  position:relative;
  background:#f7fbfb;
  padding-top:78px;
}

body.premium-homepage .homepage-services-section .lead-soft,
body.premium-homepage .homepage-about-section .page-prose,
body.premium-homepage .homepage-articles-section .page-prose,
body.premium-homepage .homepage-contact-section .lead-soft{
  line-height:1.82;
}

body.premium-homepage .homepage-services-section .service-card a{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  margin-top:auto;
  color:var(--premium-mid);
  transition:color .18s ease, transform .18s ease;
}

body.premium-homepage .homepage-services-section .service-card a:hover,
body.premium-homepage .homepage-services-section .service-card a:focus-visible{
  color:var(--premium-teal);
  transform:translateX(2px);
}

body.premium-homepage .articles-carousel{
  min-height:0;
}

body.premium-homepage .articles-carousel-wrapper{
  padding:1rem;
  border-radius:8px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(18,51,69,.08);
  box-shadow:0 18px 44px rgba(18,51,69,.08);
}

body.premium-homepage .article-content{
  padding:1.15rem;
}

body.premium-homepage .article-meta-row{
  align-items:flex-end;
}

body.premium-homepage .carousel-controls{
  margin-top:1rem;
}

body.premium-homepage .homepage-molecular-band{
  position:relative;
  height:300px;
  overflow:hidden;
  background:#0c3f50;
}

body.premium-homepage .homepage-molecular-band img{
  height:100%;
  opacity:1;
  filter:none;
}

body.premium-homepage .homepage-molecular-band::after{
  display:none;
}

body.premium-homepage .homepage-contact-section > .container > .text-center{
  max-width:980px;
  padding:2rem;
  border-radius:8px;
  background:#0d4051;
  color:#fff;
  box-shadow:0 20px 54px rgba(18,51,69,.14);
}

body.premium-homepage .homepage-contact-section > .container > .text-center .section-kicker{
  border-color:rgba(255,255,255,.22);
  color:#c9f3ed;
}

body.premium-homepage .homepage-contact-section > .container > .text-center .section-title{
  color:#fff;
}

body.premium-homepage .homepage-contact-section > .container > .text-center .lead-soft{
  color:rgba(255,255,255,.84);
  margin-left:auto;
  margin-right:auto;
}

body.premium-homepage .homepage-contact-section > .container > .text-center .btn-outline-brand{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.28);
  color:#fff;
}

body.premium-homepage .homepage-contact-section > .container > .text-center .btn-outline-brand:hover,
body.premium-homepage .homepage-contact-section > .container > .text-center .btn-outline-brand:focus-visible{
  background:rgba(255,255,255,.14);
  color:#fff;
}

@media (max-width:1199.98px){
  body.premium-homepage .hero-home{
    padding:70px 0 58px;
  }

  body.premium-homepage .hero-grid{
    grid-template-columns:1fr;
    gap:24px;
    align-items:start;
  }

  body.premium-homepage .hero-copy{
    max-width:820px;
  }

  body.premium-homepage .hero-copy h1{
    max-width:820px;
    font-size:clamp(2rem,5.8vw,3.15rem);
  }

  body.premium-homepage .hero-copy p{
    max-width:780px;
    font-size:1rem;
    line-height:1.7;
  }

  body.premium-homepage .hero-side{
    max-width:720px;
    align-items:flex-start;
  }

  body.premium-homepage .hero-image{
    width:100%;
  }

  body.premium-homepage .hero-actions-side{
    justify-content:flex-start;
  }

  body.premium-homepage .hero-photo{
    width:100%;
    height:clamp(230px,42vw,360px);
    max-height:none;
    object-fit:cover;
    object-position:center;
  }

  body.premium-homepage .feature-band{
    margin-top:-28px;
  }

  body.premium-homepage .homepage-molecular-band{
    height:240px;
  }
}

@media (max-width:991.98px){
  body.premium-homepage .hero-home{
    padding:62px 0 54px;
  }
}

@media (max-width:575.98px){
  body.premium-homepage .hero-home{
    padding:44px 0 46px;
  }

  body.premium-homepage .hero-copy h1{
    font-size:clamp(1.9rem,9vw,2.45rem);
    line-height:1.08;
  }

  body.premium-homepage .hero-copy p{
    font-size:.96rem;
  }

  body.premium-homepage .hero-badges{
    margin-top:1rem;
  }

  body.premium-homepage .hero-badge-link{
    width:100%;
    justify-content:center;
    min-height:38px;
    padding:.5rem .72rem;
  }

  body.premium-homepage .hero-actions-side .btn-brand,
  body.premium-homepage .hero-actions-side .btn-outline-brand{
    width:100%;
  }

  body.premium-homepage .feature-band .band-inner,
  body.premium-homepage .articles-carousel-wrapper,
  body.premium-homepage .homepage-contact-section > .container > .text-center{
    padding:1rem;
  }

  body.premium-homepage .stat-box-media{
    height:72px;
  }

  body.premium-homepage .hero-photo{
    height:clamp(190px,56vw,250px);
    border-radius:8px;
  }

  body.premium-homepage .homepage-molecular-band{
    height:190px;
  }
}
