:root{--navy:#1F3A5F;--blue:#2A6F97;--accent:#64CBD8;--pale:#F4F6F8;--grey:#D9DEE5;--ink:#1C1C1C;--white:#FFFFFF;--font:'Plus Jakarta Sans',sans-serif;--ease:cubic-bezier(.25,.46,.45,.94)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:112px}
body{font-family:var(--font);color:var(--ink);line-height:1.65;background:var(--white);overflow-x:hidden}
img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button,input,textarea{font-family:var(--font)}
.wrap{max-width:1180px;margin:0 auto;padding:0 32px}
[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
[data-reveal].is-visible{opacity:1;transform:translateY(0)}

/* ====== NAV ====== */
.nav{position:fixed;top:0;left:0;width:100%;z-index:999;display:flex;flex-direction:column;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:border-color .3s,box-shadow .3s}
.nav__topbar{background:var(--navy);color:var(--white);padding:6px 0;font-size:.78rem;display:flex;align-items:center}
.nav__topbar-inner{display:flex;align-items:center;justify-content:flex-end;gap:20px;width:100%}
.nav__topbar a{color:rgba(255,255,255,.85);display:flex;align-items:center;gap:6px;transition:color .2s}
.nav__topbar a:hover{color:var(--white)}
.nav__topbar svg{width:13px;height:13px}
.nav__main{height:80px;display:flex;align-items:center}
.nav.is-scrolled{border-bottom-color:var(--grey);box-shadow:0 1px 20px rgba(31,58,95,.06)}
.nav__inner{display:flex;align-items:center;justify-content:space-between;width:100%}
.nav__logo img{height:80px;width:auto;display:block}
.nav__links{display:flex;align-items:center;gap:28px}
.nav__links>li>a{font-size:.88rem;font-weight:500;color:var(--ink);position:relative;padding:4px 0;transition:color .25s}
.nav__links>li>a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--accent);transition:width .3s var(--ease)}
.nav__links>li>a:hover{color:var(--blue)}
.nav__links>li>a:hover::after{width:100%}
.nav__links>li>a[aria-current="page"]{color:var(--blue)}
.nav__links>li>a[aria-current="page"]::after{width:100%}
.nav__drop{position:relative}
.nav__drop>a,.nav__drop-label{display:flex;align-items:center;gap:5px}
.nav__drop>a svg,.nav__drop-label svg{width:10px;height:10px;transition:transform .25s}
.nav__drop-label{font-size:.88rem;font-weight:500;color:var(--ink);position:relative;padding:4px 0;cursor:default}
.nav__drop::after{content:'';position:absolute;top:100%;left:0;width:100%;height:16px}
.nav__drop:hover>a svg,.nav__drop:hover>.nav__drop-label svg{transform:rotate(180deg)}
.nav__dropdown{position:absolute;top:calc(100% + 12px);left:-16px;min-width:290px;background:var(--white);border:1px solid var(--grey);border-radius:10px;padding:10px 0;opacity:0;visibility:hidden;transform:translateY(6px);pointer-events:none;transition:all .25s var(--ease);box-shadow:0 12px 40px rgba(31,58,95,.1)}
.nav__drop:hover .nav__dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.nav__dropdown a{display:block;padding:9px 20px;font-size:.85rem;color:#444;transition:background .2s,color .2s,padding-left .2s}
.nav__dropdown a:hover{background:var(--pale);color:var(--navy);padding-left:26px}
.nav__burger{display:none;background:none;border:none;cursor:pointer;width:32px;height:24px;position:relative;z-index:1001}
.nav__burger span{display:block;width:100%;height:2px;background:var(--ink);position:absolute;left:0;transition:all .3s;border-radius:2px}
.nav__burger span:nth-child(1){top:0}.nav__burger span:nth-child(2){top:50%;transform:translateY(-50%)}.nav__burger span:nth-child(3){bottom:0}
.nav__burger.open span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.nav__burger.open span:nth-child(2){opacity:0}.nav__burger.open span:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}

/* ====== HERO (homepage) ====== */
.hero{position:relative;height:68vh;min-height:460px;max-height:640px;margin-top:112px;overflow:hidden;display:flex;align-items:center}
.hero__bg{position:absolute;inset:0;z-index:0;will-change:transform}
.hero__bg img{width:100%;height:120%;object-fit:cover;object-position:center 30%;transform:scaleX(-1)}
.hero__bg::after{content:'';position:absolute;inset:0;background:linear-gradient(105deg,rgba(31,58,95,.78) 0%,rgba(31,58,95,.55) 35%,rgba(31,58,95,.2) 65%,transparent 100%)}
.hero__body{position:relative;z-index:1;width:46%;max-width:540px;text-align:left;padding:40px 0;margin-left:clamp(32px,5vw,80px)}
.hero__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.76rem;font-weight:600;text-transform:uppercase;letter-spacing:2.5px;color:rgba(255,255,255,.65);margin-bottom:18px}
.hero__eyebrow::before{content:'';width:28px;height:2px;background:var(--accent)}
.hero__title{font-size:clamp(2.1rem,3.6vw,3rem);font-weight:800;line-height:1.1;color:var(--white);margin-bottom:18px}
.hero__desc{font-size:1rem;color:rgba(255,255,255,.85);line-height:1.75;margin-bottom:28px}
.hero__cta{display:inline-flex;align-items:center;background:var(--accent);color:var(--navy);padding:14px 32px;border-radius:6px;font-weight:700;font-size:.9rem;transition:all .3s;width:fit-content}
.hero__cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(100,203,216,.4)}

/* ====== PAGE HERO (angled overlay — inner pages) ====== */
.page-hero{position:relative;height:60vh;min-height:460px;max-height:620px;margin-top:112px;overflow:hidden;display:flex;align-items:flex-end}
.page-hero--tall{height:70vh;min-height:540px;max-height:740px}
.page-hero__bg{position:absolute;inset:-15% 0 0;z-index:0;height:115%;will-change:transform}
.page-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}
.page-hero__overlay{position:absolute;bottom:0;left:0;right:0;z-index:1;background:rgba(31,58,95,.92);clip-path:polygon(0 22%,0 100%,100% 100%,60% 100%,50% 22%);height:100%;display:flex;align-items:flex-end}
.page-hero__body{position:relative;z-index:2;padding:0 0 56px;margin-left:clamp(32px,5vw,80px);max-width:560px}
.page-hero__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.76rem;font-weight:600;text-transform:uppercase;letter-spacing:2.5px;color:var(--accent);margin-bottom:14px}
.page-hero__eyebrow::before{content:'';width:28px;height:2px;background:var(--accent)}
.page-hero__title{font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:800;line-height:1.1;color:var(--white);margin-bottom:14px}
.page-hero__desc{font-size:.95rem;color:rgba(255,255,255,.75);line-height:1.7;margin-bottom:24px}

/* ====== INTRO ====== */
.intro{padding:56px 0 40px}
.intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.label{font-size:.76rem;font-weight:600;text-transform:uppercase;letter-spacing:2.5px;color:var(--blue);margin-bottom:14px;display:flex;align-items:center;gap:10px}
.label::before{content:'';width:22px;height:1.5px;background:var(--blue)}
.label--center{justify-content:center}.label--center::before{display:none}
.label--white{color:rgba(255,255,255,.55)}.label--white::before{background:rgba(255,255,255,.35)}
.intro__title{font-size:1.75rem;font-weight:700;color:var(--navy);line-height:1.25;margin-bottom:20px}
.intro__text p{color:#555;line-height:1.8;margin-bottom:14px}
.intro__img{position:relative;border-radius:12px;overflow:visible}
.intro__img img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px}
.intro__img::before{content:'';position:absolute;z-index:1;top:-10px;left:-10px;width:60px;height:60px;border-top:3px solid var(--accent);border-left:3px solid var(--accent);pointer-events:none}
.intro__img::after{content:'';position:absolute;z-index:1;bottom:-10px;right:-10px;width:60px;height:60px;border-bottom:3px solid var(--accent);border-right:3px solid var(--accent);pointer-events:none}

/* ====== ABOUT (homepage section) ====== */
.about{padding:100px 0;background:var(--pale)}
.about__grid{display:grid;grid-template-columns:5fr 6fr;gap:60px;align-items:center}
.about__photo{position:relative;overflow:visible}
.about__photo img{width:100%;border-radius:12px;box-shadow:0 16px 48px rgba(31,58,95,.12)}
.about__photo::before{content:'';position:absolute;z-index:1;top:-10px;left:-10px;width:60px;height:60px;border-top:3px solid var(--accent);border-left:3px solid var(--accent);pointer-events:none}
.about__photo::after{content:'';position:absolute;z-index:1;bottom:-10px;right:-10px;width:60px;height:60px;border-bottom:3px solid var(--accent);border-right:3px solid var(--accent);pointer-events:none}
.about__name{font-size:1.9rem;font-weight:800;color:var(--navy);margin-bottom:18px;line-height:1.15}
.about__body p{color:#555;line-height:1.8;margin-bottom:18px}
.about__btn{display:inline-flex;align-items:center;background:var(--accent);color:var(--navy);padding:14px 32px;border-radius:6px;font-weight:700;font-size:.9rem;transition:all .3s;margin-top:4px}
.about__btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(100,203,216,.4)}

/* ====== ABOUT PAGE (full page) ====== */
.about-profile{padding:64px 0}
.about-profile__grid{display:grid;grid-template-columns:5fr 7fr;gap:60px;align-items:start}
.about-profile__photo{position:relative;overflow:visible}
.about-profile__photo img{width:100%;border-radius:12px;box-shadow:0 16px 48px rgba(31,58,95,.12)}
.about-profile__photo::before{content:'';position:absolute;z-index:1;top:-10px;left:-10px;width:60px;height:60px;border-top:3px solid var(--accent);border-left:3px solid var(--accent);pointer-events:none}
.about-profile__photo::after{content:'';position:absolute;z-index:1;bottom:-10px;right:-10px;width:60px;height:60px;border-bottom:3px solid var(--accent);border-right:3px solid var(--accent);pointer-events:none}
.about-profile__text h2{font-size:1.9rem;font-weight:800;color:var(--navy);margin-bottom:22px;line-height:1.15}
.about-profile__text p{color:#555;line-height:1.8;margin-bottom:18px}

.about-focus{padding:56px 0}
.about-focus__header{text-align:center;margin-bottom:48px}
.about-focus__header h2{font-size:1.9rem;font-weight:800;color:var(--navy);margin-bottom:8px}
.about-focus__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto}
.about-focus__card{background:var(--white);border:1px solid var(--grey);border-radius:12px;padding:32px 24px;text-align:center;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}
.about-focus__card:hover{transform:translateY(-5px);box-shadow:0 16px 48px rgba(31,58,95,.1)}
.about-focus__icon{width:56px;height:56px;border-radius:50%;background:rgba(100,203,216,.12);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--accent)}
.about-focus__icon svg{width:26px;height:26px}
.about-focus__card h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:8px}
.about-focus__card p{font-size:.88rem;color:#555;line-height:1.6}
.about-focus--navy{background:var(--navy)}
.about-focus--navy .about-focus__header h2{color:var(--white)}
.about-focus--navy .about-focus__header .label{color:var(--accent)}
.about-focus--navy .about-focus__card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1)}
.about-focus--navy .about-focus__card:hover{box-shadow:0 16px 48px rgba(0,0,0,.2)}
.about-focus--navy .about-focus__card h3{color:var(--white)}
.about-focus--navy .about-focus__card p{color:rgba(255,255,255,.65)}
.about-focus--navy .about-focus__icon{background:rgba(100,203,216,.18)}

/* ====== CTA BAND LIGHT (white bg, navy border) ====== */
.cta-band-light{padding:48px 0;background:var(--white)}
.cta-band-light__inner{max-width:680px;margin:0 auto;text-align:center;border:2px solid var(--navy);border-radius:16px;padding:40px 36px}
.cta-band-light__title{font-size:1.7rem;font-weight:700;color:var(--navy);margin-bottom:10px}
.cta-band-light__text{color:#555;margin-bottom:28px;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.7}
.cta-band-light .hero__cta{margin:0 auto}

/* ====== Q&A SECTIONS (service pages) ====== */
.qa__question{font-size:1.4rem;font-weight:700;color:var(--navy);margin-bottom:16px;line-height:1.25}
.qa__answer{color:#555;line-height:1.8}
.qa__answer p{margin-bottom:16px}
.qa__answer p:last-child{margin-bottom:0}

/* ====== BENEFIT LIST ====== */
.benefit-list{list-style:none;margin:16px 0 0;padding:0}
.benefit-list li{display:flex;align-items:flex-start;gap:14px;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:.92rem;color:#555;line-height:1.6}
.benefit-list li:last-child{border-bottom:none}
.benefit-list li::before{content:'';width:22px;height:22px;border-radius:50%;background:rgba(100,203,216,.15);flex-shrink:0;margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' stroke='%232A6F97' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8.5L6.5 11.5L12.5 5.5'/%3E%3C/svg%3E");background-size:14px;background-position:center;background-repeat:no-repeat}

/* ====== CTA BAND ====== */
.cta-band{padding:48px 0;background:var(--navy);text-align:center}
.cta-band__title{font-size:1.7rem;font-weight:700;color:var(--white);margin-bottom:10px}
.cta-band__text{color:rgba(255,255,255,.6);margin-bottom:28px;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.7}
.cta-band .hero__cta{margin:0 auto}

/* ====== RELATED SERVICES ====== */
.related{padding:56px 0;background:var(--pale)}
.related__header{text-align:center;margin-bottom:36px}
.related__header h2{font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:6px}
.related__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:900px;margin:0 auto}
.related__card{border-radius:10px;overflow:hidden;background:var(--white);border:1px solid var(--grey);transition:transform .35s var(--ease),box-shadow .35s var(--ease);display:flex;flex-direction:column}
.related__card:hover{transform:translateY(-5px);box-shadow:0 16px 48px rgba(31,58,95,.12)}
.related__card-img{height:160px;overflow:hidden}
.related__card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}
.related__card:hover .related__card-img img{transform:scale(1.05)}
.related__card-body{padding:20px 22px 22px;flex:1;display:flex;flex-direction:column}
.related__card-body h4{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:8px;line-height:1.3}
.related__card-body p{font-size:.84rem;color:#666;line-height:1.6;flex:1;margin-bottom:14px}
.related__card-link{font-size:.82rem;font-weight:700;color:var(--navy);background:var(--accent);display:inline-flex;align-items:center;padding:10px 22px;border-radius:6px;margin-top:auto;transition:all .3s}
.related__card-link:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(100,203,216,.4)}


/* ====== SERVICE LAYOUT with contact sidebar (Variant A) ====== */
.service-layout{padding:40px 0 56px}
.service-layout__grid{display:grid;grid-template-columns:1fr 300px;gap:48px;align-items:start}
.service-layout__main{min-width:0}
.service-layout__main .qa-block{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid var(--grey)}
.service-layout__main .qa-block:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}

/* ====== CONTACT SIDEBAR (service pages) ====== */
.service-contact{background:var(--white);border:1px solid var(--grey);border-radius:12px;overflow:hidden;position:sticky;top:120px}
.service-contact__head{background:var(--navy);padding:20px 22px}
.service-contact__head h3{font-size:.95rem;font-weight:700;color:var(--white);margin-bottom:2px}
.service-contact__head p{font-size:.78rem;color:rgba(255,255,255,.6);line-height:1.5;margin:0}
.service-contact__form{padding:20px 22px}
.service-contact .form-row{margin-bottom:12px}
.service-contact .form-row label{font-size:.76rem;margin-bottom:3px}
.service-contact .form-row input,.service-contact .form-row textarea{padding:10px 12px;font-size:.84rem}
.service-contact .form-row textarea{min-height:70px}
.service-contact .form-btn{width:100%;justify-content:center;padding:11px 20px;font-size:.84rem}
.service-contact__divider{height:1px;background:var(--grey);margin:0 22px}
.service-contact__details{padding:16px 22px 20px}
.service-contact__detail{display:flex;align-items:center;gap:10px;padding:7px 0;font-size:.82rem;color:#555}
.service-contact__detail svg{width:14px;height:14px;color:var(--blue);flex-shrink:0}
.service-contact__detail a{color:#555;transition:color .2s}
.service-contact__detail a:hover{color:var(--blue)}

/* ====== SERVICES — dark (homepage) ====== */
.services{padding:100px 0;background:var(--navy)}
.services__header{text-align:center;margin-bottom:56px}
.services__header h2{font-size:1.9rem;font-weight:800;color:var(--white);margin-bottom:6px}
.svc-cat{margin-bottom:52px}.svc-cat:last-child{margin-bottom:0}
.svc-cat__head{display:flex;align-items:center;gap:14px;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.12)}
.svc-cat__icon{width:38px;height:38px;border-radius:8px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);flex-shrink:0}
.svc-cat__icon svg{width:18px;height:18px}
.svc-cat__name{font-size:1.2rem;font-weight:700;color:var(--white)}
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.svc-card{border-radius:10px;overflow:hidden;background:var(--white);transition:transform .35s var(--ease),box-shadow .35s var(--ease);display:flex;flex-direction:column}
.svc-card:hover{transform:translateY(-5px);box-shadow:0 16px 48px rgba(0,0,0,.2)}
.svc-card__visual{height:160px;background:var(--pale);display:flex;align-items:center;justify-content:center;overflow:hidden}
.svc-card__visual svg{width:110px;height:110px;transition:transform .4s var(--ease)}
.svc-card:hover .svc-card__visual svg{transform:scale(1.06)}
.svc-card__body{padding:20px 22px 22px;flex:1;display:flex;flex-direction:column}
.svc-card__body h4{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:8px;line-height:1.3}
.svc-card__body p{font-size:.84rem;color:#666;line-height:1.6;flex:1;margin-bottom:14px}
.svc-card__link{font-size:.82rem;font-weight:700;color:var(--navy);background:var(--accent);display:inline-flex;align-items:center;padding:10px 22px;border-radius:6px;margin-top:auto;transition:all .3s}
.svc-card__link:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(100,203,216,.4)}

/* ====== CONTACT ====== */
.contact{padding:100px 0;background:var(--pale)}
.contact__header{text-align:center;margin-bottom:48px}
.contact__header h2{font-size:1.9rem;font-weight:800;color:var(--navy);margin-bottom:8px}
.contact__header p{color:#555;max-width:520px;margin:0 auto}
.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;margin-bottom:40px}
.contact__form{background:var(--white);padding:32px;border-radius:12px;border:1px solid var(--grey)}
.form-row{margin-bottom:18px}
.form-row label{display:block;font-size:.84rem;font-weight:600;color:var(--ink);margin-bottom:5px}
.form-row input,.form-row textarea{width:100%;padding:12px 14px;border:1px solid var(--grey);border-radius:8px;font-size:.9rem;color:var(--ink);background:var(--pale);transition:border-color .25s,background .25s}
.form-row input:focus,.form-row textarea:focus{outline:none;border-color:var(--blue);background:var(--white)}
.form-row textarea{resize:vertical;min-height:110px}
.form-btn{display:inline-flex;align-items:center;background:var(--accent);color:var(--navy);border:none;padding:14px 32px;border-radius:6px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .3s}
.form-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(100,203,216,.4)}
.contact__info{display:flex;flex-direction:column;background:var(--white);border-radius:12px;border:1px solid var(--grey);overflow:hidden}
.c-item{display:flex;gap:14px;padding:16px 22px;border-bottom:1px solid var(--pale);align-items:flex-start}
.c-item:last-child{border-bottom:none}
.c-item__icon{width:32px;height:32px;border-radius:8px;background:var(--pale);display:flex;align-items:center;justify-content:center;color:var(--blue);flex-shrink:0}
.c-item__icon svg{width:14px;height:14px}
.c-item__text strong{display:block;font-size:.8rem;font-weight:600;color:var(--ink);margin-bottom:1px}
.c-item__text a,.c-item__text span{font-size:.86rem;color:#555;line-height:1.5}
.c-item__text a:hover{color:var(--blue)}
.contact__map{border-radius:12px;overflow:hidden;line-height:0;border:1px solid var(--grey)}
.contact__map iframe{width:100%;height:360px;border:0}


/* ====== FOOTER ====== */
.footer{background:var(--navy);color:rgba(255,255,255,.75);padding:56px 0 0}
.footer__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:36px;margin-bottom:36px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer__logo-wrap{display:inline-block}
.footer__logo-wrap img{height:72px;width:auto;display:block}
.footer__cta{display:inline-flex;align-items:center;background:var(--accent);color:var(--navy);padding:14px 32px;border-radius:6px;font-weight:700;font-size:.9rem;transition:all .3s}
.footer__cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(100,203,216,.4)}
.footer__row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:32px;align-items:start}
.footer h5{color:var(--white);font-size:.78rem;font-weight:700;margin-bottom:14px;text-transform:uppercase;letter-spacing:1.2px;display:flex;align-items:center;gap:8px}
.footer h5::before{content:'';width:16px;height:2px;background:var(--accent)}
.footer__col ul{display:flex;flex-direction:column;gap:7px}
.footer__col a{font-size:.83rem;color:rgba(255,255,255,.55);transition:color .2s,padding-left .2s;display:flex;align-items:center;gap:6px}
.footer__col a:hover{color:var(--accent);padding-left:3px}
.footer__col a svg{width:12px;height:12px;color:var(--accent);opacity:.5;flex-shrink:0}
.footer__contact-list{display:flex;flex-direction:column;gap:12px}
.footer__c-item{display:flex;align-items:flex-start;gap:10px}
.footer__c-item .fc-icon{width:30px;height:30px;border-radius:6px;background:rgba(100,203,216,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.footer__c-item .fc-icon svg{width:14px;height:14px;color:var(--accent)}
.footer__c-item a,.footer__c-item span{font-size:.83rem;color:rgba(255,255,255,.6);line-height:1.45}
.footer__c-item a:hover{color:var(--accent)}
.footer__bar{margin-top:36px;padding:18px 0;border-top:1px solid rgba(255,255,255,.08);text-align:center;font-size:.78rem;color:rgba(255,255,255,.3)}

/* ====== CREDENTIALS STRIP ====== */
.credentials{background:var(--white);border-bottom:1px solid var(--grey);padding:20px 0}
.credentials__inner{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}
.cred{display:flex;align-items:center;gap:10px;font-size:.82rem;font-weight:500;color:#555}
.cred__icon{width:36px;height:36px;border-radius:50%;background:rgba(100,203,216,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent)}
.cred__icon svg{width:18px;height:18px}
.cred__text strong{display:block;font-size:.78rem;font-weight:700;color:var(--navy);line-height:1.2}
.cred__text span{font-size:.72rem;color:#777;line-height:1.2}

/* ====== STATS ====== */
.stats{padding:64px 0;background:var(--navy)}
.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}
.stat{padding:20px 10px}
.stat__number{font-size:2.6rem;font-weight:800;color:var(--white);line-height:1;margin-bottom:6px}
.stat__number span{color:var(--accent)}
.stat__label{font-size:.82rem;color:rgba(255,255,255,.55);font-weight:500}

/* ====== WHY MINIMALLY INVASIVE ====== */
.why-mi{padding:100px 0;background:var(--white)}
.why-mi__header{text-align:center;margin-bottom:48px}
.why-mi__header h2{font-size:1.9rem;font-weight:800;color:var(--navy);margin-bottom:8px}
.why-mi__header p{color:#555;max-width:560px;margin:0 auto}
.why-mi__grid{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:820px;margin:0 auto;border-radius:12px;overflow:hidden;border:1px solid var(--grey)}
.why-mi__col{padding:36px 32px}
.why-mi__col--old{background:var(--pale)}
.why-mi__col--new{background:var(--white)}
.why-mi__col h3{font-size:1.1rem;font-weight:700;margin-bottom:20px;display:flex;align-items:center;gap:10px}
.why-mi__col--old h3{color:#888}
.why-mi__col--new h3{color:var(--navy)}
.why-mi__col h3 svg{width:22px;height:22px;flex-shrink:0}
.why-mi__row{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.06)}
.why-mi__row:last-child{border-bottom:none}
.why-mi__row-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.why-mi__col--old .why-mi__row-icon{background:rgba(0,0,0,.06);color:#888}
.why-mi__col--new .why-mi__row-icon{background:rgba(100,203,216,.12);color:var(--accent)}
.why-mi__row-icon svg{width:14px;height:14px}
.why-mi__row-text{flex:1}
.why-mi__row-text strong{display:block;font-size:.82rem;font-weight:600;color:var(--ink);line-height:1.3}
.why-mi__row-text span{font-size:.78rem;color:#777}
.why-mi__col--old .why-mi__row-text strong{color:#777}

/* ====== TESTIMONIALS ====== */
.testimonials{padding:100px 0;background:var(--pale);overflow:hidden}
.testimonials__header{text-align:center;margin-bottom:48px}
.testimonials__header h2{font-size:1.9rem;font-weight:800;color:var(--navy);margin-bottom:8px}
.testimonials__rating{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:4px}
.testimonials__rating svg{width:22px;height:22px;color:#F59E0B}
.testimonials__rating-text{font-size:.9rem;font-weight:600;color:var(--navy)}
.testimonials__sub{font-size:.84rem;color:#777}
.testimonials__slider{position:relative;overflow:hidden}
.testimonials__track{display:flex;transition:transform .5s var(--ease);will-change:transform}
.t-card{background:var(--white);border:1px solid var(--grey);border-radius:12px;padding:32px 28px;flex:0 0 100%;max-width:100%;box-sizing:border-box;transition:box-shadow .3s var(--ease)}
.t-card:hover{box-shadow:0 12px 32px rgba(31,58,95,.08)}
.t-card__inner{max-width:640px;margin:0 auto;text-align:center}
.t-card__stars{display:flex;gap:2px;justify-content:center;margin-bottom:18px}
.t-card__stars svg{width:18px;height:18px;color:#F59E0B}
.t-card__text{font-size:1.05rem;color:#444;line-height:1.85;margin-bottom:20px;font-style:italic}
.t-card__author{display:flex;align-items:center;gap:10px;justify-content:center}
.t-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--navy);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0}
.t-card__name{font-size:.85rem;font-weight:600;color:var(--ink)}
.t-card__source{font-size:.72rem;color:#999}
.testimonials__nav{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:32px}
.testimonials__btn{width:42px;height:42px;border-radius:50%;border:1px solid var(--grey);background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s;color:var(--navy)}
.testimonials__btn:hover{background:var(--accent);border-color:var(--accent);color:var(--navy)}
.testimonials__btn svg{width:16px;height:16px}
.testimonials__dots{display:flex;gap:8px;align-items:center}
.testimonials__dot{width:8px;height:8px;border-radius:50%;background:var(--grey);border:none;cursor:pointer;transition:all .3s;padding:0}
.testimonials__dot.active{background:var(--accent);width:24px;border-radius:4px}

/* ====== WHATSAPP FLOAT ====== */
.wa-float{position:fixed;bottom:28px;right:28px;z-index:998;width:56px;height:56px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px rgba(37,211,102,.4);transition:transform .3s,box-shadow .3s;cursor:pointer}
.wa-float:hover{transform:scale(1.08);box-shadow:0 6px 24px rgba(37,211,102,.5)}
.wa-float svg{width:28px;height:28px;fill:var(--white)}
.wa-float__pulse{position:absolute;inset:-4px;border-radius:50%;border:2px solid #25D366;animation:wa-pulse 2s ease-out infinite}
@keyframes wa-pulse{0%{transform:scale(1);opacity:.6}100%{transform:scale(1.4);opacity:0}}

/* ====== RESPONSIVE ====== */
@media(max-width:1024px){
  .hero{height:55vh;min-height:400px}
  .page-hero{height:52vh;min-height:400px;max-height:560px}
  .page-hero--tall{height:60vh;min-height:460px;max-height:620px}
  .svc-grid{grid-template-columns:repeat(2,1fr)}
  .related__grid{grid-template-columns:repeat(2,1fr)}
  .intro,.about,.services,.contact,.why-mi,.testimonials{padding:48px 0}
  .intro{padding:48px 0 32px}
  .about-profile,.about-focus,.related,.cta-band,.cta-band-light{padding:44px 0}
  .service-layout{padding:32px 0 44px}
  .footer__row{grid-template-columns:1fr 1fr}
  .stats__grid{grid-template-columns:repeat(2,1fr)}
  .about-profile__grid{gap:40px}
  .service-layout__grid{grid-template-columns:1fr 280px;gap:36px}
  .cta-band-light__inner{padding:40px 32px}
}
@media(max-width:768px){
  .nav__topbar{display:none}
  .nav__main{height:70px}
  .hero{margin-top:70px}
  .page-hero{margin-top:70px;height:55vh;min-height:360px;max-height:500px}
  .page-hero--tall{height:55vh;min-height:380px;max-height:520px}
  .nav__logo img{height:64px}
  .page-hero__overlay{clip-path:polygon(0 32%,0 100%,100% 100%,60% 100%,50% 32%)}
  .page-hero__body{max-width:100%;padding:0 24px 40px;margin-left:0}
  .page-hero__title{font-size:1.6rem}
  .service-layout__grid{grid-template-columns:1fr}
  .service-contact{position:static}
  .nav__links{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:var(--white);flex-direction:column;align-items:flex-start;padding:100px 28px 40px;gap:0;box-shadow:-4px 0 30px rgba(0,0,0,.08);transition:right .35s var(--ease);overflow-y:auto}
  .nav__links.open{right:0}.nav__burger{display:block}
  .nav__links>li{width:100%;border-bottom:1px solid var(--pale)}
  .nav__links>li>a,.nav__drop-label{display:block;padding:14px 0;font-size:.95rem}
  .nav__links>li>a::after{display:none}
  .nav__drop>a svg,.nav__drop-label svg{margin-left:auto}
  .nav__dropdown{position:static;border:none;border-radius:0;box-shadow:none;padding:0 0 0 12px;min-width:0;max-height:0;overflow:hidden;opacity:1;visibility:visible;transform:none;pointer-events:auto;transition:max-height .35s var(--ease)}
  .nav__drop.open .nav__dropdown{max-height:600px}
  .nav__dropdown a{padding:10px 0}
  .intro__grid,.about__grid,.contact__grid,.about-profile__grid{grid-template-columns:1fr;gap:36px}
  .hero{height:50vh}.hero__title{font-size:1.8rem}
  .hero__body{width:100%;padding:28px 24px}
  .footer__top{flex-direction:column;gap:16px;text-align:center}
  .footer__row{grid-template-columns:1fr 1fr;gap:28px}
  .credentials__inner{gap:20px}
  .why-mi__grid{grid-template-columns:1fr}
  .about-focus__grid{grid-template-columns:1fr}
  .cta-band-light__inner{padding:36px 24px}
  .wa-float{bottom:20px;right:20px;width:50px;height:50px}
  .wa-float svg{width:24px;height:24px}
}
@media(max-width:480px){
  .wrap{padding:0 20px}
  .svc-grid{grid-template-columns:1fr}
  .related__grid{grid-template-columns:1fr}
  .hero{height:60vh;min-height:380px}.hero__title{font-size:1.6rem}
  .page-hero{min-height:320px}
  .page-hero--tall{min-height:340px;max-height:460px}
  .page-hero__title{font-size:1.4rem}
  .intro,.about,.services,.contact,.why-mi,.testimonials{padding:36px 0}
  .intro{padding:36px 0 24px}
  .about-profile,.about-focus,.related,.cta-band,.cta-band-light{padding:36px 0}
  .service-layout{padding:24px 0 36px}
  .contact__form{padding:20px}
  .footer__row{grid-template-columns:1fr;gap:24px}
  .stats__grid{grid-template-columns:1fr 1fr}
  .stats{padding:40px 0}
  .stat__number{font-size:2rem}
  .credentials__inner{flex-direction:column;gap:14px}
}
