:root{--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;--bg-primary:#ffffff;--bg-secondary:#f8fafc;--bg-surface:rgba(255,255,255,0.8);--bg-glass:rgba(255,255,255,0.6);--border-glass:rgba(0,0,0,0.05);--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--accent-primary:#7c3aed;--accent-secondary:#4f46e5;--accent-gradient:linear-gradient(135deg,#9333ea,#4f46e5);--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--shadow-sm:0 4px 6px -1px rgba(0,0,0,0.05);--shadow-md:0 10px 15px -3px rgba(0,0,0,0.05),0 4px 6px -4px rgba(0,0,0,0.05);--shadow-lg:0 20px 25px -5px rgba(0,0,0,0.05),0 8px 10px -6px rgba(0,0,0,0.05);--shadow-glow:0 0 24px rgba(147,51,234,0.15);--max-w:1280px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{font-family:var(--font-sans)}body{background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}button,input,select,textarea{font:inherit}body:before{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 10% 0,rgba(147,51,234,.04) 0,transparent 40%),radial-gradient(circle at 90% 50%,rgba(79,70,229,.03) 0,transparent 40%);z-index:-1;pointer-events:none}a{color:inherit;text-decoration:none;transition:all .3s ease}img{max-width:100%;height:auto;display:block}ul{list-style:none}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 24px}.glass{background:var(--bg-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-sm)}.glass,.glass-card{border:1px solid var(--border-glass)}.glass-card{background:var(--bg-surface);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.glass-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg),var(--shadow-glow);border-color:rgba(147,51,234,.1)}.text-gradient{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.heading-xl{font-size:clamp(3rem,5vw,4.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em}.heading-lg{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.01em}.heading-md{font-size:clamp(1.5rem,2vw,2rem);font-weight:600;line-height:1.3}.text-lg{font-size:clamp(1.1rem,1.5vw,1.25rem);color:var(--text-secondary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:var(--radius-full);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none;gap:8px}.btn-primary{background:var(--accent-gradient);color:white;box-shadow:0 4px 15px rgba(147,51,234,.2)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(147,51,234,.3);filter:brightness(1.05)}.btn-secondary{background:white;color:var(--text-primary);border:1px solid var(--border-glass);box-shadow:var(--shadow-sm)}.btn-secondary:hover{background:var(--bg-secondary);transform:translateY(-2px)}.header{position:fixed;top:0;left:0;width:100%;z-index:100;padding:20px 0;transition:all .3s ease}.header.scrolled{padding:12px 0;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-glass);box-shadow:var(--shadow-sm)}.nav-container{justify-content:space-between}.logo,.nav-container{display:flex;align-items:center}.logo{gap:12px;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.logo img{height:32px}.nav-links{display:flex;gap:32px}.nav-links a{font-size:.95rem;font-weight:500;color:var(--text-secondary)}.nav-links a:hover{color:var(--accent-primary)}.section{padding:120px 0;position:relative}.section-header{text-align:center;margin-bottom:64px;max-width:800px;margin-inline:auto}.badge{display:inline-block;padding:6px 16px;border-radius:var(--radius-full);background:rgba(147,51,234,.1);color:var(--accent-primary);font-size:.875rem;font-weight:600;margin-bottom:16px;border:1px solid rgba(147,51,234,.2)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:48px;gap:48px;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .8s cubic-bezier(.16,1,.3,1) forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}@media (max-width:992px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.nav-links{display:none}.heading-xl{font-size:2.5rem}}.hero-image-wrapper{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg),var(--shadow-glow);border:1px solid var(--border-glass)}.hero-image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(255,255,255,.1),transparent)}.example-sites-grid{align-items:stretch}.example-card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:100%;border:1px solid rgba(15,23,42,.08);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(248,250,252,.92));box-shadow:0 22px 50px rgba(15,23,42,.08);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.example-card:hover{transform:translateY(-6px);border-color:rgba(124,58,237,.16);box-shadow:0 28px 60px rgba(79,70,229,.12)}.example-card__media{position:relative;height:250px;background:linear-gradient(135deg,#eef2ff,#f8fafc)}.example-card__media img{width:100%;height:100%;object-fit:cover}.example-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.04),rgba(15,23,42,.2)),linear-gradient(135deg,rgba(124,58,237,.08),transparent 55%);pointer-events:none}.example-card__meta{position:absolute;top:18px;left:18px;right:18px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.example-card__status,.example-card__tag{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);font-size:.8rem;font-weight:700;letter-spacing:.01em}.example-card__tag{background:rgba(255,255,255,.84);color:var(--text-primary);border:1px solid rgba(255,255,255,.6)}.example-card__status{background:rgba(15,23,42,.7);color:#ffffff;border:1px solid rgba(255,255,255,.14)}.example-card__content{display:flex;flex:1 1;flex-direction:column;padding:26px 24px 24px}.example-card__title{margin-bottom:10px;font-size:1.4rem}.example-card__description{margin-bottom:24px;color:var(--text-secondary);line-height:1.75}.example-card__link{display:inline-flex;align-items:center;gap:10px;margin-top:auto;align-self:flex-start;padding:12px 18px;border-radius:999px;background:rgba(124,58,237,.08);color:var(--accent-secondary);border:1px solid rgba(124,58,237,.12);font-weight:700}.example-card__link:hover{background:rgba(124,58,237,.12);transform:translateY(-1px)}.trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;padding:48px 0;border-top:1px solid var(--border-glass);border-bottom:1px solid var(--border-glass);background:linear-gradient(90deg,transparent,rgba(0,0,0,.01),transparent)}.trust-item{display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-weight:500}.trust-item svg{color:var(--success)}.feature-icon{width:48px;height:48px;border-radius:var(--radius-md);background:rgba(147,51,234,.08);color:var(--accent-primary);display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:24px}.step-card{position:relative}.step-number{position:absolute;top:-20px;right:-20px;font-size:100px;font-weight:900;color:rgba(0,0,0,.03);line-height:1;pointer-events:none}.accordion{border:1px solid var(--border-glass);border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-primary);box-shadow:var(--shadow-md)}.accordion-item{border-bottom:1px solid var(--border-glass)}.accordion-item:last-child{border-bottom:none}.accordion-header{padding:24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;background:var(--bg-primary);transition:background .3s}.accordion-header:hover,.footer{background:var(--bg-secondary)}.footer{border-top:1px solid var(--border-glass);padding:80px 0 40px}.pricing-card{position:relative;overflow:hidden}.pricing-card.popular:before{content:"En Çok Tercih Edilen";position:absolute;top:16px;right:-32px;background:var(--accent-gradient);color:white;font-size:.75rem;font-weight:700;padding:4px 40px;transform:rotate(45deg)}.admin-shell{display:grid;grid-template-columns:270px 1fr;min-height:100vh;background:#f7f8fc}.admin-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;padding:28px 22px;background:rgba(8,52,90,.96);color:#f5f7fb}.admin-sidebar__brand{margin-bottom:32px}.admin-sidebar__brand span{display:inline-flex;margin-bottom:12px;padding:6px 10px;border:1px solid rgba(255,255,255,.2);border-radius:999px;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.admin-sidebar__brand h2{margin:0 0 10px;font-size:24px}.admin-sidebar nav a,.admin-sidebar__brand p,.admin-sidebar__note{color:rgba(245,247,251,.8)}.admin-sidebar nav{display:grid;grid-gap:10px;gap:10px}.admin-sidebar nav a{padding:12px 14px;border-radius:12px;transition:background-color .12s ease,transform .12s ease}.admin-sidebar nav a:hover{background:rgba(255,255,255,.08);transform:translateX(2px)}.admin-main{padding:32px}.admin-page{display:grid;grid-gap:24px;gap:24px}.admin-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.admin-page__eyebrow{display:inline-flex;margin-bottom:10px;padding:6px 12px;border-radius:999px;background:rgba(15,76,129,.08);color:#0f4c81;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.admin-page__header h1{margin:0 0 12px;font-size:clamp(2rem,4vw,3rem);line-height:1.02}.admin-page__header p{max-width:720px;margin:0;color:#5e6c84}.grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px}.data-table,.stat-card,.surface-card{background:#ffffff;border:1px solid rgba(19,34,56,.08);border-radius:24px;box-shadow:0 24px 60px rgba(15,35,61,.08)}.stat-card{padding:22px}.stat-card p{margin:0 0 10px;color:#5e6c84}.stat-card strong{display:block;font-size:2.3rem}.surface-card{padding:24px}.surface-card h2,.surface-card h3{margin-top:0}.split-grid{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:18px;gap:18px}.bullet-list{display:grid;grid-gap:10px;gap:10px;padding:0;margin:0;list-style:none}.bullet-list li{position:relative;padding-left:18px;color:#5e6c84}.bullet-list li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:999px;background:#c56b24}.data-table{overflow:hidden}.data-table table{width:100%;border-collapse:collapse}.data-table td,.data-table th{padding:16px 18px;text-align:left;border-bottom:1px solid #d9e1ef;vertical-align:top}.data-table tr:last-child td{border-bottom:0}.data-table th{color:#5e6c84;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.tag{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:12px;background:rgba(15,76,129,.08);color:#0f4c81}.tag.--success{background:rgba(31,122,89,.12);color:#1f7a59}.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:999px;font-weight:700}.button-primary{background:#0f4c81;color:white}.button-secondary{border:1px solid #d9e1ef;background:rgba(255,255,255,.72)}.site-shell{--surface:rgba(255,255,255,0.88);--text:#132238;--text-soft:#5f6b7c;--line:rgba(19,34,56,0.12);--radius-xl:32px;--radius-lg:24px;--radius-md:18px;--shadow:0 24px 60px rgba(19,34,56,0.12);min-height:100vh;padding:20px;color:var(--text);background:radial-gradient(circle at top left,color-mix(in srgb,var(--site-primary) 16%,transparent),transparent 30%),radial-gradient(circle at bottom right,color-mix(in srgb,var(--site-primary) 10%,transparent),transparent 26%),linear-gradient(180deg,var(--site-secondary) 0,#ffffff 100%)}.site-shell .site-frame{max-width:1180px;margin:0 auto;padding:24px;border-radius:var(--radius-xl);border:1px solid var(--line);background:rgba(255,255,255,.76);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow)}.site-shell .site-header{display:grid;grid-gap:16px;gap:16px;margin-bottom:32px}.site-shell .site-header__top{display:flex;align-items:center;justify-content:space-between;gap:16px}.site-shell .site-logo{display:flex;align-items:center;gap:14px}.site-shell .site-logo>div{display:flex;flex-direction:column;gap:8px}.site-shell .site-logo span{font-size:12px;color:var(--text-soft);letter-spacing:.12em;text-transform:uppercase}.site-shell .site-logo strong{font-size:1.15rem}.site-shell .site-logo-mark{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.75);box-shadow:0 16px 30px rgba(19,34,56,.12);background:#ffffff}.site-shell .site-nav{display:flex;flex-wrap:wrap;gap:10px}.site-shell .site-nav a{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid var(--line);color:var(--text-soft)}.site-shell .site-header__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.site-shell .site-header__contact{display:inline-flex;flex-direction:column;gap:4px;min-width:180px;padding:12px 16px;border-radius:22px;background:rgba(255,255,255,.8);border:1px solid var(--line);box-shadow:0 12px 24px rgba(19,34,56,.06)}.site-shell .site-header__contact span{color:var(--text-soft);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.site-shell .site-header__contact strong{font-size:1rem;color:var(--text)}.site-shell .site-header__cta{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:999px;background:var(--site-primary);color:#ffffff;font-weight:800;box-shadow:0 14px 26px color-mix(in srgb,var(--site-primary) 22%,transparent)}.site-shell .site-main{display:grid;grid-gap:22px;gap:22px}.site-shell .hero-panel{position:relative;overflow:hidden;display:grid;grid-template-columns:1.2fr .8fr;grid-gap:24px;gap:24px;padding:34px;border-radius:var(--radius-xl);background:linear-gradient(135deg,color-mix(in srgb,var(--site-primary) 11%,white),rgba(255,255,255,.86));border:1px solid rgba(255,255,255,.34)}.site-shell .hero-panel:after{content:"";position:absolute;inset:auto -40px -50px auto;width:220px;height:220px;border-radius:48px;background:color-mix(in srgb,var(--site-primary) 18%,transparent);transform:rotate(16deg)}.site-shell .hero-panel h1{margin:0 0 18px;font-size:clamp(2.7rem,6vw,5rem);line-height:.95}.site-shell .hero-panel p{margin:0;max-width:60ch;line-height:1.8;color:var(--text-soft)}.site-shell .template-badge-row{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 24px}.site-shell .template-chip{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.7);border:1px solid var(--line);font-size:14px}.site-shell .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.site-shell .button-filled,.site-shell .button-outline{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:999px;font-weight:700}.site-shell .button-filled{color:#ffffff;background:var(--site-primary)}.site-shell .button-outline{border:1px solid var(--line);background:rgba(255,255,255,.74)}.site-shell .hero-aside,.site-shell .section-card{padding:24px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line)}.site-shell .article-copy p,.site-shell .hero-aside p,.site-shell .section-card li,.site-shell .section-card p,.site-shell .site-footer p{color:var(--text-soft);line-height:1.8}.site-shell .hero-media{width:100%;margin-top:18px;border-radius:var(--radius-md);border:1px solid var(--line);box-shadow:0 18px 36px rgba(19,34,56,.12)}.site-shell .section-heading{display:flex;flex-direction:column;gap:10px}.site-shell .section-heading span{color:var(--site-primary);letter-spacing:.08em;font-size:12px;text-transform:uppercase}.site-shell .section-heading h2{margin:0;font-size:clamp(1.7rem,3vw,2.5rem)}.site-shell .section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px}.site-shell .contact-card,.site-shell .post-card,.site-shell .service-card{padding:22px;border-radius:var(--radius-lg);border:1px solid var(--line);background:rgba(255,255,255,.82)}.site-shell .article-copy h1,.site-shell .contact-card h3,.site-shell .post-card h3,.site-shell .process-step h3,.site-shell .service-card h3{margin-top:0}.site-shell .article-copy{padding:28px;border-radius:var(--radius-xl);border:1px solid var(--line);background:rgba(255,255,255,.84)}.site-shell .article-copy h1{margin-bottom:18px;font-size:clamp(2.2rem,5vw,3.8rem)}.site-shell .article-copy p{margin-bottom:14px}.site-shell .article-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:22px;color:var(--text-soft)}.site-shell .process-grid{display:grid;grid-gap:14px;gap:14px}.site-shell .process-step{display:grid;grid-template-columns:52px 1fr;grid-gap:14px;gap:14px;align-items:start;padding:18px 20px;border-radius:var(--radius-lg);border:1px solid var(--line);background:rgba(255,255,255,.78)}.site-shell .process-step__number{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;background:var(--site-primary);color:#ffffff;font-size:1.1rem;font-weight:800}.site-shell .site-footer{display:grid;grid-template-columns:1.2fr .9fr 1fr 1fr;grid-gap:18px;gap:18px;margin-top:16px;padding:28px;border-radius:var(--radius-xl);border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(248,250,252,.96));box-shadow:0 18px 36px rgba(19,34,56,.08)}.site-shell .site-footer__brand,.site-shell .site-footer__column{display:grid;align-content:start;grid-gap:12px;gap:12px}.site-shell .site-footer__brand strong{font-size:1.25rem}.site-shell .site-footer__eyebrow{color:var(--site-primary);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.site-shell .site-footer__links,.site-shell .site-footer__socials{display:flex;flex-wrap:wrap;gap:10px}.site-shell .site-footer__links a,.site-shell .site-footer__socials a{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.88);color:var(--text-soft)}.site-shell .site-footer__contact-list{display:grid;grid-gap:10px;gap:10px}.site-shell .site-footer__contact-list a,.site-shell .site-footer__contact-list p{color:var(--text-soft)}.site-shell .site-footer__cta-block{padding:18px;border-radius:var(--radius-lg);background:color-mix(in srgb,var(--site-primary) 10%,#ffffff)}.site-shell .site-footer__buttons{display:flex;flex-wrap:wrap;gap:10px}.site-shell .site-footer__buttons .button-filled,.site-shell .site-footer__buttons .button-outline{min-height:44px}.site-shell .site-footer__bottom{grid-column:1/-1;display:flex;justify-content:space-between;gap:12px;padding-top:6px;border-top:1px solid var(--line);color:var(--text-soft);font-size:.92rem}.site-shell.template--lawyer{font-family:Georgia,Times New Roman,serif}.site-shell.template--lawyer .hero-panel{background:linear-gradient(135deg,rgba(23,61,122,.18),rgba(255,255,255,.92))}.site-shell.template--school{font-family:var(--font-sans);padding:0 0 36px;background:radial-gradient(circle at top left,rgba(6,26,73,.08),transparent 28%),linear-gradient(180deg,#eef3fb,#f8fafc 18%,#ffffff)}.site-shell.template--school .hero-panel{background:linear-gradient(135deg,rgba(15,118,110,.18),rgba(240,253,250,.92))}.site-shell.template--school .site-frame{max-width:min(1480px,calc(100vw - 32px));padding:20px 20px 32px;border-radius:0 0 36px 36px;background:transparent;border:0;box-shadow:none}.site-shell.template--school .site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;gap:20px;margin-bottom:20px;padding:18px 24px;border-radius:0 0 28px 28px;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(6,26,73,.07);box-shadow:0 18px 34px rgba(6,26,73,.08)}.site-shell.template--school .site-logo strong{font-size:1.3rem}.site-shell.template--school .site-header__contact{background:rgba(6,26,73,.04)}.site-shell.template--school .site-header__cta{background:#f6d79a;color:#061a49;box-shadow:none}.site-shell.template--school .site-nav a{padding:11px 16px;background:rgba(6,26,73,.04)}.site-shell.template--school .site-main{gap:26px}.site-shell.template--school .school-home{display:grid;grid-gap:26px;gap:26px}.site-shell.template--school .school-stage{display:grid;grid-gap:18px;gap:18px;min-height:calc(100svh - 120px)}.site-shell.template--school .school-topbar{display:grid;grid-template-columns:1fr auto;grid-gap:18px;gap:18px;align-items:center;padding:18px 24px;border-radius:28px;background:linear-gradient(90deg,rgba(6,26,73,.96),rgba(9,43,112,.94));color:#ffffff;box-shadow:0 18px 34px rgba(6,26,73,.18)}.site-shell.template--school .school-eyebrow,.site-shell.template--school .school-topbar span{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.12);color:#f6d79a;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}.site-shell.template--school .school-topbar p{margin-top:10px;color:rgba(255,255,255,.82);max-width:72ch}.site-shell.template--school .school-topbar a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;background:#f6d79a;color:#061a49;font-weight:800}.site-shell.template--school .school-hero{display:grid;grid-template-columns:1.08fr .92fr;grid-gap:24px;gap:24px;align-items:stretch;min-height:calc(100svh - 220px)}.site-shell.template--school .school-cta-band,.site-shell.template--school .school-hero__copy,.site-shell.template--school .school-hero__visual,.site-shell.template--school .school-stat-band{border-radius:32px;border:1px solid var(--line)}.site-shell.template--school .school-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:36px;background:radial-gradient(circle at top left,rgba(246,215,154,.18),transparent 34%),linear-gradient(160deg,rgba(6,26,73,.98),rgba(9,43,112,.95));color:#ffffff;box-shadow:0 24px 48px rgba(6,26,73,.18)}.site-shell.template--school .school-hero__copy h1{margin:18px 0 16px;font-size:clamp(3rem,6vw,5.5rem);line-height:.94;letter-spacing:-.04em}.site-shell.template--school .school-hero__copy>p{max-width:58ch;color:rgba(255,255,255,.8);font-size:1.08rem}.site-shell.template--school .school-hero__copy .button-outline,.site-shell.template--school .school-hero__copy .template-chip{background:rgba(255,255,255,.08);color:#ffffff;border-color:rgba(255,255,255,.14)}.site-shell.template--school .school-hero__copy .button-filled{background:#f6d79a;color:#061a49}.site-shell.template--school .school-hero__mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:28px}.site-shell.template--school .school-mini-stat{padding:18px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.site-shell.template--school .school-mini-stat strong{display:block;font-size:2rem;line-height:1}.site-shell.template--school .school-mini-stat span{display:block;margin-top:10px;font-weight:700}.site-shell.template--school .school-mini-stat p{margin-top:8px;color:rgba(255,255,255,.72);font-size:.95rem}.site-shell.template--school .school-hero__visual{display:grid;grid-template-rows:auto 1fr;grid-gap:18px;gap:18px;padding:22px;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(246,241,230,.88))}.site-shell.template--school .school-hero__panel{padding:24px;border-radius:26px;background:rgba(255,255,255,.92);border:1px solid rgba(6,26,73,.08)}.site-shell.template--school .school-hero__panel span{color:var(--site-primary);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800}.site-shell.template--school .school-hero__panel h2{margin:14px 0 12px;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.08}.site-shell.template--school .school-hero__panel li,.site-shell.template--school .school-hero__panel p{color:var(--text-soft)}.site-shell.template--school .school-hero__panel ul{display:grid;grid-gap:10px;gap:10px;margin-top:16px}.site-shell.template--school .school-hero__panel li{position:relative;padding-left:18px}.site-shell.template--school .school-hero__panel li:before{content:"";position:absolute;top:11px;left:0;width:8px;height:8px;border-radius:999px;background:#f6d79a}.site-shell.template--school .school-hero__image{width:100%;min-height:100%;height:100%;object-fit:cover;border-radius:26px;border:1px solid rgba(6,26,73,.08);box-shadow:0 20px 38px rgba(6,26,73,.14)}.site-shell.template--school .school-access-grid,.site-shell.template--school .school-feature-grid,.site-shell.template--school .school-news-grid,.site-shell.template--school .school-program-grid{display:grid;grid-gap:18px;gap:18px}.site-shell.template--school .school-access-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.site-shell.template--school .school-access-card,.site-shell.template--school .school-feature-card,.site-shell.template--school .school-news-card,.site-shell.template--school .school-program-card{display:block;padding:24px;border-radius:24px;background:rgba(255,255,255,.84);border:1px solid var(--line);transition:transform .24s ease,box-shadow .24s ease}.site-shell.template--school .school-access-card:hover,.site-shell.template--school .school-feature-card:hover,.site-shell.template--school .school-news-card:hover,.site-shell.template--school .school-program-card:hover{transform:translateY(-3px);box-shadow:0 16px 30px rgba(6,26,73,.1)}.site-shell.template--school .school-access-card strong,.site-shell.template--school .school-feature-card h3,.site-shell.template--school .school-news-card h3,.site-shell.template--school .school-program-card h3{display:block;margin-bottom:10px;font-size:1.2rem}.site-shell.template--school .school-access-card p,.site-shell.template--school .school-feature-card p,.site-shell.template--school .school-news-card p,.site-shell.template--school .school-program-card p{color:var(--text-soft)}.site-shell.template--school .school-access-card span{display:inline-flex;margin-top:20px;color:var(--site-primary);font-weight:800}.site-shell.template--school .school-stat-band{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;overflow:hidden;background:linear-gradient(90deg,rgba(246,241,230,.9),rgba(255,255,255,.94))}.site-shell.template--school .school-stat-band__item{padding:28px 24px;border-right:1px solid var(--line)}.site-shell.template--school .school-stat-band__item:last-child{border-right:0}.site-shell.template--school .school-stat-band__item strong{display:block;font-size:2.6rem;color:var(--site-primary);line-height:1}.site-shell.template--school .school-stat-band__item span{display:block;margin-top:10px;font-size:.95rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.site-shell.template--school .school-stat-band__item p{margin-top:8px}.site-shell.template--school .school-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.site-shell.template--school .school-feature-card{position:relative;padding-top:72px}.site-shell.template--school .school-feature-card__icon{position:absolute;top:24px;left:24px;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:rgba(6,26,73,.08);color:var(--site-primary);font-weight:800}.site-shell.template--school .school-news-grid,.site-shell.template--school .school-program-grid,.site-shell.template--school .school-story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.site-shell.template--school .school-program-card:nth-child(odd){background:rgba(246,241,230,.72)}.site-shell.template--school .school-story-card{background:linear-gradient(180deg,rgba(6,26,73,.98),rgba(9,43,112,.94))}.site-shell.template--school .school-story-card .section-heading h2,.site-shell.template--school .school-story-card .section-heading span,.site-shell.template--school .school-story-card p{color:#ffffff}.site-shell.template--school .school-story-card .section-heading span{color:#f6d79a}.site-shell.template--school .site-footer{background:linear-gradient(135deg,rgba(6,26,73,.98),rgba(9,43,112,.95));border:1px solid rgba(255,255,255,.08);box-shadow:0 22px 42px rgba(6,26,73,.16)}.site-shell.template--school .site-footer__bottom,.site-shell.template--school .site-footer__brand p,.site-shell.template--school .site-footer__brand strong,.site-shell.template--school .site-footer__column p,.site-shell.template--school .site-footer__contact-list a,.site-shell.template--school .site-footer__contact-list p{color:rgba(255,255,255,.86)}.site-shell.template--school .site-footer__eyebrow{color:#f6d79a}.site-shell.template--school .site-footer__links a,.site-shell.template--school .site-footer__socials a{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#ffffff}.site-shell.template--school .site-footer__cta-block{background:rgba(255,255,255,.08)}.site-shell.template--school .site-footer__buttons .button-filled{background:#f6d79a;color:#061a49}.site-shell.template--school .site-footer__buttons .button-outline{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);color:#ffffff}.site-shell.template--school .site-footer__bottom{border-top-color:rgba(255,255,255,.12)}.site-shell.template--school .school-cta-band{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:24px;gap:24px;padding:34px;background:radial-gradient(circle at top right,rgba(246,215,154,.14),transparent 24%),linear-gradient(135deg,rgba(6,26,73,.98),rgba(9,43,112,.95));color:#ffffff}.site-shell.template--school .school-cta-band>div:first-child span{display:inline-flex;margin-bottom:12px;color:#f6d79a;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}.site-shell.template--school .school-cta-band h2{margin:0 0 14px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.04}.site-shell.template--school .school-cta-band p{color:rgba(255,255,255,.8)}.site-shell.template--school .school-cta-band__actions{display:grid;grid-gap:16px;gap:16px}.site-shell.template--school .school-cta-band__actions article{padding:18px 20px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}.site-shell.template--school .school-cta-band__actions strong{display:block;margin-bottom:10px}.site-shell.template--school .school-cta-band__buttons{display:flex;flex-wrap:wrap;gap:12px}.site-shell.template--school .school-cta-band__buttons .button-filled{background:#f6d79a;color:#061a49}.site-shell.template--school .school-cta-band__buttons .button-outline{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#ffffff}.site-shell.template--accountant{font-family:Inter,system-ui,-apple-system,sans-serif}.site-shell.template--accountant .hero-panel{background:linear-gradient(135deg,rgba(30,58,138,.15),rgba(255,255,255,.95));border-radius:8px}.site-shell.template--accountant .button-filled,.site-shell.template--accountant .button-outline,.site-shell.template--accountant .site-frame{border-radius:8px}@media (max-width:960px){.admin-shell,.site-shell .hero-panel,.site-shell .site-footer,.split-grid{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto}.site-shell .site-footer{grid-template-columns:1fr 1fr}.site-shell.template--school .school-cta-band,.site-shell.template--school .school-hero,.site-shell.template--school .school-story-grid,.site-shell.template--school .school-topbar{grid-template-columns:1fr}.site-shell.template--school .school-hero,.site-shell.template--school .school-stage{min-height:auto}.site-shell.template--school .school-access-grid,.site-shell.template--school .school-feature-grid,.site-shell.template--school .school-news-grid,.site-shell.template--school .school-program-grid,.site-shell.template--school .school-stat-band{grid-template-columns:1fr 1fr}.site-shell.template--school .school-stat-band__item:nth-child(2n){border-right:0}}@media (max-width:720px){.admin-page__header,.site-shell .site-header__top{flex-direction:column;align-items:flex-start}.admin-main{padding:20px}.site-shell{padding:12px}.site-shell .article-copy,.site-shell .hero-panel,.site-shell .site-frame{padding:20px}.site-shell.template--school .school-cta-band,.site-shell.template--school .school-hero__copy,.site-shell.template--school .school-hero__visual,.site-shell.template--school .school-topbar{padding:22px}.site-shell.template--school .site-frame{max-width:100%;padding:12px 12px 24px;border-radius:0 0 24px 24px}.site-shell.template--school .site-header{top:0;padding:16px 18px;border-radius:0 0 20px 20px}.site-shell .site-footer,.site-shell .site-footer__bottom,.site-shell .site-header__actions{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.site-shell .site-header__actions,.site-shell .site-header__contact,.site-shell .site-header__cta{width:100%}.site-shell.template--school .school-access-grid,.site-shell.template--school .school-feature-grid,.site-shell.template--school .school-hero__mini-grid,.site-shell.template--school .school-news-grid,.site-shell.template--school .school-program-grid,.site-shell.template--school .school-stat-band{grid-template-columns:1fr}.site-shell.template--school .school-stat-band__item{border-right:0;border-bottom:1px solid var(--line)}.site-shell.template--school .school-stat-band__item:last-child{border-bottom:0}.site-shell.template--school .school-hero__copy h1{font-size:clamp(2.5rem,12vw,3.8rem)}}