
:root{
  --navy:#0b2b3a;
  --navy-2:#123e50;
  --teal:#16a6b5;
  --teal-soft:#e9f7f8;
  --paper:#f7f9f9;
  --white:#ffffff;
  --ink:#10242c;
  --muted:#66777e;
  --line:#dce6e8;
  --max:1160px;
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;color:var(--ink);line-height:1.65}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:11px;min-width:max-content}
.brand img{width:48px;height:48px;object-fit:contain}
.brand-copy{font-weight:850;color:var(--navy);line-height:1.04;letter-spacing:-.02em}
.brand-copy small{display:block;margin-top:4px;color:var(--muted);font-size:.69rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}
.nav-links{display:flex;align-items:center;gap:25px;font-size:.93rem;font-weight:700;color:#3d535c}
.nav-links a:hover,.nav-links a.active{color:var(--teal)}
.nav-cta{background:var(--navy);color:#fff!important;padding:11px 17px;border-radius:999px}
.menu-btn{display:none;background:transparent;border:0;font-size:1.55rem;color:var(--navy);cursor:pointer}
main{overflow:hidden}
.hero{padding:92px 0 68px;background:#fff}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}
.kicker{display:inline-flex;align-items:center;gap:9px;color:var(--teal);font-size:.76rem;text-transform:uppercase;letter-spacing:.16em;font-weight:850;margin-bottom:16px}
.kicker:before{content:"";width:24px;height:2px;border-radius:2px;background:var(--teal)}
h1,h2,h3{color:var(--navy);line-height:1.08;letter-spacing:-.035em;margin:0}
h1{font-size:clamp(3rem,6.3vw,5.9rem);max-width:760px}
h2{font-size:clamp(2.15rem,4vw,3.8rem)}
h3{font-size:1.32rem;letter-spacing:-.02em}
.lead{font-size:clamp(1.05rem,1.5vw,1.24rem);color:var(--muted);max-width:720px;margin:22px 0 0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 19px;border-radius:999px;font-weight:800;border:1px solid transparent;cursor:pointer;transition:.18s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--teal);color:#fff}
.btn-dark{background:var(--navy);color:#fff}
.btn-light{background:#fff;color:var(--navy);border-color:var(--line)}
.hero-art{min-height:490px;border-radius:32px;background:var(--paper);border:1px solid var(--line);position:relative;overflow:hidden;display:grid;place-items:center}
.hero-art svg{width:87%;height:auto}
.hero-art .caption{position:absolute;left:26px;right:26px;bottom:24px;background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:16px;padding:15px 18px;display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:.89rem}
.hero-art .caption strong{color:var(--navy)}
.section{padding:88px 0}.section-soft{background:var(--paper)}.section-navy{background:var(--navy);color:#fff}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:38px}.section-head>div{max-width:700px}.section-head p{max-width:490px;color:var(--muted);margin:0}.section-navy h2,.section-navy h3{color:#fff}.section-navy .kicker{color:#8bdde4}.section-navy .kicker:before{background:#8bdde4}
.route-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.route-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;min-height:360px;display:flex;flex-direction:column;transition:.2s ease}
.route-card:hover{border-color:#bddde0;transform:translateY(-2px)}
.route-visual{height:185px;background:var(--teal-soft);display:grid;place-items:center;border-bottom:1px solid var(--line)}
.route-visual svg{height:132px;width:auto}
.route-body{padding:27px 28px 30px}.route-tag{font-size:.76rem;color:var(--teal);font-weight:850;text-transform:uppercase;letter-spacing:.12em}.route-card h3{font-size:2rem;margin:8px 0 10px}.route-card p{color:var(--muted);margin:0 0 20px}.text-link{font-weight:850;color:var(--navy)}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.trust{border:1px solid var(--line);border-radius:20px;padding:27px;background:#fff}.trust .num{font-size:.76rem;font-weight:850;color:var(--teal);letter-spacing:.12em}.trust h3{margin:10px 0 8px}.trust p{color:var(--muted);margin:0;font-size:.94rem}
.bar{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}.bar-item{padding:22px 24px;border-right:1px solid var(--line)}.bar-item:last-child{border-right:0}.bar-item strong{display:block;color:var(--navy);font-size:1.08rem}.bar-item span{font-size:.86rem;color:var(--muted)}
.locations-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.loc{border:1px solid var(--line);border-radius:18px;padding:21px 23px;background:#fff;display:flex;justify-content:space-between;gap:20px;align-items:center}.loc small{display:block;color:var(--muted);margin-top:3px}.loc b{color:var(--teal);font-size:1.25rem}
.cta{border:1px solid #214858;background:var(--navy);border-radius:26px;padding:42px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:34px}.cta h2{color:#fff;font-size:clamp(2rem,3.4vw,3.2rem);max-width:650px}.cta p{color:#c4d3d8;max-width:680px;margin:12px 0 0}.cta .btn-light{border-color:#315667}
.page-hero{padding:76px 0 56px;background:#fff;border-bottom:1px solid var(--line)}
.page-hero h1{font-size:clamp(2.8rem,5vw,4.7rem)}
.page-hero .lead{max-width:800px}
.simple-visual{margin-top:38px;border:1px solid var(--line);background:var(--paper);border-radius:24px;padding:34px;display:flex;align-items:center;justify-content:center;min-height:250px}
.simple-visual svg{max-height:190px;width:auto;max-width:90%}
.program-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.program-card{border:1px solid var(--line);border-radius:20px;background:#fff;padding:28px}.program-card .label{font-size:.73rem;font-weight:850;color:var(--teal);letter-spacing:.12em;text-transform:uppercase}.program-card h3{font-size:1.55rem;margin:9px 0 10px}.program-card p{color:var(--muted);margin:0}.program-card ul{padding-left:18px;color:#43575f;margin:16px 0 0}.program-card li{margin:6px 0}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.process-step{padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}.process-step span{font-weight:850;color:var(--teal);font-size:.78rem;letter-spacing:.1em}.process-step h3{margin:9px 0 7px}.process-step p{margin:0;color:var(--muted);font-size:.92rem}
.photo-strip{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.photo-card{border-radius:24px;overflow:hidden;min-height:390px;border:1px solid var(--line);background:var(--paper)}.photo-card img{width:100%;height:100%;object-fit:cover}.photo-text{border:1px solid var(--line);border-radius:24px;padding:34px;background:#fff;display:flex;flex-direction:column;justify-content:center}.photo-text p{color:var(--muted)}
.system-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.system-tabs a{padding:10px 15px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:800}.system-tabs a:hover{border-color:#a8d2d6;color:var(--teal)}
.course-list{display:grid;gap:15px}.course-block{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden}.course-main{padding:27px 29px;display:grid;grid-template-columns:120px 1fr auto;gap:24px;align-items:start}.course-code{width:92px;height:92px;border-radius:50%;background:var(--teal-soft);display:grid;place-items:center;text-align:center;font-weight:900;color:var(--navy);line-height:1.05}.course-code small{display:block;font-size:.63rem;color:var(--teal);letter-spacing:.1em;text-transform:uppercase;margin-top:3px}.course-title h3{font-size:1.65rem;margin:0 0 9px}.course-title p{margin:0;color:var(--muted)}.course-facts{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.pill{font-size:.78rem;font-weight:750;color:#42575e;padding:6px 9px;border-radius:999px;background:var(--paper);border:1px solid var(--line)}
details.course-details{border-top:1px solid var(--line)}details.course-details summary{cursor:pointer;list-style:none;padding:15px 29px;font-weight:800;color:var(--navy);display:flex;justify-content:space-between;align-items:center}details.course-details summary::-webkit-details-marker{display:none}details.course-details summary:after{content:'+';font-size:1.35rem;color:var(--teal)}details[open].course-details summary:after{content:'–'}.course-detail-body{padding:0 29px 27px;display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.detail-col{background:var(--paper);border-radius:15px;padding:17px}.detail-col b{display:block;color:var(--navy);margin-bottom:5px}.detail-col p{margin:0;color:var(--muted);font-size:.9rem}
.note{border-left:3px solid var(--teal);padding:14px 16px;background:var(--teal-soft);color:#37555f;border-radius:0 12px 12px 0;font-size:.9rem}
.about-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:55px;align-items:center}.about-photo{border-radius:24px;overflow:hidden;border:1px solid var(--line);min-height:510px}.about-photo img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.about-copy p{color:var(--muted)}
.credential-section{margin-top:52px}.credential-section+.credential-section{margin-top:62px}.credential-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px;padding-bottom:15px;border-bottom:1px solid var(--line)}.credential-title h2{font-size:2.1rem}.credential-title p{margin:0;color:var(--muted);font-size:.92rem;max-width:440px}
.credential-list{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.credential-card{display:grid;grid-template-columns:138px 1fr;gap:22px;border:1px solid var(--line);border-radius:20px;padding:19px;background:#fff;align-items:center}.credential-thumb{height:106px;border-radius:14px;background:var(--paper);border:1px solid var(--line);display:grid;place-items:center;overflow:hidden}.credential-thumb img{width:100%;height:100%;object-fit:cover}.credential-thumb svg{width:74%;height:74%}.credential-meta .rank{font-size:.73rem;text-transform:uppercase;letter-spacing:.12em;font-weight:850;color:var(--teal)}.credential-meta h3{margin:7px 0 5px;font-size:1.22rem}.credential-meta p{margin:0;color:var(--muted);font-size:.9rem}.credential-meta .year{display:inline-block;margin-top:8px;font-size:.78rem;color:#4a5f67;font-weight:800}
.faq{display:grid;gap:10px}.faq-item{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.faq-q{width:100%;text-align:left;border:0;background:#fff;padding:20px 22px;display:flex;justify-content:space-between;gap:20px;font-weight:850;color:var(--navy);cursor:pointer}.faq-q span{color:var(--teal);font-size:1.2rem}.faq-a{display:none;padding:0 22px 20px;color:var(--muted)}.faq-item.open .faq-a{display:block}.faq-item.open .faq-q span{transform:rotate(45deg)}
.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:42px}.contact-card{border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff}.contact-card h3{margin-bottom:12px}.contact-card p{color:var(--muted)}form{display:grid;gap:15px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:7px}.field label{font-size:.82rem;font-weight:800;color:#41575f}.field input,.field select,.field textarea{border:1px solid var(--line);border-radius:13px;padding:12px 13px;outline:none;background:#fff;color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{border-color:#95cbd0}.field textarea{min-height:116px;resize:vertical}
.footer{border-top:1px solid var(--line);padding:42px 0 26px;background:#fff}.footer-grid{display:grid;grid-template-columns:1.6fr .7fr .7fr;gap:34px}.footer .brand-copy{font-size:1rem}.footer p{color:var(--muted);max-width:430px}.footer h3{font-size:.95rem;margin-bottom:12px}.footer-links{display:grid;gap:8px;color:var(--muted);font-size:.9rem}.footer-links a:hover{color:var(--teal)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);margin-top:32px;padding-top:20px;color:#86959b;font-size:.8rem}
.whatsapp{position:fixed;right:20px;bottom:20px;width:52px;height:52px;border-radius:50%;background:var(--navy);color:white;display:grid;place-items:center;font-size:1.2rem;font-weight:900;box-shadow:0 14px 35px rgba(11,43,58,.22);z-index:900}
@media(max-width:900px){
  .nav-links{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:20px;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.menu-btn{display:block}
  .hero{padding-top:60px}.hero-grid,.about-grid,.contact-grid,.photo-strip{grid-template-columns:1fr}.hero-art{min-height:350px}.route-grid,.program-grid,.locations-grid,.credential-list{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr}.bar{grid-template-columns:1fr 1fr}.bar-item:nth-child(2){border-right:0}.bar-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.process{grid-template-columns:1fr 1fr}.course-main{grid-template-columns:92px 1fr}.course-main>.btn{grid-column:1/-1;width:max-content}.course-detail-body{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.cta{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:580px){
  .container{width:min(100% - 28px,var(--max))}.brand-copy{display:none}.hero{padding:48px 0 42px}.hero-art{min-height:300px}.hero-art .caption{position:static;margin:0 14px 14px;display:block}.section{padding:64px 0}.bar,.process{grid-template-columns:1fr}.bar-item{border-right:0!important;border-bottom:1px solid var(--line)!important}.bar-item:last-child{border-bottom:0!important}.course-main{grid-template-columns:1fr}.course-code{width:76px;height:76px}.credential-card{grid-template-columns:1fr}.credential-thumb{height:160px}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.cta{padding:30px}.route-card{min-height:auto}
}

/* v3 clean layout */
.clean-hero{padding:104px 0 76px;background:#fff}
.clean-hero-inner{max-width:900px}
.clean-hero h1{font-size:clamp(3.4rem,7vw,6.8rem)}
.clean-hero .lead{max-width:780px}
.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.choice-card{position:relative;min-height:310px;border:1px solid var(--line);border-radius:24px;padding:34px;background:#fff;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;transition:.2s ease}
.choice-card:hover{transform:translateY(-2px);border-color:#b7d5d8}
.choice-card.dark{background:var(--navy);border-color:var(--navy);color:#fff}
.choice-card h2{font-size:clamp(2.2rem,4vw,3.5rem);margin-bottom:10px}
.choice-card.dark h2{color:#fff}
.choice-card p{margin:0 0 20px;color:var(--muted);max-width:520px}
.choice-card.dark p{color:#c8d7dc}
.choice-card .eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;font-weight:850;color:var(--teal);margin-bottom:auto}
.choice-card.dark .eyebrow{color:#7fd7de}
.choice-card .arrow{font-weight:850}
.clean-points{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--line);border-radius:20px;overflow:hidden}
.clean-point{padding:23px;border-right:1px solid var(--line);background:#fff}.clean-point:last-child{border-right:0}.clean-point strong{display:block;color:var(--navy);font-size:1.02rem}.clean-point span{display:block;color:var(--muted);font-size:.87rem;margin-top:3px}
.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:start}.intro-grid p{color:var(--muted)}
.program-section-title{margin:60px 0 22px}.program-section-title:first-of-type{margin-top:0}.program-section-title h2{font-size:2.35rem}.program-section-title p{margin:8px 0 0;color:var(--muted);max-width:760px}
.ssi-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ssi-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.ssi-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.ssi-card-body{padding:18px}.ssi-card-body h3{margin-bottom:7px}.ssi-card-body p{margin:0;color:var(--muted);font-size:.9rem}.ssi-card-body .mini{display:block;margin-top:10px;font-size:.76rem;font-weight:800;color:var(--teal)}
.profile-top{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:start}.profile-summary{border:1px solid var(--line);border-radius:22px;padding:30px;background:var(--paper)}.profile-summary dl{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0}.profile-summary dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:800}.profile-summary dd{margin:3px 0 0;color:var(--navy);font-weight:850}
.cert-groups{display:grid;gap:48px}.cert-group-head{margin-bottom:18px}.cert-group-head h2{font-size:2.2rem}.cert-group-head p{margin:7px 0 0;color:var(--muted)}
.cert-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.cert-item{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}.cert-preview{height:210px;background:var(--paper);display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--line);overflow:hidden}.cert-preview img{width:100%;height:100%;object-fit:cover}.cert-info{padding:20px}.cert-info .org{font-size:.73rem;text-transform:uppercase;letter-spacing:.11em;font-weight:850;color:var(--teal)}.cert-info h3{margin:7px 0 7px}.cert-info p{margin:0;color:var(--muted);font-size:.9rem}.cert-info a{display:inline-block;margin-top:12px;font-weight:850;color:var(--navy);font-size:.88rem}
.text-cert{border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff}.text-cert .org{font-size:.73rem;text-transform:uppercase;letter-spacing:.11em;font-weight:850;color:var(--teal)}.text-cert h3{margin:7px 0}.text-cert p{color:var(--muted);margin:0}
.slim-note{font-size:.84rem;color:var(--muted);margin-top:15px}
@media(max-width:900px){.choice-grid,.intro-grid,.profile-top,.cert-grid{grid-template-columns:1fr}.clean-points{grid-template-columns:1fr 1fr}.clean-point:nth-child(2){border-right:0}.clean-point:nth-child(-n+2){border-bottom:1px solid var(--line)}.ssi-card-grid{grid-template-columns:1fr 1fr}}
@media(max-width:580px){.clean-hero{padding:64px 0 48px}.choice-grid,.ssi-card-grid,.clean-points{grid-template-columns:1fr}.clean-point{border-right:0;border-bottom:1px solid var(--line)}.clean-point:last-child{border-bottom:0}.profile-summary dl{grid-template-columns:1fr}.cert-preview{height:175px}}


/* v4 refinements */
.section-head.compact{margin-bottom:28px}
.partner-section{padding-top:66px;padding-bottom:70px}
.partner-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.partner-card{height:154px;border:1px solid var(--line);border-radius:18px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:20px}
.partner-card img{width:118px;height:76px;object-fit:contain}
.partner-card span{font-size:.78rem;color:var(--muted);font-weight:800;text-align:center}
.photo-choice{isolation:isolate;background-size:cover;background-position:center}
.photo-choice:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(255,255,255,.35),rgba(255,255,255,.98) 66%)}
.photo-choice.swim-choice{background-image:url('swim-approved.jpg')}
.photo-choice.dive-choice{background-image:url('https://images.pexels.com/photos/4815982/pexels-photo-4815982.jpeg?auto=compress&cs=tinysrgb&w=1600')}
.photo-choice.dark:before{background:linear-gradient(180deg,rgba(11,43,58,.12),rgba(11,43,58,.97) 67%)}
.dive-page-hero{padding:72px 0 62px}
.dive-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}
.dive-hero-photo{height:430px;border-radius:28px;overflow:hidden;border:1px solid var(--line)}
.dive-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 42%}
.course-bullets{padding:2px 30px 26px}
.course-bullets ul{margin:0;padding:0 0 0 20px;color:#445961}
.course-bullets li{margin:8px 0;padding-left:3px}
.branch-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.branch-card{border:1px solid var(--line);border-radius:20px;padding:28px;background:#fff}
.branch-card h3{font-size:1.7rem;margin-bottom:10px}.branch-card p{margin:0;color:var(--muted)}
.ssi-specialty-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}
.ssi-specialty-card{width:calc(25% - 12px);min-width:220px;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}
.ssi-specialty-card img{width:100%;aspect-ratio:16/10;object-fit:cover;background:var(--paper)}
.ssi-specialty-card h3{font-size:1rem;padding:14px 16px 16px;margin:0;letter-spacing:-.015em}
.certification-sample{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center}
.certification-sample p{color:var(--muted);max-width:600px}
.sample-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 12px 34px rgba(11,43,58,.06)}
.sample-card img{width:100%;height:auto;object-fit:cover}.sample-card span{display:block;padding:11px 14px;color:var(--muted);font-size:.76rem;text-align:center;border-top:1px solid var(--line)}
.photo-strip.reverse{grid-template-columns:.82fr 1.18fr}.muted-small{font-size:.88rem;color:var(--muted)}
.qualification-groups{display:grid;grid-template-columns:1fr 1fr;gap:18px}.qualification-group{border:1px solid var(--line);border-radius:22px;background:#fff;padding:26px}.qualification-group:last-child{grid-column:1/-1}.qualification-group>h3{margin-bottom:18px}.qualification-list{display:grid;gap:12px}.qualification{display:grid;grid-template-columns:62px 1fr;gap:15px;align-items:center;border-top:1px solid var(--line);padding-top:14px}.qualification:first-child{border-top:0;padding-top:0}.qualification.text-only{grid-template-columns:1fr}.qualification strong{display:block;color:var(--navy)}.qualification span{display:block;color:var(--muted);font-size:.86rem;margin-top:3px}.qual-logo{width:58px;height:58px;border:1px solid var(--line);border-radius:14px;padding:7px;background:#fff;display:grid;place-items:center}.qual-logo img{width:100%;height:100%;object-fit:contain}.simple-tags{display:flex;flex-wrap:wrap;gap:9px}.simple-tags span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;font-size:.86rem;font-weight:750;color:#42575e}
@media(max-width:900px){.partner-grid{grid-template-columns:1fr 1fr}.dive-hero-grid,.certification-sample,.branch-grid{grid-template-columns:1fr}.dive-hero-photo{height:340px}.ssi-specialty-card{width:calc(50% - 8px)}.qualification-groups{grid-template-columns:1fr}.qualification-group:last-child{grid-column:auto}.photo-strip.reverse{grid-template-columns:1fr}}
@media(max-width:580px){.partner-card{height:130px}.partner-card img{width:98px;height:64px}.ssi-specialty-card{width:100%}.dive-hero-photo{height:285px}.course-bullets{padding:2px 20px 22px}.qualification-group{padding:21px}}

/* v6 premium refinement */
:root{
  --navy:#082936;
  --navy-2:#0f3a48;
  --teal:#119baa;
  --teal-soft:#edf8f8;
  --paper:#f7f9fa;
  --line:#dfe8ea;
  --shadow:0 18px 50px rgba(8,41,54,.08);
}
body{background:linear-gradient(180deg,#fff 0,#fff 78%,#fbfcfc 100%)}
.header{box-shadow:0 8px 28px rgba(8,41,54,.035)}
.nav{height:82px}
.nav-links{gap:28px}
.btn{padding:13px 21px;box-shadow:0 8px 20px rgba(8,41,54,.04)}
.btn-primary{background:linear-gradient(135deg,#0f9cac,#18aebb)}
.premium-hero{padding:86px 0 74px;background:radial-gradient(circle at 15% 10%,rgba(17,155,170,.07),transparent 30%),#fff}
.premium-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}
.premium-hero-copy h1{font-size:clamp(3.1rem,6.5vw,6.25rem);max-width:820px}
.premium-hero-visual{height:500px;border-radius:30px;overflow:hidden;border:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;box-shadow:var(--shadow);background:#eef5f6}
.hero-split{position:relative;display:flex;align-items:flex-end;padding:28px;background-size:cover;background-position:center;isolation:isolate}
.hero-split:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(8,41,54,.04),rgba(8,41,54,.72))}
.hero-split span{font-size:1.25rem;color:#fff;font-weight:850;letter-spacing:-.02em}
.hero-split.swim-side{background-image:url('swim-approved.jpg');background-position:center 62%}
.hero-split.dive-side{background-image:url('https://images.pexels.com/photos/4815982/pexels-photo-4815982.jpeg?auto=compress&cs=tinysrgb&w=1600');background-position:center 50%}
.premium-choice .choice-card{box-shadow:0 12px 36px rgba(8,41,54,.05)}
.premium-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.premium-feature{padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(8,41,54,.035)}
.premium-feature>span{font-size:.72rem;letter-spacing:.14em;font-weight:900;color:var(--teal)}
.premium-feature h3{margin:12px 0 8px}.premium-feature p{margin:0;color:var(--muted)}
.premium-cta{box-shadow:0 24px 60px rgba(8,41,54,.13);border-color:#173f4c}
.kicker.light{color:#9fe2e7}.kicker.light:before{background:#9fe2e7}
.partner-card{box-shadow:0 10px 28px rgba(8,41,54,.035)}
.premium-photo{box-shadow:var(--shadow)}
.about-premium-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:62px;align-items:center}
.about-premium-grid .about-photo{min-height:570px}
.about-premium-grid .about-photo img{object-position:center 35%}
.credentials-matrix{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.credential-panel{border:1px solid var(--line);border-radius:24px;background:#fff;padding:26px 26px 10px;box-shadow:0 12px 34px rgba(8,41,54,.04)}
.credential-panel-head{display:flex;gap:15px;align-items:center;padding-bottom:20px}
.credential-panel-head img{width:58px;height:58px;object-fit:contain;border:1px solid var(--line);border-radius:16px;padding:7px;background:#fff}
.credential-panel-head.text{min-height:78px}
.credential-panel-head span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--teal)}
.credential-panel-head h3{font-size:1.55rem;margin-top:3px}
.credential-row{padding:17px 0;border-top:1px solid var(--line)}
.credential-row strong{display:block;color:var(--navy);font-size:1.02rem}
.credential-row small{display:block;color:var(--muted);font-size:.86rem;line-height:1.6;margin-top:4px}
.swim-page-hero{background:radial-gradient(circle at 85% 20%,rgba(17,155,170,.06),transparent 28%),#fff}
.swim-levels{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.swim-levels article{border:1px solid var(--line);border-radius:22px;padding:26px;background:#fff;box-shadow:0 10px 28px rgba(8,41,54,.035)}
.swim-levels article>span{font-size:.72rem;color:var(--teal);font-weight:900;letter-spacing:.13em}
.swim-levels h3{margin:12px 0 8px}.swim-levels p{margin:0;color:var(--muted);font-size:.94rem}
.premium-branch{box-shadow:0 10px 30px rgba(8,41,54,.035)}
.clean-list{padding-left:18px;margin:18px 0 0;color:#43575f}.clean-list li{margin:8px 0}
.swim-photo-banner{display:grid;grid-template-columns:.95fr 1.05fr;min-height:430px;border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}
.swim-photo-copy{padding:48px;display:flex;flex-direction:column;justify-content:center}
.swim-photo-copy p{color:var(--muted)}
.swim-photo{min-height:430px}.swim-photo img{width:100%;height:100%;object-fit:cover;object-position:center 42%}
.dive-system-switch{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.dive-system-switch a{display:flex;align-items:center;gap:18px;padding:22px 24px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(8,41,54,.035)}
.dive-system-switch img{width:68px;height:54px;object-fit:contain}
.dive-system-switch strong{display:block;color:var(--navy);font-size:1.05rem}.dive-system-switch span{display:block;color:var(--muted);font-size:.86rem;margin-top:2px}
.cmas-level-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.dive-program-card{border:1px solid var(--line);border-radius:22px;background:#fff;padding:26px;box-shadow:0 12px 32px rgba(8,41,54,.04);display:flex;flex-direction:column}
.program-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.program-badge{font-size:.76rem;font-weight:900;letter-spacing:.08em;color:var(--teal)}.program-depth{font-size:.78rem;font-weight:850;background:var(--paper);border:1px solid var(--line);border-radius:999px;padding:6px 9px;color:#51636b}
.dive-program-card h3{font-size:1.55rem;margin:14px 0 10px}.dive-program-card p{margin:0;color:var(--muted)}.dive-program-card ul{padding-left:18px;color:#43575f;margin:18px 0 20px}.dive-program-card li{margin:7px 0}.dive-program-card .text-link{margin-top:auto}
.ssi-path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ssi-path-card{border:1px solid var(--line);border-radius:22px;padding:25px;background:#fff;min-height:250px;box-shadow:0 10px 30px rgba(8,41,54,.035)}.ssi-path-card.featured{border-color:#abdadd;background:linear-gradient(180deg,#fff,#f6fbfb)}.ssi-path-card>span{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--teal);font-weight:900}.ssi-path-card h3{font-size:1.5rem;margin:11px 0 9px}.ssi-path-card p{margin:0;color:var(--muted)}.mini-facts{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.mini-facts b{font-size:.76rem;color:#42575f;border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:6px 9px}
.specialty-clean-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.specialty-clean-grid article{border:1px solid var(--line);border-radius:18px;padding:22px;background:#fff}.specialty-clean-grid h3{font-size:1.08rem;margin-bottom:8px}.specialty-clean-grid p{margin:0;color:var(--muted);font-size:.88rem}
.certification-pair{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px;align-items:center}.certification-pair p{color:var(--muted)}.cert-visuals{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cert-mock{min-height:230px;border:1px solid var(--line);border-radius:22px;padding:24px;background:#fff;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 14px 38px rgba(8,41,54,.05)}.cert-mock img{width:105px;height:72px;object-fit:contain;align-self:flex-start;margin-bottom:auto}.cert-mock span{display:block;color:var(--navy);font-size:1.25rem;font-weight:900;letter-spacing:.02em}.cert-mock strong{font-size:.78rem;color:var(--muted);margin-top:5px}.dual-logo{display:flex;gap:10px;margin-bottom:auto}.dual-logo img{width:74px;height:64px;object-fit:contain;margin:0}.ssi-mock{background:linear-gradient(145deg,#fff,#fff5f3)}.cmas-mock{background:linear-gradient(145deg,#fff,#f1f7ff)}
.dive-photo-band{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}.dive-photo-band .photo-card{min-height:470px}.dive-photo-band .photo-card img{object-position:center 36%}
@media(max-width:980px){.premium-hero-grid,.about-premium-grid,.swim-photo-banner,.certification-pair,.dive-photo-band{grid-template-columns:1fr}.premium-hero-visual{height:380px}.premium-feature-grid,.cmas-level-grid,.ssi-path-grid{grid-template-columns:1fr 1fr}.swim-levels{grid-template-columns:1fr 1fr}.specialty-clean-grid{grid-template-columns:1fr 1fr}.credentials-matrix{grid-template-columns:1fr}.about-premium-grid .about-photo{min-height:480px}.swim-photo{min-height:360px}}
@media(max-width:620px){.premium-hero{padding:58px 0 46px}.premium-hero-visual{height:300px}.hero-split{padding:20px}.premium-feature-grid,.swim-levels,.cmas-level-grid,.ssi-path-grid,.specialty-clean-grid,.cert-visuals,.dive-system-switch{grid-template-columns:1fr}.swim-photo-copy{padding:30px}.credential-panel{padding:22px 20px 8px}.about-premium-grid .about-photo{min-height:390px}.dive-photo-band .photo-card{min-height:340px}}


/* v7 refinement */
.footer-grid{grid-template-columns:1.5fr .7fr .7fr .7fr}
.review-strip{border:1px solid var(--line);border-radius:24px;padding:30px 32px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:#fff;box-shadow:0 12px 34px rgba(8,41,54,.04)}
.review-strip p{margin:6px 0 0;color:var(--muted)}
.rating-line{display:flex;align-items:center;gap:12px}.rating-line strong{font-size:2rem;color:var(--navy)}.rating-line>span:last-child{color:var(--muted);font-weight:700}.stars{letter-spacing:.08em;color:#e7a50d;font-weight:900}
.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.expertise-card{border:1px solid var(--line);border-radius:24px;background:#fff;padding:26px;box-shadow:0 12px 34px rgba(8,41,54,.04);display:flex;flex-direction:column;min-height:100%}
.expertise-head{display:flex;align-items:center;gap:15px;padding-bottom:20px;border-bottom:1px solid var(--line)}
.expertise-head>div:last-child span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--teal);font-weight:900}.expertise-head h3{font-size:1.45rem;margin-top:3px}
.single-logo{width:72px;height:58px;object-fit:contain}.logo-pair{display:flex;align-items:center;gap:8px;min-width:92px}.logo-pair img{width:44px;height:44px;object-fit:contain}
.expertise-primary{font-size:1.08rem;font-weight:900;color:var(--navy);padding:18px 0 2px}
.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.tag-row span{font-size:.76rem;font-weight:750;color:#42575e;border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:7px 9px}
.expertise-note{font-size:.74rem;color:var(--muted);margin:12px 0 0;line-height:1.45}
.dual-qualification{display:grid;gap:0;margin-top:4px}.dual-qualification>div{padding:18px 0;border-top:1px solid var(--line)}.dual-qualification>div:first-child{border-top:0}.dual-qualification strong{display:block;color:var(--navy);font-size:.98rem}.dual-qualification small{display:block;color:var(--muted);font-size:.82rem;margin-top:4px}
.profile-proof-strip{margin-top:18px;display:grid;grid-template-columns:1.3fr .7fr;gap:0;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden}.profile-proof-strip>div{padding:22px 25px}.profile-proof-strip>div+div{border-left:1px solid var(--line)}.profile-proof-strip span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--teal);font-weight:900}.profile-proof-strip strong{display:block;margin-top:5px;color:var(--navy);font-size:.96rem}
.social-block{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.social-block p{color:var(--muted);max-width:520px}.social-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px}.social-card{position:relative;border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff;box-shadow:0 10px 28px rgba(8,41,54,.035);transition:.18s ease}.social-card:hover{transform:translateY(-2px);border-color:#bddde0}.social-card span{display:block;color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.social-card strong{display:block;margin-top:7px;color:var(--navy);font-size:1.05rem}.social-card b{position:absolute;right:20px;top:20px;color:var(--teal)}
.swim-path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.swim-path-grid article{border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff;box-shadow:0 10px 28px rgba(8,41,54,.035)}.path-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--teal-soft);color:var(--teal);font-size:.76rem;font-weight:900;letter-spacing:.06em}.swim-path-grid h3{margin:16px 0 8px}.swim-path-grid p{margin:0;color:var(--muted)}
.simple-process{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}.simple-process>div{padding:30px}.simple-process>div+div{border-left:1px solid var(--line)}.simple-process span{font-size:.73rem;color:var(--teal);font-weight:900;letter-spacing:.13em}.simple-process h3{margin:12px 0 8px}.simple-process p{margin:0;color:var(--muted)}
.cmas-specialty-note{margin-top:16px;border:1px solid var(--line);border-radius:20px;background:var(--paper);padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:28px}.cmas-specialty-note p{margin:4px 0 0;color:var(--muted);font-size:.9rem}.cmas-specialty-note strong{color:var(--navy)}
.section-head.subhead{margin-top:54px;margin-bottom:24px}.ssi-path-grid.two-up{grid-template-columns:1fr 1fr}
.cert-visuals.polished{gap:18px}.cert-card{position:relative;overflow:hidden;min-height:245px;border-radius:22px;padding:24px;border:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 14px 38px rgba(8,41,54,.06)}.cert-card.ssi-cert{background:linear-gradient(135deg,#fff 0,#fff7f5 100%)}.cert-card.cmas-cert{background:linear-gradient(135deg,#fff 0,#f2f7ff 100%)}.cert-brand{display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;z-index:2}.cert-brand img{width:88px;height:56px;object-fit:contain}.cert-brand span{font-size:.72rem;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.cert-brand.dual{justify-content:flex-start}.cert-brand.dual img{width:58px;height:54px}.cert-watermark{position:absolute;right:-35px;top:38px;opacity:.045}.cert-watermark img{width:220px}.cert-title{position:relative;z-index:2;font-size:1.55rem;line-height:1.03;font-weight:950;color:var(--navy);letter-spacing:.01em;margin-top:38px}.cert-meta{position:relative;z-index:2;display:flex;justify-content:space-between;gap:10px;border-top:1px solid rgba(8,41,54,.09);padding-top:14px;color:var(--muted);font-size:.75rem;font-weight:800}
.featured-loc{border-color:#b8dcdf;background:linear-gradient(180deg,#fff,#f8fcfc)}
.business-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px;align-items:stretch}.business-card,.map-card{border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 12px 34px rgba(8,41,54,.04)}.business-card{padding:34px}.business-card h2{font-size:2.2rem}.business-address{color:var(--muted);margin:12px 0 0}.rating-box{display:flex;align-items:center;gap:16px;margin-top:25px;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.rating-box>strong{font-size:2.5rem;color:var(--navy)}.rating-box small{display:block;color:var(--muted);margin-top:3px}.map-card iframe{width:100%;height:100%;min-height:400px;border:0;display:block}
.quick-contact-list{display:grid;gap:10px;margin-top:22px}.quick-contact{border:1px solid var(--line);border-radius:16px;padding:16px 18px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.quick-contact strong{display:block}.quick-contact small{display:block;color:var(--muted);margin-top:2px}.quick-contact b{color:var(--teal)}
@media(max-width:980px){.footer-grid{grid-template-columns:1fr 1fr}.expertise-grid,.swim-path-grid{grid-template-columns:1fr}.social-block,.business-grid{grid-template-columns:1fr}.profile-proof-strip{grid-template-columns:1fr}.profile-proof-strip>div+div{border-left:0;border-top:1px solid var(--line)}.simple-process{grid-template-columns:1fr}.simple-process>div+div{border-left:0;border-top:1px solid var(--line)}.ssi-path-grid.two-up{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.footer-grid,.social-actions,.ssi-path-grid.two-up{grid-template-columns:1fr}.review-strip,.cmas-specialty-note{align-items:flex-start;flex-direction:column}.rating-line{flex-wrap:wrap}.business-card{padding:26px}.map-card iframe{min-height:320px}}


/* v8 premium refinement */
.hero-split{cursor:pointer;transition:transform .28s ease,filter .28s ease}.hero-split:hover{transform:scale(1.012);filter:saturate(1.05)}
.photo-choice.swim-choice{background-position:center 66%}.photo-choice.dive-choice{background-position:center 50%}
.swim-page-hero .container{display:grid;grid-template-columns:minmax(0,880px);justify-content:start}.swim-page-hero h1{max-width:900px;font-size:clamp(3.1rem,5.7vw,5.5rem)}
.hero-microcopy{margin:17px 0 0;color:var(--muted);font-size:.9rem;max-width:650px}
.credentials-clean-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.credential-clean-card{border:1px solid var(--line);border-radius:24px;background:#fff;padding:27px;min-height:190px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 12px 34px rgba(8,41,54,.035)}.credential-clean-head{display:flex;align-items:center;gap:14px}.credential-clean-head>span{font-size:.74rem;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--muted)}.credential-clean-title{padding-top:24px;border-top:1px solid var(--line);display:flex;align-items:center;gap:11px}.credential-clean-title strong{font-size:1.17rem;line-height:1.35;color:var(--navy)}.rank-stars{color:var(--teal);letter-spacing:.06em;font-size:1.05rem}
.real-style-certs{align-items:stretch}.sample-cert-card{position:relative;border:1px solid var(--line);border-radius:22px;background:#fff;min-height:280px;overflow:hidden;box-shadow:0 14px 38px rgba(8,41,54,.06)}.ssi-sample{display:grid;grid-template-rows:auto 1fr auto;background:linear-gradient(145deg,#fff,#fff6f4)}.sample-cert-top{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(12,43,58,.08)}.sample-cert-top img{width:72px;height:42px;object-fit:contain}.sample-cert-top span{font-size:.73rem;letter-spacing:.12em;font-weight:900;color:#6d7b80}.sample-cert-photo{min-height:130px;overflow:hidden;position:relative}.sample-cert-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,36,49,.02),rgba(5,36,49,.22))}.sample-cert-photo img{width:100%;height:100%;object-fit:cover;object-position:center 44%}.sample-cert-body{padding:18px 20px}.sample-cert-body strong{display:block;font-size:1.35rem;color:var(--navy);line-height:1.1}.sample-cert-body small{display:block;margin-top:5px;color:var(--muted);font-weight:700}
.tssf-sample{padding:18px 20px;background:linear-gradient(180deg,#fff,#f8fbfd)}.tssf-card-top{display:grid;grid-template-columns:58px 1fr 54px;gap:12px;align-items:center}.tssf-card-top img{width:100%;height:52px;object-fit:contain}.tssf-card-top strong{display:block;color:#263b6f;font-size:.78rem;line-height:1.25}.tssf-card-top small{display:block;color:#2980b9;font-size:.56rem;line-height:1.2;margin-top:2px}.tssf-card-level{margin:18px 0 14px;background:#d83d45;color:#fff;padding:8px 12px;font-size:.9rem;font-weight:900;text-align:center;letter-spacing:.04em}.tssf-card-level small{display:block;font-size:.58rem;margin-top:1px}.tssf-blank-fields{display:grid;gap:7px}.tssf-blank-fields span{height:14px;border:1px solid #e5a6aa;border-left:58px solid #d83d45;background:#fff}.tssf-card-footer{display:flex;align-items:end;justify-content:space-between;margin-top:16px;color:var(--muted)}.tssf-card-footer b{color:#263b6f}.tssf-card-footer small{font-size:.68rem}
.locations-grid .loc{min-height:104px}.featured-loc{border-color:var(--line);background:#fff}
@media(max-width:980px){.credentials-clean-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.credentials-clean-grid{grid-template-columns:1fr}.swim-page-hero h1{font-size:clamp(2.7rem,12vw,4rem)}}

/* Approved certificate sample visuals */
.cert-sample-image{border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 14px 38px rgba(8,41,54,.05);min-height:245px;display:flex;align-items:center;justify-content:center;padding:14px}
.cert-sample-image img{display:block;width:100%;height:auto;max-height:330px;object-fit:contain;border-radius:12px}
.ssi-real-sample{border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 14px 38px rgba(8,41,54,.05);min-height:245px;padding:22px;display:grid;grid-template-columns:116px 1fr;grid-template-rows:auto auto 1fr;gap:14px 20px;position:relative}
.ssi-real-sample .ssi-sample-avatar{grid-row:1/4;width:116px;height:150px;border-radius:10px;background:linear-gradient(145deg,#edf2f4,#dce5e8);display:flex;align-items:center;justify-content:center;color:#84949b;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;text-align:center;padding:10px}
.ssi-real-sample .ssi-sample-brand{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.ssi-real-sample .ssi-sample-brand strong{color:var(--navy);font-size:1.15rem;line-height:1.12}.ssi-real-sample .ssi-sample-brand img{width:118px;height:58px;object-fit:contain}
.ssi-real-sample .ssi-sample-level{font-size:1.15rem;font-weight:950;color:var(--navy);line-height:1.12}.ssi-real-sample .ssi-sample-level small{display:block;color:var(--muted);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;margin-top:6px}
.ssi-real-sample .ssi-sample-fields{align-self:end;border-top:1px solid var(--line);padding-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:8px 14px}.ssi-real-sample .ssi-sample-fields span{display:block;font-size:.67rem;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.05em}.ssi-real-sample .ssi-sample-fields b{display:block;margin-top:2px;color:var(--navy);font-size:.78rem}.ssi-real-sample .ssi-sample-note{position:absolute;right:18px;bottom:14px;color:var(--muted);font-size:.58rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:620px){.ssi-real-sample{grid-template-columns:86px 1fr;padding:16px;gap:10px 14px}.ssi-real-sample .ssi-sample-avatar{width:86px;height:118px}.ssi-real-sample .ssi-sample-brand img{width:86px;height:46px}.ssi-real-sample .ssi-sample-brand strong{font-size:.9rem}}

/* v10 - only user-approved refinements */
/* Main-page program cards: stronger legibility, matched geometry, no dark frame */
.photo-choice.swim-choice:before{
  background:linear-gradient(180deg,rgba(255,255,255,.72) 0%,rgba(255,255,255,.88) 46%,rgba(255,255,255,.985) 78%);
}
.photo-choice.dive-choice{
  border-color:transparent!important;
  box-shadow:0 12px 36px rgba(8,41,54,.08)!important;
}
.photo-choice.dive-choice:before{
  background:linear-gradient(180deg,rgba(5,37,51,.46) 0%,rgba(5,37,51,.74) 44%,rgba(5,37,51,.97) 80%);
}
.photo-choice.swim-choice h2,.photo-choice.swim-choice p,.photo-choice.swim-choice .arrow{position:relative;z-index:1}
.photo-choice.dive-choice h2,.photo-choice.dive-choice p,.photo-choice.dive-choice .arrow{position:relative;z-index:1}
.photo-choice.swim-choice h2{color:var(--navy)}
.photo-choice.swim-choice p{color:#4e6269}
.photo-choice.dive-choice p{color:#e1ebee}
.photo-choice.dive-choice .arrow{color:#fff}

/* Balanced desktop section headlines/copy, collapsing cleanly on smaller screens */
.section-head.balanced-copy{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.72fr);
  align-items:end;
  column-gap:72px;
}
.section-head.balanced-copy>div{max-width:none}
.section-head.balanced-copy>p{
  width:100%;
  max-width:440px;
  justify-self:end;
  margin:0 0 8px;
  line-height:1.62;
}

/* SSI cards: same CTA behavior as CMAS cards */
.ssi-path-card{display:flex;flex-direction:column}
.ssi-path-card .ssi-info-link{margin-top:auto;padding-top:20px}

/* SSI visual specialty cards */
.specialty-visual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.specialty-visual-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(8,41,54,.035);display:flex;flex-direction:column;min-width:0}
.specialty-visual-card>img{width:100%;aspect-ratio:16/9;object-fit:cover;background:var(--paper);border-bottom:1px solid var(--line)}
.specialty-visual-body{padding:20px 20px 21px;display:flex;flex-direction:column;flex:1}
.specialty-visual-body h3{font-size:1.08rem;margin:0 0 8px}
.specialty-visual-body p{margin:0;color:var(--muted);font-size:.88rem}
.specialty-visual-body .text-link{margin-top:auto;padding-top:16px;font-size:.88rem}

/* Actual supplied certification examples */
.cert-sample-image.cert-sample-real{padding:0;min-height:0;aspect-ratio:1.58/1;background:#fff}
.cert-sample-image.cert-sample-real img{width:100%;height:100%;max-height:none;object-fit:contain;border-radius:0}

@media(max-width:980px){
  .section-head.balanced-copy{grid-template-columns:1fr;row-gap:20px}
  .section-head.balanced-copy>p{justify-self:start;max-width:720px;margin:0}
  .specialty-visual-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .specialty-visual-grid{grid-template-columns:1fr}
}


/* v11 — approved clarity, symmetry and program-content refinement */
/* Section introductions now read in one clean vertical flow instead of floating copy at right. */
.section-head.balanced-copy{
  display:block!important;
  max-width:920px;
  margin-bottom:34px;
}
.section-head.balanced-copy>div{max-width:920px}
.section-head.balanced-copy>p{
  width:auto!important;
  max-width:790px!important;
  justify-self:auto!important;
  margin:18px 0 0!important;
  line-height:1.65;
}
.section-head.balanced-copy h2{max-width:920px}

/* Swimming + diving program copy hierarchy */
.program-promise{font-weight:850!important;color:var(--navy)!important;margin:0 0 8px!important;line-height:1.35}
.program-facts{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 4px}
.program-facts b{font-size:.76rem;color:#42575f;border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:7px 10px}
.dive-program-card{min-height:530px}
.dive-program-card>p:not(.program-promise){line-height:1.6}
.ssi-path-card{min-height:330px}
.ssi-path-card>p{line-height:1.58}

/* SSI specialty visuals: larger, symmetric, and uncropped so the supplied program artwork stays readable. */
.specialty-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important}
.specialty-visual-card{border-radius:24px!important;box-shadow:0 14px 38px rgba(8,41,54,.045)!important}
.specialty-visual-card>img{
  width:100%;
  height:auto!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  background:#f6f9fa;
  border-bottom:1px solid var(--line);
}
.specialty-visual-body{padding:24px 24px 25px!important}
.specialty-visual-body h3{font-size:1.3rem!important;margin-bottom:9px!important}
.specialty-visual-body p{font-size:.94rem!important;line-height:1.58}
.specialty-visual-body .mini-facts{margin-top:16px}
.specialty-visual-body .text-link{font-size:.91rem!important;padding-top:20px!important}

/* Certification examples: real supplied examples, shown large enough to understand at a glance. */
.certification-showcase .section-head{margin-bottom:30px}
.cert-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start}
.cert-showcase-card{margin:0;border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 14px 38px rgba(8,41,54,.05)}
.cert-showcase-card img{display:block;width:100%;height:auto;object-fit:contain;background:#fff}
.cert-showcase-card figcaption{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;border-top:1px solid var(--line)}
.cert-showcase-card figcaption strong{color:var(--navy);font-size:1rem}
.cert-showcase-card figcaption span{color:var(--muted);font-size:.78rem;font-weight:750;text-align:right}
.cert-cta{margin-top:24px}

/* Slightly calmer swimming path cards for sales-focused reading. */
.swim-path-grid article{min-height:245px;display:flex;flex-direction:column}
.swim-path-grid h3{font-size:1.35rem}
.swim-path-grid p{line-height:1.62}

@media(max-width:980px){
  .specialty-visual-grid,.cert-showcase-grid{grid-template-columns:1fr!important}
  .dive-program-card,.ssi-path-card{min-height:0}
}
@media(max-width:620px){
  .section-head.balanced-copy{margin-bottom:28px}
  .section-head.balanced-copy>p{margin-top:14px!important}
  .specialty-visual-body{padding:20px!important}
  .cert-showcase-card figcaption{align-items:flex-start;flex-direction:column;gap:4px}
  .cert-showcase-card figcaption span{text-align:left}
}


/* === v12 approved refinements === */
/* Give swimming branch titles and descriptions more breathing room. */
.branch-card h2{margin-top:18px;margin-bottom:22px;line-height:1.06}
.branch-card>p{margin-bottom:24px!important;line-height:1.62}
.branch-card ul{margin-top:0}

/* SSI program artwork: preserve the entire supplied artwork, including SSI logo and program title. */
.specialty-visual-card>img{width:100%!important;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important;background:#fff!important;padding:0!important}

/* Certificate examples: identical visual footprints without cropping either certificate. */
.cert-showcase-grid{align-items:stretch!important}
.cert-showcase-card{display:grid;grid-template-rows:auto 1fr;height:100%}
.cert-showcase-card img{width:100%!important;aspect-ratio:1.64/1;height:auto!important;object-fit:contain!important;object-position:center!important;background:#fff!important;padding:12px!important;box-sizing:border-box}
.cert-showcase-card figcaption{min-height:72px;box-sizing:border-box}

/* International recognition message. */
.recognition-band{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:48px;align-items:end;padding:34px;border:1px solid var(--line);border-radius:26px;background:#fff;margin-bottom:48px;box-shadow:0 14px 38px rgba(8,41,54,.045)}
.recognition-band h2{margin:10px 0 14px;font-size:clamp(2rem,3.5vw,3.4rem);line-height:1.02;color:var(--navy)}
.recognition-band p{margin:0;max-width:850px;color:var(--muted);line-height:1.65}
.recognition-points{display:grid;gap:10px}
.recognition-points span{border:1px solid var(--line);border-radius:15px;padding:14px 16px;background:var(--paper);color:var(--muted);font-size:.84rem;font-weight:750}
.recognition-points b{display:block;color:var(--navy);font-size:.92rem;margin-bottom:2px}

/* Bring diving-location information into the main location flow. */
.dive-location-highlight{padding-top:24px;padding-bottom:72px}
.dive-location-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:center;border:1px solid var(--line);border-radius:24px;background:var(--navy);padding:34px 36px;color:#fff}
.dive-location-card .kicker{color:var(--aqua)}
.dive-location-card h2{color:#fff;margin:10px 0 12px;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.08}
.dive-location-card p{margin:0;max-width:820px;color:rgba(255,255,255,.76);line-height:1.62}

/* FAQ direct-question CTA. */
.faq-contact-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:center;border:1px solid var(--line);border-radius:24px;background:#fff;padding:34px 36px}
.faq-contact-cta h2{margin:10px 0 10px;color:var(--navy);font-size:clamp(1.9rem,3vw,2.8rem)}
.faq-contact-cta p{margin:0;color:var(--muted);max-width:760px;line-height:1.6}

@media(max-width:900px){
  .recognition-band,.dive-location-card,.faq-contact-cta{grid-template-columns:1fr;gap:24px;align-items:start}
  .dive-location-card .btn,.faq-contact-cta .btn{justify-self:start}
}

/* v13 — corporate programs, full SSI visuals, Kerpe dive center */
.nav-links{gap:20px;font-size:.9rem}

/* SSI specialty cards: show the complete program visual without cropping */
.specialty-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.specialty-visual-card{overflow:hidden}
.specialty-visual-card>img{
  width:100%;
  height:300px;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
  padding:14px;
  background:#f3f6f7;
  border-bottom:1px solid var(--line);
}
.specialty-visual-body{padding:22px 24px 24px}
.specialty-visual-body h3{font-size:1.18rem}
.specialty-visual-body p{font-size:.92rem;line-height:1.6}

/* Kerpe dive center */
.dive-center-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:24px;align-items:stretch;margin-top:28px}
.dive-center-card{height:100%;display:flex;flex-direction:column;justify-content:center}
.dive-center-card p{color:var(--muted)}
.dive-center-grid .map-card iframe{height:100%;min-height:430px}

/* Corporate teaser */
.corporate-teaser-section{padding-top:72px;padding-bottom:72px}
.corporate-teaser{border:1px solid var(--line);border-radius:30px;padding:42px 46px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;background:linear-gradient(145deg,#ffffff,#f4f9fa);box-shadow:0 18px 48px rgba(8,41,54,.05)}
.corporate-teaser h2{font-size:clamp(2rem,3.4vw,3.25rem);max-width:720px}
.corporate-teaser p{color:var(--muted);max-width:740px;margin:16px 0 0;font-size:1.03rem}
.corporate-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}
.corporate-tags span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 11px;color:#4f646c;font-weight:750;font-size:.78rem}

/* Corporate page */
.corporate-hero{background:linear-gradient(180deg,#fff,#f7fafb)}
.corporate-hero h1{max-width:980px}
.corporate-program-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.corporate-program-card{border:1px solid var(--line);border-radius:26px;background:#fff;overflow:hidden;box-shadow:0 14px 40px rgba(8,41,54,.045)}
.corporate-program-photo{height:250px;background-size:cover;background-position:center}
.corporate-program-photo.swim-corp{background-image:linear-gradient(180deg,rgba(6,42,57,.04),rgba(6,42,57,.28)),url('swim-approved.jpg');background-position:center 72%}
.corporate-program-photo.dive-corp{background-image:linear-gradient(180deg,rgba(5,36,49,.1),rgba(5,36,49,.38)),url('dive-underwater.jpg');background-position:center}
.corporate-program-body{padding:28px 30px 30px}
.corporate-program-body h2{font-size:2rem}
.corporate-program-body>p{color:var(--muted);margin:14px 0 18px}
.corporate-program-body ul{margin:0;padding-left:20px;color:#314850}
.corporate-program-body li+li{margin-top:7px}
.corporate-format-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.corporate-format-grid article{border:1px solid var(--line);border-radius:22px;background:#fff;padding:28px;min-height:220px}
.corporate-format-grid article>span{display:block;color:var(--teal);font-size:.78rem;font-weight:900;letter-spacing:.12em;margin-bottom:22px}
.corporate-format-grid p{color:var(--muted);margin:12px 0 0}
.corporate-service-strip{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden}
.corporate-service-strip>div{padding:28px}
.corporate-service-strip>div+div{border-left:1px solid var(--line)}
.corporate-service-strip strong{display:block;color:var(--navy);font-size:1.08rem}
.corporate-service-strip span{display:block;color:var(--muted);margin-top:7px;font-size:.9rem}
.corporate-cta{align-items:center}

@media(max-width:980px){
  .nav-links{gap:15px}
  .specialty-visual-grid{grid-template-columns:1fr 1fr}
  .specialty-visual-card>img{height:260px}
  .dive-center-grid,.corporate-program-grid{grid-template-columns:1fr}
  .corporate-teaser{grid-template-columns:1fr;gap:28px}
  .corporate-format-grid{grid-template-columns:1fr}
  .corporate-service-strip{grid-template-columns:1fr}
  .corporate-service-strip>div+div{border-left:0;border-top:1px solid var(--line)}
}
@media(max-width:620px){
  .specialty-visual-grid{grid-template-columns:1fr}
  .specialty-visual-card>img{height:auto;max-height:none;padding:10px}
  .corporate-teaser{padding:30px 24px}
  .corporate-program-photo{height:210px}
  .corporate-program-body{padding:24px}
}


/* === v14 approved refinements === */

/* Homepage corporate teaser: keep the message clean without badge clutter. */
.corporate-teaser{align-items:center}
.corporate-teaser .btn{white-space:nowrap}

/* Corporate program photography supplied by the instructor. */
.corporate-program-photo.swim-corp{
  background-image:linear-gradient(180deg,rgba(6,42,57,.02),rgba(6,42,57,.24)),url('corporate-swim.jpg')!important;
  background-position:center 69%!important;
}
.corporate-program-photo.dive-corp{
  background-image:linear-gradient(180deg,rgba(5,36,49,.06),rgba(5,36,49,.28)),url('corporate-dive.jpg')!important;
  background-position:center 46%!important;
}
.corporate-dive-systems{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:18px 0 22px;
}
.corporate-dive-systems>div{
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--paper);
  padding:16px 18px;
}
.corporate-dive-systems strong{
  display:block;
  color:var(--navy);
  margin-bottom:8px;
  font-size:.95rem;
}
.corporate-dive-systems ul{
  padding-left:18px!important;
  margin:0!important;
  font-size:.87rem;
}
.corporate-program-body h3{
  margin:22px 0 10px;
  font-size:1.08rem;
  color:var(--navy);
}

/* Dalış system headings: institution logos sit with the related education family. */
.system-heading{
  display:flex;
  align-items:flex-start;
  gap:18px;
}
.system-heading-logos{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  padding-top:2px;
}
.system-heading-logos img{
  width:54px;
  height:54px;
  object-fit:contain;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:7px;
  box-sizing:border-box;
}
.system-heading-copy{min-width:0}
.system-heading-copy .kicker{margin-top:1px}

/* SSI program artwork: exact supplied cards, always fully visible. */
.ssi-program-art{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
  border-radius:15px;
  margin:0 0 20px;
  background:#fff;
  border:1px solid var(--line);
}
.specialty-visual-card>img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:0!important;
  margin:0!important;
  background:#fff!important;
}

/* Slightly more breathing room after exact SSI artwork. */
.specialty-visual-body{padding-top:23px!important}

@media(max-width:760px){
  .corporate-dive-systems{grid-template-columns:1fr}
  .system-heading{gap:13px}
  .system-heading-logos img{width:46px;height:46px;border-radius:12px;padding:6px}
}


/* === v15 final refinement: symmetrical system headers, sharper SSI cards, prominent B2B operations === */
/* Institution headers: fixed logo rail + aligned title/description. */
.section-head.system-balanced{
  display:block;
  margin-bottom:34px;
}
.section-head.system-balanced .system-heading{
  display:grid;
  grid-template-columns:124px minmax(0,760px);
  align-items:start;
  column-gap:24px;
  width:100%;
}
.section-head.system-balanced .system-heading-logos{
  width:124px;
  min-height:58px;
  justify-content:flex-start;
  align-items:center;
  padding-top:2px;
}
.section-head.system-balanced .system-heading-logos img{
  width:54px;
  height:54px;
  flex:0 0 54px;
}
.section-head.system-balanced .system-heading-copy{
  max-width:760px;
  padding-top:0;
}
.section-head.system-balanced .system-heading-copy .kicker{
  margin:0 0 10px;
}
.section-head.system-balanced .system-heading-copy h2{
  margin:0;
  max-width:760px;
}
.section-head.system-balanced .system-desc{
  max-width:720px;
  color:var(--muted);
  margin:14px 0 0;
  line-height:1.62;
}
.section-head.system-balanced.subhead{margin-top:52px;margin-bottom:26px}

/* SSI development cards: smaller footprint so source artwork remains crisp. */
.ssi-path-grid.two-up{
  grid-template-columns:repeat(2,minmax(0,420px));
  justify-content:center;
  gap:20px;
}
.ssi-path-grid.two-up .ssi-path-card{
  width:100%;
  max-width:420px;
  min-height:0;
  padding:22px;
}
.ssi-path-grid.two-up .ssi-program-art{
  width:100%;
  max-width:330px;
  margin:0 auto 18px;
}

/* SSI specialties: compact three-column presentation; artwork stays at native ratio. */
.specialty-visual-grid{
  grid-template-columns:repeat(3,minmax(0,310px));
  justify-content:center;
  gap:18px;
}
.specialty-visual-card{
  width:100%;
  max-width:310px;
}
.specialty-visual-card>img{
  width:100%!important;
  height:auto!important;
  max-width:310px;
  margin:0 auto!important;
}
.specialty-visual-body{
  padding:18px 18px 20px!important;
}
.specialty-visual-body h3{font-size:1.03rem}
.specialty-visual-body p{font-size:.84rem;line-height:1.55}
.specialty-visual-body .mini-facts{margin-top:13px}
.specialty-visual-body .text-link{padding-top:13px;font-size:.84rem}

/* Bring facility/program partnerships forward visually on the corporate page. */
.corporate-collab-highlight{
  background:linear-gradient(180deg,#f5fafb 0%,#eef6f7 100%);
  border-top:1px solid rgba(8,41,54,.035);
  border-bottom:1px solid rgba(8,41,54,.035);
}
.corporate-collab-highlight .section-head{margin-bottom:30px}
.corporate-collab-highlight .corporate-service-strip{
  box-shadow:0 18px 48px rgba(8,41,54,.055);
}

@media(max-width:980px){
  .section-head.system-balanced .system-heading{grid-template-columns:104px minmax(0,1fr);column-gap:18px}
  .section-head.system-balanced .system-heading-logos{width:104px}
  .ssi-path-grid.two-up{grid-template-columns:repeat(2,minmax(0,360px))}
  .specialty-visual-grid{grid-template-columns:repeat(2,minmax(0,300px))}
}
@media(max-width:680px){
  .section-head.system-balanced .system-heading{grid-template-columns:72px minmax(0,1fr);column-gap:14px}
  .section-head.system-balanced .system-heading-logos{width:72px;gap:5px}
  .section-head.system-balanced .system-heading-logos img{width:34px;height:34px;flex-basis:34px;padding:4px;border-radius:10px}
  .section-head.system-balanced .system-heading-copy .kicker{margin-bottom:8px}
  .section-head.system-balanced .system-desc{margin-top:10px}
  .ssi-path-grid.two-up,.specialty-visual-grid{grid-template-columns:1fr}
  .ssi-path-grid.two-up .ssi-path-card,.specialty-visual-card{max-width:420px;margin:0 auto}
  .specialty-visual-card>img{max-width:100%}
}


/* === v16 final polish === */
/* Brand lockup: center the descriptor exactly under the brand name. */
.brand-copy{
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.brand-copy small{
  width:100%;
  text-align:center;
  margin-top:5px;
  letter-spacing:.075em;
}

/* SSI specialties: balanced 3 / 2 / 2 composition on desktop. */
.specialty-visual-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:18px 18px!important;
  max-width:1040px;
  margin-left:auto;
  margin-right:auto;
  align-items:stretch;
}
.specialty-visual-grid .specialty-visual-card{
  max-width:none!important;
  width:100%!important;
  height:100%;
}
.specialty-visual-grid .specialty-visual-card:nth-child(-n+3){grid-column:span 2}
.specialty-visual-grid .specialty-visual-card:nth-child(n+4){grid-column:span 3}
.specialty-visual-card>img{
  max-width:100%!important;
  width:100%!important;
}

/* Corporate cards: a clear next step directly under each offer. */
.corporate-program-body{
  display:flex;
  flex-direction:column;
  height:100%;
}
.corporate-card-action{
  margin-top:auto;
  padding-top:24px;
  border-top:1px solid var(--line);
}
.corporate-card-action .text-link{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  font-size:.94rem;
}

@media(max-width:980px){
  .specialty-visual-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    max-width:720px;
  }
  .specialty-visual-grid .specialty-visual-card:nth-child(n){grid-column:auto}
}
@media(max-width:620px){
  .specialty-visual-grid{grid-template-columns:1fr!important;max-width:420px}
}
.corporate-program-card{display:flex;flex-direction:column}
.corporate-program-body{flex:1;height:auto}
@media(max-width:980px){
  .brand-copy{display:none}
}

/* === v17 bilingual + final alignment === */
.lang-switch{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--line);border-radius:999px;padding:3px;background:#fff;font-size:.72rem;font-weight:850;letter-spacing:.04em;white-space:nowrap}
.lang-switch a,.lang-switch span{display:grid;place-items:center;min-width:30px;height:28px;border-radius:999px;color:var(--muted)}
.lang-switch .active{background:var(--navy);color:#fff}
.lang-switch a:hover{color:var(--navy);background:var(--paper)}

/* Seven SSI specialty cards: same size, balanced 3 / 2 / 2 composition. */
.specialty-visual-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:18px!important;max-width:1040px!important}
.specialty-visual-grid .specialty-visual-card{grid-column:span 2!important;max-width:none!important;width:100%!important;height:100%!important}
.specialty-visual-grid .specialty-visual-card:nth-child(4){grid-column:2 / span 2!important;grid-row:2}
.specialty-visual-grid .specialty-visual-card:nth-child(5){grid-column:4 / span 2!important;grid-row:2}
.specialty-visual-grid .specialty-visual-card:nth-child(6){grid-column:2 / span 2!important;grid-row:3}
.specialty-visual-grid .specialty-visual-card:nth-child(7){grid-column:4 / span 2!important;grid-row:3}

/* Give the corporate card CTA more breathing room below its divider. */
.corporate-card-action{padding-top:32px!important}
.corporate-card-action .text-link{margin-top:2px}

@media(max-width:1100px){.nav-links{gap:14px;font-size:.86rem}.lang-switch{margin-left:auto}}
@media(max-width:980px){
  .specialty-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:720px!important}
  .specialty-visual-grid .specialty-visual-card:nth-child(n){grid-column:auto!important;grid-row:auto!important}
  .lang-switch{margin-left:auto;margin-right:8px}
}
@media(max-width:620px){
  .specialty-visual-grid{grid-template-columns:1fr!important;max-width:420px!important}
  .lang-switch{font-size:.68rem}
  .lang-switch a,.lang-switch span{min-width:28px;height:26px}
}

/* === v17.1 corporate CTA divider spacing fix === */
.corporate-card-action{
  margin-top:auto!important;
  padding-top:0!important;
  border-top:0!important;
}
.corporate-card-action::before{
  content:"";
  display:block;
  border-top:1px solid var(--line);
  margin-top:32px;
  margin-bottom:28px;
}

/* v18.1 — swimming hero image treatment */
.swim-page-hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:#fff;
}
.swim-page-hero::before{
  content:"";
  position:absolute;
  inset:0 0 0 auto;
  width:min(54vw,920px);
  z-index:0;
  pointer-events:none;
  background-image:
    linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 10%,rgba(255,255,255,.72) 31%,rgba(255,255,255,.20) 63%,rgba(255,255,255,.03) 100%),
    linear-gradient(180deg,rgba(255,255,255,.03),rgba(2,34,48,.08)),
    url('swim-hero-fade.jpg');
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.swim-page-hero .container{
  position:relative;
  z-index:1;
}
@media(max-width:880px){
  .swim-page-hero::before{
    width:100%;
    background-image:
      linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 58%,rgba(255,255,255,.68) 100%),
      url('swim-hero-fade.jpg');
    background-position:center center;
  }
}


/* v18.2 — diving hero image treatment + location icons */
.dive-page-hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:#fff;
  padding:72px 0 62px;
}
.dive-page-hero::before{
  content:"";
  position:absolute;
  inset:0 0 0 auto;
  width:min(54vw,920px);
  z-index:0;
  pointer-events:none;
  background-image:
    linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 11%,rgba(255,255,255,.68) 31%,rgba(255,255,255,.17) 64%,rgba(255,255,255,.02) 100%),
    linear-gradient(180deg,rgba(5,46,68,.02),rgba(2,34,48,.22)),
    url('dive-underwater.jpg');
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.dive-page-hero .dive-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,880px);
  justify-content:start;
  gap:0;
  align-items:center;
}
.dive-page-hero h1{max-width:930px}
.dive-page-hero .lead{max-width:780px}

.locations-grid .loc{
  justify-content:flex-start;
  align-items:flex-start;
  gap:15px;
}
.loc-icon{
  flex:0 0 38px;
  width:38px;
  height:38px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(17,155,170,.08);
  color:var(--teal);
  margin-top:1px;
}
.loc-icon svg{width:21px;height:21px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.loc-icon-home svg{width:22px;height:22px}
.loc-copy{min-width:0}
.loc-copy strong{display:block}
.location-kicker{display:flex!important;align-items:center;gap:7px}
.inline-location-icon{display:inline-grid;place-items:center;width:16px;height:16px;color:var(--teal);flex:0 0 16px}
.inline-location-icon svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:880px){
  .dive-page-hero::before{
    width:100%;
    background-image:
      linear-gradient(90deg,rgba(255,255,255,.985) 0%,rgba(255,255,255,.90) 56%,rgba(255,255,255,.66) 100%),
      linear-gradient(180deg,rgba(5,46,68,.02),rgba(2,34,48,.15)),
      url('dive-underwater.jpg');
    background-position:center center;
  }
}


/* === v18.3 visual atmosphere experiment: approved hero refinements === */
/* Homepage: subtle water-toned depth without reducing text contrast. */
.water-glow-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 12%,rgba(64,198,211,.15),transparent 28%),
    radial-gradient(circle at 10% 2%,rgba(22,166,181,.10),transparent 32%),
    linear-gradient(135deg,#ffffff 0%,#f8fcfc 47%,#eef8fa 100%);
}
.water-glow-hero::after{
  content:"";
  position:absolute;
  width:520px;height:520px;
  right:6%;top:-230px;
  border-radius:50%;
  background:rgba(126,225,232,.11);
  filter:blur(34px);
  z-index:-1;
  pointer-events:none;
}
.water-glow-hero .premium-hero-visual{
  box-shadow:0 26px 70px rgba(7,50,66,.13),0 0 0 1px rgba(22,166,181,.08);
}

/* Locations: image-led but restrained, matching swim/dive hero language. */
.locations-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:430px;
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 15% 15%,rgba(22,166,181,.09),transparent 35%),
    linear-gradient(135deg,#ffffff 0%,#f8fcfc 62%,#edf8fa 100%);
}
.locations-hero::before{
  content:"";
  position:absolute;
  inset:0 0 0 auto;
  width:min(49vw,820px);
  z-index:0;
  pointer-events:none;
  background-image:
    linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 10%,rgba(255,255,255,.72) 31%,rgba(255,255,255,.15) 67%,rgba(255,255,255,.01) 100%),
    linear-gradient(180deg,rgba(5,46,68,.01),rgba(5,46,68,.12)),
    url('swim-approved.jpg');
  background-size:cover;
  background-position:center 56%;
  background-repeat:no-repeat;
  opacity:.94;
}
.locations-hero .container{position:relative;z-index:1}
.locations-hero h1{max-width:850px}
.locations-hero .lead{max-width:720px}

/* Corporate: presentation-like B2B hero with two real training environments. */
.corporate-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 10%,rgba(22,166,181,.10),transparent 32%),
    linear-gradient(135deg,#fff 0%,#f5fbfb 60%,#edf7f9 100%);
  padding:72px 0 62px;
}
.corporate-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr);
  gap:54px;
  align-items:center;
}
.corporate-hero-copy{min-width:0}
.corporate-hero-visual{
  height:410px;
  display:grid;
  grid-template-columns:1fr 1fr;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(183,215,219,.9);
  box-shadow:0 24px 62px rgba(7,50,66,.12);
  background:#dff2f4;
}
.corporate-hero-shot{background-size:cover;background-repeat:no-repeat;min-width:0}
.corporate-hero-swim{
  background-image:linear-gradient(180deg,rgba(6,42,57,.02),rgba(6,42,57,.20)),url('corporate-swim.jpg');
  background-position:center 62%;
}
.corporate-hero-dive{
  background-image:linear-gradient(180deg,rgba(6,42,57,.03),rgba(6,42,57,.22)),url('corporate-dive.jpg');
  background-position:center 38%;
}

/* FAQ: quiet water-ripple atmosphere; no photography competing with questions. */
.faq-page-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:390px;
  display:flex;
  align-items:center;
  background:
    radial-gradient(ellipse at 84% 34%,rgba(22,166,181,.10) 0 10%,transparent 10.5% 17%,rgba(22,166,181,.045) 17.5% 18.5%,transparent 19%),
    radial-gradient(ellipse at 78% 40%,transparent 0 21%,rgba(22,166,181,.05) 21.5% 22.5%,transparent 23%),
    radial-gradient(circle at 12% 8%,rgba(22,166,181,.08),transparent 34%),
    linear-gradient(135deg,#fff 0%,#f8fcfc 62%,#eef8fa 100%);
}
.faq-page-hero::after{
  content:"";
  position:absolute;
  right:-90px;bottom:-190px;
  width:540px;height:360px;
  border:1px solid rgba(22,166,181,.11);
  border-radius:50%;
  box-shadow:0 0 0 34px rgba(22,166,181,.025),0 0 0 68px rgba(22,166,181,.018);
  transform:rotate(-8deg);
  z-index:0;
  pointer-events:none;
}
.faq-page-hero .container{position:relative;z-index:1}
.faq-contact-premium{
  background:linear-gradient(135deg,#ffffff 0%,#f2fafb 100%);
  border-color:#cfe6e8;
  box-shadow:0 16px 44px rgba(8,41,54,.05);
}

@media(max-width:980px){
  .corporate-hero-grid{grid-template-columns:1fr;gap:36px}
  .corporate-hero-visual{height:340px;max-width:760px;width:100%}
  .locations-hero::before{width:60vw;opacity:.72}
}
@media(max-width:720px){
  .locations-hero{min-height:auto}
  .locations-hero::before{
    width:100%;
    opacity:.46;
    background-image:
      linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.90) 58%,rgba(255,255,255,.67) 100%),
      linear-gradient(180deg,rgba(5,46,68,.01),rgba(5,46,68,.10)),
      url('swim-approved.jpg');
  }
  .corporate-hero-visual{height:270px;border-radius:22px}
  .faq-page-hero{min-height:auto}
}


/* v18.4: quieter color-only hero treatments for Locations and For Organizations. */
.locations-hero::before{display:none!important;}
.locations-hero{
  background:
    radial-gradient(circle at 82% 20%,rgba(70,205,215,.16),transparent 30%),
    radial-gradient(circle at 12% 8%,rgba(22,166,181,.08),transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#f8fcfc 56%,#eaf8fa 100%);
}
.corporate-hero-grid{grid-template-columns:minmax(0,1fr)!important;}
.corporate-hero-copy{max-width:980px;}
.corporate-hero-visual{display:none!important;}
.corporate-hero{
  background:
    radial-gradient(circle at 84% 18%,rgba(74,205,216,.17),transparent 31%),
    radial-gradient(circle at 15% 12%,rgba(22,166,181,.09),transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#f6fbfb 58%,#eaf7f9 100%);
}
