:root {
  --navy-950:#031329;
  --navy-900:#071d3d;
  --navy-800:#0b2b54;
  --navy-700:#124374;
  --blue:#0d6fba;
  --turquoise:#1cc8c0;
  --turquoise-light:#5ce8df;
  --ink:#10233f;
  --muted:#607089;
  --line:#dbe8f0;
  --surface:#ffffff;
  --surface-soft:#f5fafc;
  --shadow:0 20px 55px rgba(8,43,78,.11);
  --shadow-soft:0 12px 32px rgba(8,43,78,.08);
  --radius:18px;
  --radius-lg:30px;
  --container:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:84px}
body{margin:0;font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button{font:inherit}
svg{display:block}
.container{width:min(calc(100% - 32px),var(--container));margin-inline:auto}
.skip-link{position:fixed;left:12px;top:-100px;z-index:9999;background:#fff;color:var(--navy-900);padding:10px 14px;border-radius:10px;box-shadow:var(--shadow)}
.skip-link:focus{top:12px}
.site-header{position:fixed;inset:0 0 auto;z-index:100;background:rgba(255,255,255,.8);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,232,240,.72);transition:box-shadow .25s,background .25s}
.site-header.scrolled{background:rgba(255,255,255,.94);box-shadow:0 8px 25px rgba(4,35,66,.07)}
.nav-wrap{height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;font-size:1.08rem;color:var(--navy-900);letter-spacing:-.03em}
.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,var(--navy-900),var(--navy-700));box-shadow:0 8px 20px rgba(7,29,61,.18)}
.brand-mark svg{width:26px;height:26px;fill:none;stroke:var(--turquoise-light);stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.desktop-nav{display:none;align-items:center;gap:30px;font-size:.89rem;font-weight:600;color:#42536b}
.desktop-nav a,.mobile-nav a{transition:color .2s}
.desktop-nav a:hover,.mobile-nav a:hover{color:var(--blue)}
.nav-cta{display:none;padding:10px 17px;border-radius:12px;background:var(--navy-900);color:#fff;font-size:.86rem;font-weight:700;transition:transform .2s,box-shadow .2s}
.nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(7,29,61,.2)}
.menu-button{width:42px;height:42px;padding:0;border:0;background:transparent;display:grid;place-content:center;gap:5px;cursor:pointer}
.menu-button span{width:23px;height:2px;background:var(--navy-900);border-radius:9px;transition:.25s}
.menu-button[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-button[aria-expanded="true"] span:nth-child(2){opacity:0}
.menu-button[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-nav{display:grid;max-height:0;overflow:hidden;background:#fff;padding:0 16px;transition:max-height .3s,padding .3s;border-top:1px solid transparent}
.mobile-nav.open{max-height:290px;padding:12px 16px 22px;border-color:var(--line)}
.mobile-nav a{padding:12px 4px;border-bottom:1px solid #edf4f7;font-weight:650}
.hero{position:relative;min-height:760px;padding:120px 0 70px;overflow:hidden;background:linear-gradient(180deg,#f8fcfd 0%,#fff 78%)}
.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(16,86,119,.09) 1px,transparent 1px);background-size:25px 25px;mask-image:linear-gradient(to bottom,black,transparent 74%);pointer-events:none}
.hero-glow{position:absolute;border-radius:50%;filter:blur(10px);opacity:.33;pointer-events:none}
.hero-glow-one{width:430px;height:430px;background:#a6f4ef;right:-200px;top:60px}
.hero-glow-two{width:300px;height:300px;background:#c7dff3;left:-140px;bottom:40px}
.hero-grid{position:relative;z-index:1;display:grid;gap:40px;align-items:center}
.hero-copy{text-align:center}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:800;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase}
.eyebrow span{width:8px;height:8px;border-radius:50%;background:var(--turquoise);box-shadow:0 0 0 6px rgba(28,200,192,.12)}
.hero h1{margin:18px 0 18px;font-size:clamp(2.55rem,10vw,5.4rem);line-height:1.03;letter-spacing:-.065em;color:var(--navy-900)}
.hero h1 em{font-style:normal;background:linear-gradient(90deg,var(--blue),var(--turquoise));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy>p{max-width:620px;margin:0 auto;color:var(--muted);font-size:clamp(1rem,2vw,1.18rem)}
.hero-actions{display:flex;flex-direction:column;gap:12px;margin:28px 0 24px}
.button{min-height:50px;padding:0 22px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:750;transition:transform .22s,box-shadow .22s,background .22s}
.button svg,.card-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.button-primary{background:linear-gradient(135deg,var(--navy-900),#104e80);color:#fff;box-shadow:0 13px 26px rgba(7,29,61,.2)}
.button-primary:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(7,29,61,.25)}
.button-ghost{background:rgba(255,255,255,.72);border:1px solid var(--line);color:var(--navy-900)}
.button-ghost:hover{background:#fff;transform:translateY(-2px)}
.hero-trust{display:flex;justify-content:center;flex-wrap:wrap;gap:11px 18px;color:#53657c;font-size:.76rem;font-weight:650}
.hero-trust span{display:inline-flex;align-items:center;gap:6px}
.hero-trust svg{width:15px;height:15px;fill:none;stroke:var(--turquoise);stroke-width:2.4;stroke-linecap:round}
.compass-stage{position:relative;width:min(100%,480px);aspect-ratio:1;margin-inline:auto}
.hero-compass{width:100%;height:100%;filter:drop-shadow(0 34px 28px rgba(5,40,69,.11));animation:float 6s ease-in-out infinite}
.compass-glass{fill:rgba(255,255,255,.58);stroke:rgba(255,255,255,.85);stroke-width:2}
.compass-ring{fill:none;stroke:url(#ringGradient);stroke-width:5}
.compass-ring-inner{stroke-width:1.6;stroke-dasharray:4 8;opacity:.7}
.ticks{fill:none;stroke:#194b74;stroke-width:4;stroke-linecap:round}
.direction-text{font:800 16px Manrope,sans-serif;fill:#0d3b66;text-anchor:middle}
.needle{transform-origin:210px 210px;animation:needle 8s ease-in-out infinite}
.orbit{position:absolute;inset:8%;border:1px solid rgba(16,95,141,.12);border-radius:50%;animation:spin 18s linear infinite}
.orbit:after{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:var(--turquoise);top:10%;left:13%;box-shadow:0 0 0 7px rgba(28,200,192,.13)}
.orbit-two{inset:0;animation-direction:reverse;animation-duration:25s;border-style:dashed}
.orbit-two:after{top:auto;left:auto;bottom:16%;right:7%;background:#2e78b7}
.floating-card{position:absolute;z-index:2;background:rgba(255,255,255,.75);backdrop-filter:blur(13px);border:1px solid rgba(255,255,255,.9);border-radius:16px;padding:12px 14px;box-shadow:var(--shadow-soft);display:grid;grid-template-columns:auto 1fr;column-gap:9px;align-items:center;text-align:left}
.floating-card strong{font-size:.78rem;color:var(--navy-900)}
.floating-card small{grid-column:2;font-size:.66rem;color:var(--muted)}
.mini-icon{grid-row:1/3;width:30px;height:30px;border-radius:10px;background:#e7fbf9;color:#099d96;display:grid;place-items:center;font-weight:800}
.floating-card-one{left:0;top:20%;animation:floatCard 5s ease-in-out infinite}
.floating-card-two{right:0;bottom:20%;animation:floatCard 5s 1.3s ease-in-out infinite}
.section{padding:78px 0}
.section-heading{margin-bottom:34px}
.section-heading.centered{text-align:center;max-width:720px;margin-left:auto;margin-right:auto;margin-bottom:38px}
.section-heading h2,.about-card h2{margin:8px 0 10px;font-size:clamp(1.9rem,5vw,3rem);line-height:1.12;letter-spacing:-.045em;color:var(--navy-900)}
.section-heading p,.about-card p{margin:0;color:var(--muted)}
.section-heading.split{display:grid;gap:12px}
.section-heading.split p{max-width:520px}
.active-section{background:#fff}
.live-grid{display:grid;gap:18px}
.live-card{position:relative;overflow:hidden;min-height:395px;padding:24px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(244,251,252,.91));box-shadow:var(--shadow-soft);display:flex;flex-direction:column;transition:transform .28s,box-shadow .28s,border-color .28s}
.live-card:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(28,200,192,.1);right:-120px;top:-120px;transition:transform .4s}
.live-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:#b6dddE}
.live-card:hover:before{transform:scale(1.25)}
.live-card-top{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}
.status{display:inline-flex;align-items:center;gap:7px;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#087e78;background:#e2faf8;padding:6px 9px;border-radius:999px}
.status i{width:7px;height:7px;border-radius:50%;background:#12b8af;box-shadow:0 0 0 4px rgba(18,184,175,.13)}
.external{width:21px;height:21px;fill:none;stroke:#75869b;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.live-icon{width:66px;height:66px;border-radius:19px;display:grid;place-items:center;margin:29px 0 24px;background:linear-gradient(145deg,var(--navy-900),#175886);box-shadow:0 14px 30px rgba(7,29,61,.18)}
.live-icon svg{width:39px;height:39px;fill:none;stroke:var(--turquoise-light);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.media-icon{background:linear-gradient(145deg,#0d6fba,#09437b)}
.live-label{font-size:.72rem;color:var(--blue);font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.live-card h3{font-size:1.45rem;line-height:1.2;letter-spacing:-.035em;margin:8px 0;color:var(--navy-900)}
.live-card p{font-size:.89rem;color:var(--muted);margin:0}
.card-link{margin-top:auto;padding-top:23px;display:inline-flex;align-items:center;gap:6px;color:var(--navy-900);font-weight:800;font-size:.86rem}
.fields-section{background:var(--surface-soft)}
.field-grid{display:grid;gap:14px}
.field-card{position:relative;display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;min-height:142px;padding:20px;border:1px solid rgba(219,232,240,.92);border-radius:var(--radius);background:rgba(255,255,255,.78);backdrop-filter:blur(13px);box-shadow:0 5px 18px rgba(8,43,78,.04);transition:transform .22s,box-shadow .22s,border-color .22s}
.field-card:hover{transform:translateY(-5px) scale(1.01);box-shadow:var(--shadow-soft);border-color:#b8dfe1}
.field-icon{width:52px;height:52px;border-radius:15px;background:linear-gradient(145deg,#eefafa,#e7f1f8);display:grid;place-items:center;font-size:1.65rem}
.field-card h3{margin:0 0 4px;font-size:1.01rem;color:var(--navy-900);line-height:1.25}
.field-card h3 small{display:block;margin-top:2px;color:var(--blue);font-size:.69rem;text-transform:uppercase;letter-spacing:.08em}
.field-card p{margin:0;color:var(--muted);font-size:.77rem;line-height:1.45}
.field-card>span{grid-column:1/-1;justify-self:start;padding:4px 8px;border-radius:999px;background:#eff5f8;color:#718094;font-size:.64rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.why-section{background:#fff}
.why-grid{display:grid;gap:16px}
.why-card{text-align:center;padding:30px 22px;border-radius:var(--radius);background:#fff;border:1px solid var(--line);box-shadow:0 8px 24px rgba(8,43,78,.05);transition:transform .22s,box-shadow .22s}
.why-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-soft)}
.why-icon{width:62px;height:62px;margin:0 auto 17px;border-radius:19px;display:grid;place-items:center;background:linear-gradient(145deg,#e8faf8,#eaf3f9)}
.why-icon svg{width:35px;height:35px;fill:none;stroke:var(--blue);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.why-card h3{margin:0 0 7px;font-size:1.04rem;color:var(--navy-900)}
.why-card p{margin:0;color:var(--muted);font-size:.86rem}
.about-section{padding-top:30px}
.about-card{position:relative;overflow:hidden;border-radius:var(--radius-lg);padding:34px 24px;background:linear-gradient(135deg,var(--navy-950),#0c3e6c);color:#fff;display:grid;gap:24px;align-items:center;box-shadow:0 24px 60px rgba(7,29,61,.2)}
.about-card:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:rgba(66,226,215,.11);right:-170px;top:-170px}
.about-card .section-kicker{color:var(--turquoise-light)}
.about-card h2{color:#fff;position:relative;z-index:1}
.about-card p{color:#c7d5e3;position:relative;z-index:1}
.about-mark{width:94px;height:94px;border-radius:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);display:grid;place-items:center;backdrop-filter:blur(12px)}
.about-mark svg{width:68px;height:68px;fill:none;stroke:var(--turquoise-light);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.site-footer{padding:42px 0 34px}
.footer-inner{display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}
.footer-copy{color:var(--muted);font-size:.78rem}
.footer-copy p{margin:2px 0}
.install-button{position:fixed;right:18px;bottom:18px;z-index:80;border:0;border-radius:14px;background:var(--navy-900);color:#fff;padding:12px 16px;box-shadow:0 16px 34px rgba(7,29,61,.25);align-items:center;gap:8px;font-weight:700;cursor:pointer}
.install-button:not([hidden]){display:flex}
.install-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}


/* Main entry modules */
.entry-section{position:relative;padding-top:54px;background:linear-gradient(180deg,#fff 0%,var(--surface-soft) 100%)}
.entry-grid{display:grid;gap:18px}
.entry-card{position:relative;overflow:hidden;min-height:330px;padding:24px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;transition:transform .28s,box-shadow .28s,border-color .28s}
.entry-card:before{content:"";position:absolute;width:230px;height:230px;border-radius:50%;right:-120px;top:-125px;background:rgba(13,111,186,.08);transition:transform .35s}
.entry-card:hover{transform:translateY(-7px);border-color:#addbdd;box-shadow:var(--shadow)}
.entry-card:hover:before{transform:scale(1.22)}
.entry-card-featured{border-color:rgba(28,200,192,.5);background:linear-gradient(145deg,#fff,#effcfb)}
.entry-card-featured:before{background:rgba(28,200,192,.14)}
.entry-card-careers{border-color:rgba(13,111,186,.28);background:linear-gradient(135deg,#fff 0%,#eef8fc 56%,#edfdfb 100%)}
.entry-card-careers:before{width:340px;height:340px;right:-130px;top:-205px;background:linear-gradient(145deg,rgba(13,111,186,.12),rgba(28,200,192,.14))}
.entry-card-careers .entry-badge{background:#e4f5fa;color:#075d82}
.entry-card-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px}
.entry-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#e7f6fb;color:var(--blue);font-size:.7rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.entry-card-featured .entry-badge{background:#ddfaf7;color:#087e78}
.entry-icon{position:relative;z-index:1;width:64px;height:64px;margin:27px 0 21px;border-radius:19px;display:grid;place-items:center;background:linear-gradient(145deg,var(--navy-900),#175886);box-shadow:0 14px 28px rgba(7,29,61,.17);font-size:1.9rem}
.entry-card h3{position:relative;z-index:1;margin:0 0 9px;color:var(--navy-900);font-size:1.38rem;line-height:1.2;letter-spacing:-.035em}
.entry-card p{position:relative;z-index:1;margin:0;color:var(--muted);font-size:.88rem}
.entry-link{position:relative;z-index:1;margin-top:auto;padding-top:23px;display:inline-flex;align-items:center;gap:6px;color:var(--navy-900);font-size:.86rem;font-weight:800}
.entry-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.entry-card:focus-visible{outline:3px solid rgba(28,200,192,.45);outline-offset:4px}

@media (min-width:760px){
  .entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .entry-card-featured{grid-column:auto}
  .entry-card-wide{grid-column:1/-1;min-height:230px;display:grid;grid-template-columns:76px minmax(0,1fr) auto;grid-template-rows:auto 1fr;column-gap:24px;align-items:center}
  .entry-card-wide .entry-card-top{grid-column:1/-1;grid-row:1}
  .entry-card-wide .entry-icon{grid-column:1;grid-row:2;margin:20px 0}
  .entry-card-wide>div:nth-of-type(3){grid-column:2;grid-row:2}
  .entry-card-wide .entry-link{grid-column:3;grid-row:2;margin-top:0;padding:12px 16px;border-radius:12px;background:var(--navy-900);color:#fff;white-space:nowrap}
}
@media (min-width:1040px){
  .entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .entry-card{padding:28px;min-height:310px}
}

@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-11px)}}
@keyframes floatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes needle{0%,100%{transform:rotate(-8deg)}50%{transform:rotate(10deg)}}
@media (min-width:520px){
  .hero-actions{flex-direction:row;justify-content:center}
  .button{min-width:160px}
  .field-grid{grid-template-columns:repeat(2,1fr)}
}
@media (min-width:760px){
  .container{width:min(calc(100% - 56px),var(--container))}
  .section{padding:100px 0}
  .live-grid{grid-template-columns:repeat(2,1fr)}
  .live-card{padding:30px}
  .why-grid{grid-template-columns:repeat(3,1fr)}
  .about-card{grid-template-columns:auto 1fr;padding:50px}
  .footer-inner{flex-direction:row;justify-content:space-between;text-align:left}
  .footer-copy{text-align:right}
}
@media (min-width:980px){
  .desktop-nav,.nav-cta{display:flex}
  .menu-button,.mobile-nav{display:none}
  .hero{min-height:auto;padding:118px 0 34px}
  .hero-grid{grid-template-columns:1.08fr .92fr;gap:50px}
  .hero-copy{text-align:left}
  .hero-copy>p{margin-left:0}
  .hero-actions,.hero-trust{justify-content:flex-start}
  .compass-stage{width:520px}
  .section-heading.split{grid-template-columns:1fr auto;align-items:end}
  .field-grid{grid-template-columns:repeat(3,1fr)}
  .field-card{min-height:160px;padding:22px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
@media (display-mode:standalone){
  .install-button{display:none!important}
}

.active-field{cursor:pointer}
.active-field>span{background:#e2faf8;color:#087e78}
.active-field:hover>span{background:var(--turquoise);color:var(--navy-950)}
.active-field:focus-visible,.live-card:focus-visible,.button:focus-visible{outline:3px solid rgba(28,200,192,.45);outline-offset:4px}

.live-grid-all{grid-template-columns:1fr}
.live-grid-all .live-card{min-height:390px}
.emoji-icon{font-size:2rem;line-height:1;color:#fff}
@media (min-width:700px){
  .live-grid-all{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (min-width:1080px){
  .live-grid-all{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (min-width:980px){
  .hero-copy{padding-bottom:18px}
  .compass-stage{max-height:500px}
  .active-section{padding-top:54px}
}
@media (min-width:1280px){
  .hero{padding-bottom:24px}
  .active-section{padding-top:46px}
}


/* Final guided flow */
.process-section{padding-top:46px}
.process-panel{display:grid;gap:26px;padding:28px;border:1px solid rgba(28,200,192,.24);border-radius:var(--radius-lg);background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(231,250,248,.92));box-shadow:var(--shadow)}
.process-copy h2,.pilot-notice h2,.access-gate h2{margin:8px 0 10px;color:var(--navy-950);letter-spacing:-.035em}
.process-copy p,.access-gate p{margin:0;color:var(--muted)}
.process-button{margin-top:20px}
.process-steps{display:grid;gap:10px}
.process-steps article{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:14px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.9)}
.process-steps b{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy-900),var(--blue));color:#fff}
.process-steps strong{display:block;color:var(--navy-950)}
.process-steps span{display:block;margin-top:2px;color:var(--muted);font-size:.84rem}

.pilot-notice{display:grid;grid-template-columns:auto 1fr;gap:15px;margin-top:22px;padding:22px;border:1px solid #ead39b;border-radius:20px;background:#fff9e9;box-shadow:0 9px 26px rgba(120,82,9,.07)}
.pilot-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#fff0c4;font-size:1.25rem}
.pilot-label{font-size:.72rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#8a640b}
.pilot-notice h2{font-size:1.2rem}
.pilot-notice p,.pilot-notice li{color:#6e5a2d;font-size:.87rem}
.pilot-notice p{margin:0}
.pilot-notice ul{margin:10px 0 0;padding-left:19px}
.pilot-notice li{margin:5px 0}

.access-gate{display:grid;gap:18px;margin-top:22px;padding:22px;border:1px solid var(--line);border-radius:20px;background:var(--white);box-shadow:var(--shadow-soft)}
.gate-actions{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.gate-state{display:inline-flex;align-items:center;gap:8px;color:#9a680b;font-size:.78rem;font-weight:800}
.gate-state i{width:9px;height:9px;border-radius:50%;background:#e6a520;box-shadow:0 0 0 5px rgba(230,165,32,.13)}
.gate-state.unlocked{color:#087e78}
.gate-state.unlocked i{background:var(--turquoise);box-shadow:0 0 0 5px rgba(28,200,192,.13)}
.gate-reset{border:0;background:transparent;color:var(--muted);padding:0;text-decoration:underline;font-size:.75rem}

.live-card[data-detail-card="true"].locked{cursor:not-allowed;filter:saturate(.55);opacity:.68;position:relative}
.live-card[data-detail-card="true"].locked:hover{transform:none;border-color:var(--line);box-shadow:var(--shadow-soft)}
.live-card[data-detail-card="true"].locked:after{content:"🔒";position:absolute;right:22px;bottom:20px;width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#fff4cf;border:1px solid #ecd38b}
.live-card[data-detail-card="true"].locked .card-link{color:#8d6509}
.live-card[data-detail-card="true"].unlocked{opacity:1;filter:none}
.locked-status{color:#8d6509!important;background:#fff4cf!important}
.locked-status i{background:#d69b18!important}

@media(min-width:760px){
  .process-panel{grid-template-columns:1.05fr .95fr;padding:38px}
  .access-gate{grid-template-columns:1fr auto;align-items:center}
  .gate-actions{align-items:flex-end}
}
@media print{
  .pilot-notice,.access-gate{break-inside:avoid}
}


/* V36.4 student and institutional integration */
.entry-card-v36{border-color:rgba(89,76,196,.28);background:linear-gradient(135deg,#fff 0%,#f4f1ff 52%,#eafcf9 100%)}
.entry-card-v36:before{width:350px;height:350px;right:-135px;top:-210px;background:linear-gradient(145deg,rgba(89,76,196,.13),rgba(28,200,192,.13))}
.entry-card-v36 .entry-badge{background:#eee9ff;color:#5140a8}
.institution-section{background:linear-gradient(180deg,var(--surface-soft),#fff)}
.institution-grid{display:grid;gap:16px}
.institution-card{position:relative;display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start;min-height:190px;padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-soft);transition:transform .22s,box-shadow .22s,border-color .22s}
.institution-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#addbdd}
.institution-card:focus-visible{outline:3px solid rgba(28,200,192,.45);outline-offset:4px}
.institution-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#eefafa,#eef1ff);font-size:1.55rem}
.institution-card h3{margin:2px 0 7px;color:var(--navy-900);font-size:1.05rem}
.institution-card p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.55}
.institution-link{grid-column:1/-1;align-self:end;color:var(--blue);font-size:.78rem;font-weight:800;letter-spacing:.02em}
.institution-notice{margin-top:18px;padding:18px 20px;border:1px solid #ead39b;border-radius:17px;background:#fff9e9;color:#6e5a2d;font-size:.84rem;line-height:1.55}
@media (min-width:720px){.institution-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:1080px){.institution-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.institution-card{min-height:230px;grid-template-columns:1fr}.institution-icon{width:58px;height:58px}}

/* V36.5 — sadeleştirilmiş modül mimarisi */
.entry-grid-primary{margin-bottom:28px}
.advanced-tools{display:grid;gap:22px;margin-top:28px;padding:24px;border:1px solid rgba(13,111,186,.2);border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(239,249,252,.94));box-shadow:var(--shadow-soft)}
.advanced-tools-copy h3{margin:5px 0 8px;color:var(--navy-900);font-size:1.42rem;letter-spacing:-.035em}
.advanced-tools-copy p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.65}
.advanced-grid{display:grid;gap:14px}
.advanced-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(7,29,61,.06);transition:transform .22s,box-shadow .22s,border-color .22s}
.advanced-card:hover{transform:translateY(-4px);border-color:#addbdd;box-shadow:0 16px 34px rgba(7,29,61,.11)}
.advanced-card:focus-visible{outline:3px solid rgba(28,200,192,.45);outline-offset:4px}
.advanced-icon{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#edf8fb,#f2efff);font-size:1.48rem}
.advanced-label{display:block;margin-bottom:4px;color:var(--blue);font-size:.68rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.advanced-card h4{margin:0 0 6px;color:var(--navy-900);font-size:1.04rem;letter-spacing:-.02em}
.advanced-card p{margin:0;color:var(--muted);font-size:.8rem;line-height:1.55}
.advanced-link{grid-column:1/-1;color:var(--navy-900);font-size:.78rem;font-weight:850}
@media(min-width:820px){
  .advanced-tools{grid-template-columns:.72fr 1.28fr;align-items:center;padding:28px}
  .advanced-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .advanced-card{min-height:205px;grid-template-rows:auto 1fr auto}
}

/* V36.7 — sade, aşamalı ana sayfa */
.ethics-notice{margin-top:22px;border:1px solid #ead39b;border-radius:20px;background:#fff9e9;box-shadow:0 9px 26px rgba(120,82,9,.07);overflow:hidden}
.ethics-notice summary{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:18px 20px;cursor:pointer;list-style:none;color:#6e5a2d}
.ethics-notice summary::-webkit-details-marker{display:none}
.ethics-notice summary:after{content:"+";width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#fff0c4;color:#8a640b;font-size:1.2rem;font-weight:800}
.ethics-notice[open] summary:after{content:"–"}
.ethics-notice summary strong{display:block;color:#6b4d0b;font-size:.98rem}
.ethics-notice summary span{grid-column:1;display:block;margin-top:2px;font-size:.82rem;line-height:1.5}
.ethics-body{padding:0 20px 18px;border-top:1px solid rgba(218,183,93,.34);color:#6e5a2d;font-size:.85rem}
.ethics-body p{margin:16px 0 8px}
.ethics-body ul{margin:0;padding-left:20px}
.ethics-body li{margin:6px 0}

.field-teaser{display:grid;gap:18px;align-items:center;padding:28px;border:1px solid rgba(28,200,192,.28);border-radius:26px;background:linear-gradient(135deg,#fff,#eefcfb);box-shadow:var(--shadow-soft)}
.field-teaser[hidden],.field-results-toolbar[hidden],.live-grid[hidden],.live-card[hidden]{display:none!important}
.field-teaser-icon{width:68px;height:68px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(145deg,var(--navy-900),#175886);box-shadow:0 14px 28px rgba(7,29,61,.17);font-size:2rem}
.field-teaser h3,.field-results-toolbar h3{margin:6px 0 7px;color:var(--navy-900);font-size:clamp(1.35rem,3vw,1.85rem);letter-spacing:-.035em}
.field-teaser p,.field-results-toolbar p{margin:0;color:var(--muted);font-size:.9rem}
.field-results-toolbar{display:grid;gap:18px;margin-bottom:22px;padding:22px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,#fff,#f5fafc);box-shadow:var(--shadow-soft)}
.field-toolbar-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.field-toggle{min-height:44px;border:1px solid var(--line);cursor:pointer}
.recommended-field{border-color:rgba(28,200,192,.62);box-shadow:0 18px 45px rgba(8,89,91,.13)}
.recommended-field:after{content:"Önerilen";position:absolute;right:22px;bottom:20px;padding:5px 9px;border-radius:999px;background:#ddfaf7;color:#087e78;font-size:.64rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.recommended-field .card-link{padding-right:84px}

.footer-inner{gap:22px}
.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:9px 18px;color:#4f6178;font-size:.78rem;font-weight:700}
.footer-links>a,.footer-portals>summary{cursor:pointer;transition:color .2s}
.footer-links>a:hover,.footer-portals>summary:hover{color:var(--blue)}
.footer-portals{position:relative}
.footer-portals summary{list-style:none}
.footer-portals summary::-webkit-details-marker{display:none}
.footer-portal-menu{display:grid;gap:3px;margin-top:8px;padding:10px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-soft);min-width:210px}
.footer-portal-menu a{padding:8px 10px;border-radius:9px;font-size:.76rem}
.footer-portal-menu a:hover{background:var(--surface-soft);color:var(--blue)}

@media(min-width:760px){
  .field-teaser{grid-template-columns:auto 1fr auto;padding:34px}
  .field-results-toolbar{grid-template-columns:1fr auto;align-items:center;padding:24px 28px}
  .field-toolbar-actions{justify-content:flex-end}
  .footer-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;text-align:left}
  .footer-links{justify-content:center}
  .footer-copy{text-align:right}
}
@media(max-width:759px){
  .field-teaser .button{width:100%}
  .field-toolbar-actions{flex-direction:column;align-items:stretch}
  .field-toolbar-actions .button{text-align:center}
  .footer-portals{width:100%}
  .footer-portal-menu{position:static}
}
