:root{--navy-950:#060d18;--navy-900:#0c1a2e;--navy-800:#122240;--navy-700:#1a3058;--navy-600:#244070;--gold-400:#d4a853;--gold-500:#c49a3c;--gold-600:#a67f2e;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--white:#fff;--radius:16px;--radius-sm:10px;--font-display:"Plus Jakarta Sans", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--header-height:88px;--header-logo-height:52px;--header-logo-max-width:172px}html:not([data-theme=dark]),html[data-theme=light]{--theme-bg:#fff;--theme-bg-subtle:#f4f7fb;--theme-bg-section:#fff;--theme-bg-header:#fffffff5;--theme-bg-footer:#f4f7fb;--theme-bg-card:#fff;--theme-bg-input:#fff;--theme-bg-cta-from:#eef3f9;--theme-bg-cta-to:#fff;--theme-bg-hero-from:#fff;--theme-bg-hero-to:#f0f4fa;--theme-bg-page-hero-from:#fff;--theme-bg-page-hero-to:#f4f7fb;--theme-text:#475569;--theme-text-strong:#0c1a2e;--theme-text-muted:#64748b;--theme-border:#0f172a1a;--theme-glass:#0f172a08;--theme-grid-line:#0f172a0d;--theme-hero-glow:#d4a8532e;--theme-hero-accent:#1a30580f;--theme-badge-bg:#d4a8531f;--theme-badge-border:#c49a3c59;--theme-card-shadow:0 4px 24px #0f172a0f;--theme-card-hover-shadow:0 20px 40px #0f172a1a;--theme-card-hover-border:#c49a3c59;--theme-burger-color:#0c1a2e;--theme-mobile-nav-bg:#fff;--shadow-gold:0 4px 24px #c49a3c40}html[data-theme=dark]{--theme-bg:var(--navy-950);--theme-bg-subtle:var(--navy-900);--theme-bg-section:var(--navy-950);--theme-bg-header:#060d18e0;--theme-bg-footer:var(--navy-900);--theme-bg-card:#ffffff0a;--theme-bg-input:#ffffff0a;--theme-bg-cta-from:var(--navy-800);--theme-bg-cta-to:var(--navy-900);--theme-bg-hero-from:var(--navy-900);--theme-bg-hero-to:var(--navy-950);--theme-bg-page-hero-from:var(--navy-900);--theme-bg-page-hero-to:var(--navy-950);--theme-text:var(--slate-200);--theme-text-strong:var(--white);--theme-text-muted:var(--slate-400);--theme-border:#ffffff14;--theme-glass:#ffffff0a;--theme-grid-line:#ffffff05;--theme-hero-glow:#d4a8531f;--theme-hero-accent:#1a3058cc;--theme-badge-bg:#d4a8531a;--theme-badge-border:#d4a85340;--theme-card-shadow:none;--theme-card-hover-shadow:0 20px 40px #0000004d;--theme-card-hover-border:#d4a85340;--theme-burger-color:var(--white);--theme-mobile-nav-bg:var(--navy-950);--shadow-gold:0 0 40px #d4a85326}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}body{font-family:var(--font-body);background:var(--theme-bg);color:var(--theme-text);-webkit-font-smoothing:antialiased;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:96px 0}.section--alt{background:linear-gradient(180deg, var(--theme-bg-subtle) 0%, var(--theme-bg) 100%)}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--gold-500);align-items:center;gap:8px;margin-bottom:16px;font-size:.75rem;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--gold-400);width:24px;height:2px}.section-title{font-family:var(--font-display);color:var(--theme-text-strong);margin-bottom:16px;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2}.section-subtitle{color:var(--theme-text-muted);max-width:600px;font-size:1.125rem}.btn{border-radius:var(--radius-sm);font-family:var(--font-display);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:.9375rem;font-weight:600;transition:all .25s;display:inline-flex}.btn--primary{background:linear-gradient(135deg, var(--gold-400), var(--gold-600));color:var(--navy-950);box-shadow:var(--shadow-gold)}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 0 50px #d4a8534d}.btn--outline{color:var(--theme-text-strong);border:1px solid var(--theme-border);background:0 0}.btn--outline:hover{background:var(--theme-glass);border-color:var(--gold-400);color:var(--gold-500)}.card{background:var(--theme-bg-card);border:1px solid var(--theme-border);border-radius:var(--radius);box-shadow:var(--theme-card-shadow);padding:32px;transition:all .3s}[data-theme=dark] .card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.card:hover{border-color:var(--theme-card-hover-border);box-shadow:var(--theme-card-hover-shadow);transform:translateY(-4px)}.page-hero{background:linear-gradient(180deg, var(--theme-bg-page-hero-from) 0%, var(--theme-bg-page-hero-to) 100%);border-bottom:1px solid var(--theme-border);padding:80px 0 48px}.page-hero__title{font-family:var(--font-display);color:var(--theme-text-strong);max-width:700px;margin-bottom:20px;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.2}.page-hero__text{color:var(--theme-text-muted);max-width:600px;font-size:1.125rem;line-height:1.7}.fade-in{animation:.6s forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.section{padding:64px 0}.container{padding:0 20px}}.theme-switcher{background:#fff;border:2px solid #c49a3c;border-radius:10px;flex-shrink:0;align-items:stretch;gap:3px;padding:3px;display:flex}html[data-theme=dark] .theme-switcher{background:#122240;border-color:#d4a853}.theme-switcher__btn{color:#0c1a2e;font-family:var(--font-display);cursor:pointer;white-space:nowrap;background:#f1f5f9;border:none;border-radius:7px;justify-content:center;align-items:center;padding:7px 12px;font-size:.75rem;font-weight:700;display:inline-flex}html[data-theme=dark] .theme-switcher__btn{color:#e2e8f0;background:#1a3058}.theme-switcher__btn--active{color:#0c1a2e;background:#c49a3c}.theme-switcher.theme-switcher--menu{width:100%;margin:16px 0 8px}.theme-switcher.theme-switcher--menu .theme-switcher__btn{flex:1;padding:14px;font-size:.9375rem}.header{z-index:200;height:var(--header-height);background:#fff;border-bottom:1px solid #0f172a1f;position:fixed;top:0;left:0;right:0}html[data-theme=dark] .header{background:#0c1a2e;border-bottom-color:#ffffff1f}.header__inner{justify-content:space-between;align-items:center;gap:12px;height:100%;display:flex}.header__brand{flex:0 auto;align-items:center;gap:14px;min-width:0;display:flex}.header__logo{color:inherit;flex-shrink:0;align-items:center;text-decoration:none;display:flex}.header__logo-plate{flex-shrink:1;justify-content:center;align-items:center;min-width:0;line-height:0;display:inline-flex}.header__logo-img{height:var(--header-logo-height);width:auto;max-width:var(--header-logo-max-width);object-fit:contain;object-position:left center;flex-shrink:1;display:block}.header__logo-img--dark,html[data-theme=dark] .header__logo-img--light{display:none}html[data-theme=dark] .header__logo-img--dark{display:block}.header__right{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;display:flex}.portal-switch{font-family:var(--font-display);letter-spacing:.02em;white-space:nowrap;color:#fff;text-shadow:0 1px 2px #00000026;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:12px 22px;font-size:.9rem;font-weight:800;line-height:1.2;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;position:relative}.portal-switch:after{content:"→";font-size:1.1em;line-height:1;transition:transform .2s}.portal-switch:hover:after{transform:translate(4px)}.portal-switch--to-danismanlik{background:linear-gradient(135deg,#2dd4bf 0%,#14b8a6 45%,#0d9488 100%);animation:2.4s ease-in-out infinite portal-glow-green;box-shadow:inset 0 0 0 1px #fff6,0 6px 22px #0d948880,0 0 36px #14b8a647}.portal-switch--to-yazilim{background:linear-gradient(135deg,#c4b5fd 0%,#8b5cf6 45%,#6d28d9 100%);animation:2.4s ease-in-out infinite portal-glow-purple;box-shadow:inset 0 0 0 1px #fff6,0 6px 22px #7c3aed80,0 0 36px #8b5cf647}.portal-switch--to-danismanlik:hover{transform:translateY(-2px)scale(1.03);box-shadow:inset 0 0 0 1px #ffffff80,0 10px 30px #0d948899,0 0 48px #14b8a666}.portal-switch--to-yazilim:hover{transform:translateY(-2px)scale(1.03);box-shadow:inset 0 0 0 1px #ffffff80,0 10px 30px #7c3aed99,0 0 48px #8b5cf666}@keyframes portal-glow-green{0%,to{box-shadow:inset 0 0 0 1px #fff6,0 6px 22px #0d948873,0 0 28px #14b8a638}50%{box-shadow:inset 0 0 0 1px #ffffff80,0 8px 28px #0d948894,0 0 44px #14b8a661}}@keyframes portal-glow-purple{0%,to{box-shadow:inset 0 0 0 1px #fff6,0 6px 22px #7c3aed73,0 0 28px #8b5cf638}50%{box-shadow:inset 0 0 0 1px #ffffff80,0 8px 28px #7c3aed94,0 0 44px #8b5cf661}}@media (prefers-reduced-motion:reduce){.portal-switch--to-danismanlik,.portal-switch--to-yazilim{animation:none}}.header__nav--desktop{align-items:center;gap:2px;display:flex}.header__link{color:var(--theme-text);white-space:nowrap;border-radius:8px;padding:8px 12px;font-size:.875rem;font-weight:500}.header__link:hover{color:var(--theme-text-strong);background:var(--theme-glass)}.header__link--active{color:#a67f2e;font-weight:600}.header__cta{white-space:nowrap;padding:10px 16px;font-size:.8125rem}.header__burger{cursor:pointer;background:#f1f5f9;border:2px solid #c49a3c;border-radius:10px;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;display:none}html[data-theme=dark] .header__burger{background:#1a3058;border-color:#d4a853}.header__burger span{background:#0c1a2e;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}html[data-theme=dark] .header__burger span{background:#fff}.header__burger--open span:first-child{transform:rotate(45deg)translate(5px,5px)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu{z-index:9999;pointer-events:none;position:fixed;inset:0}.mobile-menu__backdrop{-webkit-backdrop-filter:blur(6px);cursor:pointer;pointer-events:auto;background:#00000059;border:none;position:absolute;inset:0}.mobile-menu__panel{top:var(--header-height);-webkit-backdrop-filter:blur(20px)saturate(1.15);pointer-events:auto;-webkit-overflow-scrolling:touch;background:#ffffffb8;border-top:1px solid #ffffff73;position:absolute;bottom:0;left:0;right:0;overflow:hidden auto}html[data-theme=dark] .mobile-menu__panel{background:#0c1a2ec7;border-top-color:#ffffff14}.mobile-menu__nav{background:0 0;flex-direction:column;gap:8px;min-height:100%;padding:20px;display:flex}.mobile-menu__link{font-family:var(--font-display);color:var(--theme-text-strong);-webkit-backdrop-filter:blur(10px);background:#ffffff8c;border:1px solid #0f172a1a;border-radius:12px;padding:16px 18px;font-size:1.125rem;font-weight:700;text-decoration:none;display:block}html[data-theme=dark] .mobile-menu__link{color:#f1f5f9;background:#12224099;border-color:#ffffff1f}.mobile-menu__link--active{box-shadow:inset 0 0 0 1px #c49a3c;border-color:#c49a3c!important}.mobile-menu__cta{width:100%;margin-top:8px}@media (width<=900px){.header__nav--desktop,.header__cta--desktop,.header__theme--desktop{display:none}.header__burger{display:flex}:root{--header-height:80px;--header-logo-height:46px;--header-logo-max-width:148px}.header__brand{flex:auto;gap:8px;min-width:0}.header__brand .portal-switch{padding:10px 12px;font-size:.75rem}.header__right{flex-shrink:0}.header .container{padding:0 12px}.header__inner{gap:8px}}@media (width<=480px){:root{--header-height:76px;--header-logo-height:42px;--header-logo-max-width:132px}.header__brand .portal-switch{padding:8px 10px;font-size:.6875rem}}.social-links{flex-wrap:wrap;gap:10px;display:flex}.social-links__item{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,box-shadow .2s;display:flex}.social-links__item:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000026}.social-links__item--whatsapp{background:#25d366}.social-links__item--email{background:#2563eb}.social-links__item--linkedin{background:#0a66c2}.social-links__item--youtube{background:red}.social-links__item--instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-links--footer{justify-content:flex-start}.social-links--footer .social-links__item{border-radius:10px;width:40px;height:40px}.footer{background:var(--theme-bg-footer);border-top:1px solid var(--theme-border);margin-top:auto;padding:64px 0 32px;transition:background-color .3s}.footer__grid{grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer__logo{align-items:center;margin-bottom:16px;display:flex}.footer__logo-plate{box-shadow:none;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:inline-flex}.footer__logo-img{object-fit:contain;object-position:left center;background:0 0;width:auto;max-width:160px;height:48px}.footer__logo-img--dark,html[data-theme=dark] .footer__logo-img--light{display:none}html[data-theme=dark] .footer__logo-img--dark{display:block}.footer__desc{color:var(--theme-text-muted);max-width:320px;margin-bottom:20px;font-size:.875rem;line-height:1.7}.footer__links h4,.footer__contact h4{font-family:var(--font-display);color:var(--theme-text-strong);margin-bottom:16px;font-size:.875rem;font-weight:600}.footer__links ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer__links a{color:var(--theme-text-muted);font-size:.875rem;transition:color .2s}.footer__links a:hover{color:var(--gold-500)}.footer__contact p{color:var(--theme-text);margin-bottom:12px;font-size:.875rem}.footer__contact a{color:var(--theme-text);transition:color .2s}.footer__contact a:hover{color:var(--gold-500)}.footer__contact-link{font-size:.875rem;font-weight:500;color:var(--gold-500)!important}.footer__bottom{border-top:1px solid var(--theme-border);color:var(--theme-text-muted);justify-content:space-between;align-items:center;padding-top:32px;font-size:.8125rem;display:flex}.footer__bottom a{color:var(--theme-text-muted);transition:color .2s}.footer__bottom a:hover{color:var(--gold-500)}.footer__legal{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.footer__dev-badge{color:#c49a3c;font-weight:600}@media (width<=768px){.footer__grid{grid-template-columns:1fr;gap:32px}.footer__bottom{text-align:center;flex-direction:column;gap:12px}}.whatsapp-btn{z-index:90;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #25d36666}.whatsapp-btn:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d36680}.cookie-banner{z-index:10000;-webkit-backdrop-filter:blur(12px);background:#0c1a2eeb;border-top:1px solid #ffffff1a;padding:16px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 32px #0003}html[data-theme=light] .cookie-banner{background:#fffffff5;border-top-color:#0f172a1a}.cookie-banner__inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.cookie-banner__content{flex:360px;min-width:0}.cookie-banner__title{font-family:var(--font-display);color:var(--theme-text-strong);margin:0 0 8px;font-size:1rem;font-weight:700}.cookie-banner__text{color:var(--theme-text);margin:0 0 14px;font-size:.875rem;line-height:1.6}html[data-theme=light] .cookie-banner__text{color:#475569}.cookie-banner__link{color:var(--gold-400);text-underline-offset:2px;font-weight:600;text-decoration:underline}.cookie-banner__categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.cookie-banner__category{border:1px solid var(--theme-border);background:#ffffff0a;border-radius:10px;flex-direction:column;gap:2px;padding:10px 12px;display:flex}html[data-theme=light] .cookie-banner__category{background:#0f172a08}.cookie-banner__category--required{border-color:#c49a3c59}.cookie-banner__category-name{color:var(--theme-text-strong);font-size:.75rem;font-weight:700}.cookie-banner__category-desc{color:var(--theme-text-muted);font-size:.6875rem;line-height:1.4}.cookie-banner__category-badge{letter-spacing:.04em;text-transform:uppercase;color:var(--gold-400);margin-top:4px;font-size:.625rem;font-weight:700}.cookie-banner__actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;display:flex}.cookie-banner__btn{font-family:var(--font-display);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;padding:10px 16px;font-size:.8125rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.cookie-banner__btn--ghost{color:var(--theme-text-strong);border:1px solid var(--theme-border);background:0 0}html[data-theme=light] .cookie-banner__btn--ghost{color:#0c1a2e;border-color:#0f172a29}.cookie-banner__btn--secondary{color:var(--theme-text-strong);border:1px solid var(--theme-border);background:0 0}html[data-theme=light] .cookie-banner__btn--secondary{color:#0c1a2e;border-color:#0f172a29}.cookie-banner__btn--primary{background:linear-gradient(135deg, var(--gold-400), var(--gold-600));color:var(--navy-950);box-shadow:var(--shadow-gold)}.cookie-banner__btn--primary:hover{transform:translateY(-1px)}@media (width<=900px){.cookie-banner__categories{grid-template-columns:1fr}.cookie-banner__inner{flex-direction:column;align-items:stretch}.cookie-banner__actions{flex-direction:column;align-items:stretch;width:100%}.cookie-banner__btn{white-space:normal;text-align:center;width:100%}}.cfor-brand{font-family:var(--font-display);white-space:nowrap;font-weight:700}.cfor-brand__r{font-weight:700}.cfor-brand__sep{color:var(--gold-500);opacity:.85;margin:0 3px;font-weight:400}.hero{padding:48px 0 100px;position:relative;overflow:hidden}.hero__bg{background:radial-gradient(ellipse 80% 60% at 70% 20%, var(--theme-hero-glow) 0%, transparent 60%), radial-gradient(ellipse 60% 50% at 20% 80%, var(--theme-hero-accent) 0%, transparent 60%), linear-gradient(180deg, var(--theme-bg-hero-from) 0%, var(--theme-bg-hero-to) 100%);transition:background .3s;position:absolute;inset:0}.hero__bg:after{content:"";background-image:linear-gradient(var(--theme-grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--theme-grid-line) 1px, transparent 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 70%,#000 20%,#0000 70%);mask-image:radial-gradient(70% 70%,#000 20%,#0000 70%)}.hero__inner{align-items:center;gap:48px;display:grid;position:relative}.hero__inner>*{min-width:0}@media (width>=920px){.hero__inner{grid-template-columns:1fr 1fr;align-items:start;gap:56px}}.hero__content{max-width:600px}.hero__visual{width:100%;min-width:0;line-height:0;position:relative}@media (width>=920px){.hero__visual{align-self:center;margin-top:24px}}.hero__visual-frame{aspect-ratio:4/3;border:1px solid var(--theme-border);width:100%;box-shadow:var(--theme-card-hover-shadow);background:var(--theme-bg-card);border-radius:16px;overflow:hidden}.hero__visual img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.hero__badge{background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);color:var(--gold-500);border-radius:100px;margin-bottom:20px;padding:8px 16px;font-size:.8125rem;font-weight:500;display:inline-block}.hero__title{font-family:var(--font-display);color:var(--theme-text-strong);letter-spacing:-.03em;margin:0 0 20px;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.1}.hero__title span{background:linear-gradient(135deg, var(--gold-400), var(--gold-600));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.hero__text{color:var(--theme-text-muted);max-width:52ch;margin:0;font-size:1.125rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.hero__stats{border-top:1px solid var(--theme-border);gap:48px;margin-top:40px;padding-top:32px;display:flex}.hero__stat-value{font-family:var(--font-display);color:var(--gold-500);font-size:2rem;font-weight:700;line-height:1;display:block}.hero__stat-label{max-width:11rem;color:var(--theme-text-muted);margin-top:6px;font-size:.8125rem;line-height:1.45;display:block}.benefits-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.benefit-card{align-items:flex-start;gap:16px;padding:24px;display:flex}.benefit-card__num{font-family:var(--font-display);color:var(--gold-500);opacity:.6;flex-shrink:0;font-size:.75rem;font-weight:700}.benefit-card p{color:var(--theme-text);font-size:.9375rem;line-height:1.6}.modules-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;display:grid}.module-card__header{align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.module-card__id{background:linear-gradient(135deg, var(--gold-400), var(--gold-600));width:40px;height:40px;color:var(--navy-950);font-family:var(--font-display);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.module-card h3{font-family:var(--font-display);color:var(--theme-text-strong);font-size:1.125rem;font-weight:600;line-height:1.3}.module-card__summary{color:var(--theme-text-muted);margin-bottom:20px;font-size:.875rem;line-height:1.6}.module-card__list{margin-bottom:24px;list-style:none}.module-card__list li{color:var(--theme-text);border-bottom:1px solid var(--theme-border);padding:8px 0 8px 16px;font-size:.875rem;position:relative}.module-card__list li:before{content:"→";color:var(--gold-500);font-size:.75rem;position:absolute;left:0}.module-card__link{color:var(--gold-500);font-size:.875rem;font-weight:600}.module-card__link:hover{text-decoration:underline}.cta-box{text-align:center;background:linear-gradient(135deg, var(--theme-bg-cta-from), var(--theme-bg-cta-to));border:1px solid var(--theme-border);border-radius:var(--radius);padding:64px 32px;position:relative;overflow:hidden}.cta-box:before{content:"";background:radial-gradient(circle, var(--theme-hero-glow) 0%, transparent 70%);pointer-events:none;width:400px;height:400px;position:absolute;top:-50%;right:-20%}.cta-box h2{font-family:var(--font-display);color:var(--theme-text-strong);margin-bottom:12px;font-size:2rem;font-weight:700;position:relative}.cta-box p{color:var(--theme-text-muted);margin-bottom:28px;position:relative}.eco-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.eco-card{color:inherit;text-decoration:none;transition:transform .3s,box-shadow .3s;display:block}.eco-card:hover{transform:translateY(-4px)}.eco-card__logo-wrap{background:var(--theme-bg-subtle);border-radius:var(--radius-sm);justify-content:center;align-items:center;min-height:80px;margin-bottom:20px;padding:16px;display:flex}.eco-card__logo{object-fit:contain;max-width:100%;max-height:56px}.eco-card h3{font-family:var(--font-display);color:var(--theme-text-strong);margin-bottom:10px;font-size:1.125rem;font-weight:600}.eco-card p{color:var(--theme-text-muted);font-size:.875rem;line-height:1.6}@media (width<=919px){.hero{padding:32px 0 72px}}@media (width<=768px){.hero__stats{gap:32px}.mv-grid{grid-template-columns:1fr}}.about-content{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.about-text p{color:var(--theme-text);margin-bottom:16px;font-size:1.0625rem;line-height:1.8}.about-stats{grid-template-columns:1fr 1fr;gap:16px;display:grid}.about-stat{text-align:center;padding:28px 20px}.about-stat__value{font-family:var(--font-display);color:var(--gold-500);margin-bottom:8px;font-size:2.25rem;font-weight:800;line-height:1;display:block}.about-stat__label{color:var(--theme-text-muted);font-size:.8125rem}.founder{grid-template-columns:280px 1fr;align-items:start;gap:40px;margin-top:8px;display:grid}.founder__photo-wrap{border-radius:var(--radius);border:1px solid var(--theme-border);box-shadow:var(--theme-card-shadow);overflow:hidden}.founder__photo{aspect-ratio:1;object-fit:cover;object-position:center top;width:100%;height:auto;display:block}.founder__name{font-family:var(--font-display);color:var(--theme-text-strong);margin-bottom:6px;font-size:1.75rem;font-weight:700}.founder__role{color:var(--gold-500);margin-bottom:20px;font-size:1rem;font-weight:600}.founder__highlights{flex-wrap:wrap;gap:8px;margin-bottom:24px;list-style:none;display:flex}.founder__highlights li{background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);color:var(--gold-500);border-radius:100px;padding:6px 12px;font-size:.75rem;font-weight:600}.founder__text{color:var(--theme-text-muted);margin-bottom:14px;font-size:.9375rem;line-height:1.75}.founder__link{margin-top:8px}.mv-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;display:grid}.mv-card__subtitle{font-family:var(--font-display);color:var(--theme-text-strong);margin-bottom:16px;font-size:1.5rem;font-weight:700}.mv-card p{color:var(--theme-text-muted);font-size:.9375rem;line-height:1.7}@media (width<=768px){.about-content{grid-template-columns:1fr}.founder{grid-template-columns:1fr;gap:28px}.founder__photo-wrap{max-width:280px;margin:0 auto}.mv-grid{grid-template-columns:1fr}}.service-detail{border-bottom:1px solid var(--theme-border);margin-bottom:80px;padding-bottom:80px}.service-detail:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.service-detail__header{align-items:flex-start;gap:24px;margin-bottom:40px;display:flex}.service-detail__id{background:linear-gradient(135deg, var(--gold-400), var(--gold-600));width:56px;height:56px;color:var(--navy-950);font-family:var(--font-display);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;display:flex}.service-detail__header h2{font-family:var(--font-display);color:var(--theme-text-strong);margin-bottom:12px;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.service-detail__summary{color:var(--theme-text-muted);max-width:700px;font-size:1rem;line-height:1.6}.service-detail__body{grid-template-columns:1fr 2fr;gap:32px;display:grid}.service-detail__highlights h4,.service-detail__details h4{font-family:var(--font-display);color:var(--gold-500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px;font-size:.875rem;font-weight:600}.service-detail__highlights ul{list-style:none}.service-detail__highlights li{color:var(--theme-text-strong);border-bottom:1px solid var(--theme-border);padding:12px 0;font-size:.9375rem;font-weight:500}.service-detail__details ul{gap:12px;list-style:none;display:grid}.service-detail__details li{color:var(--theme-text-muted);padding-left:20px;font-size:.9375rem;line-height:1.6;position:relative}.service-detail__details li:before{content:"";background:var(--gold-400);border-radius:50%;width:6px;height:6px;position:absolute;top:10px;left:0}@media (width<=768px){.service-detail__body{grid-template-columns:1fr}}.sectors-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.sector-card{text-align:left;cursor:default;padding:28px 24px}.sector-card__icon{color:var(--gold-500);opacity:.85;margin-bottom:14px;font-size:2rem;transition:all .3s;display:block}.sector-card h3{font-family:var(--font-display);color:var(--theme-text-strong);margin:0 0 10px;font-size:1.125rem;font-weight:600}.sector-card__text{color:var(--theme-text-muted);margin:0;font-size:.875rem;line-height:1.65}.sector-card:hover .sector-card__icon{opacity:1;transform:scale(1.1)}.cta-section{padding:64px 0 96px}.cta-box{text-align:center;background:linear-gradient(135deg, var(--theme-bg-cta-from), var(--theme-bg-cta-to));border:1px solid var(--theme-border);border-radius:var(--radius);padding:64px 32px}.cta-box h2{font-family:var(--font-display);color:var(--theme-text-strong);margin-bottom:12px;font-size:2rem;font-weight:700}.cta-box p{color:var(--theme-text-muted);margin-bottom:28px}.privacy-content{flex-direction:column;gap:20px;max-width:800px;margin:0 auto;display:flex}.privacy-section h2{font-family:var(--font-display);color:var(--theme-text-strong);margin-bottom:16px;font-size:1.125rem;font-weight:600}.privacy-section p{color:var(--theme-text-muted);margin-bottom:12px;font-size:.875rem;line-height:1.8}.privacy-section p:last-child{margin-bottom:0}
