.re-site{--teal:#16A4B8;--teal-700:#0E7C8B;--teal-800:#0A5C68;--teal-300:#7FCDD8;--teal-100:#D6EEF2;--teal-50:#EDF7F9;--orange:#E8710E;--orange-600:#C85F0A;--orange-300:#F4B077;--orange-100:#FBE4CF;--orange-50:#FDF1E6;--ink:#14242C;--ink-2:#2D3F47;--slate:#56666D;--slate-2:#7C8A90;--line:#E2E7E9;--line-2:#EDF0F1;--paper:#F4F6F7;--surface:#FFFFFF;--surface-2:#FAFBFB;--success:#1E9E6A;--success-bg:#E7F6EF;--danger:#D8412F;--danger-bg:#FCEDEB;--warn:#E8710E;--r-xs:6px;--r-sm:10px;--r-md:14px;--r-lg:20px;--r-xl:28px;--r-pill:999px;--sh-sm:0 1px 2px rgba(20,36,44,.06),0 1px 3px rgba(20,36,44,.05);--sh-md:0 4px 14px rgba(20,36,44,.08),0 2px 6px rgba(20,36,44,.05);--sh-lg:0 18px 48px rgba(20,36,44,.14),0 6px 16px rgba(20,36,44,.07);--sh-teal:0 8px 20px color-mix(in srgb,var(--teal) 26%,transparent);--sh-orange:0 8px 20px color-mix(in srgb,var(--orange) 24%,transparent);--maxw:1240px;--gutter:clamp(20px,4vw,56px);--f-head:var(--font-space-grotesk),"Space Grotesk",system-ui,sans-serif;--f-body:var(--font-hanken-grotesk),"Hanken Grotesk",system-ui,sans-serif;--f-mono:var(--font-space-mono),"Space Mono",ui-monospace,monospace}.re-site *,.re-site :after,.re-site :before{box-sizing:border-box}:where(.re-site *){margin:0}.re-site{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:clip}.re-site main.public-main{overflow-x:visible}.re-site{font-family:var(--f-body);color:var(--ink);background:var(--paper);line-height:1.6;font-size:17px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.re-site img,.re-site svg{display:block;max-width:100%}.re-site a{color:inherit;text-decoration:none}.re-site button{font:inherit;cursor:pointer}.re-site ul{list-style:none;padding:0}.re-site h1,.re-site h2,.re-site h3,.re-site h4,.re-site h5{font-family:var(--f-head);font-weight:700;line-height:1.08;letter-spacing:-.02em;color:var(--ink)}.re-site .display{font-family:var(--f-head);font-weight:700;font-size:clamp(2.6rem,5.2vw,4.4rem);line-height:1.02;letter-spacing:-.03em}.re-site .h1{font-size:clamp(2.1rem,3.6vw,3.1rem);line-height:1.05;letter-spacing:-.025em}.re-site .h2{font-size:clamp(1.7rem,2.6vw,2.4rem)}.re-site .h3{font-size:clamp(1.25rem,1.7vw,1.55rem)}.re-site .lead{font-size:clamp(1.05rem,1.4vw,1.25rem);line-height:1.55}.re-site .lead,.re-site .muted{color:var(--slate)}.re-site .kicker{font-family:var(--f-mono);font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--teal-700);display:inline-flex;align-items:center;gap:.55em}.re-site .kicker:before{content:"";width:22px;height:2px;background:var(--orange);display:inline-block}.re-site .kicker.no-rule:before{display:none}.re-site .text-teal{color:var(--teal-700)}.re-site .text-orange{color:var(--orange-600)}.re-site .hl-teal{color:var(--teal)}.re-site .hl-orange{color:var(--orange)}.re-site .wrap{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}.re-site .section{padding-block:clamp(56px,8vw,104px)}.re-site .section-sm{padding-block:clamp(40px,5vw,64px)}.re-site .stack>*+*{margin-top:1rem}.re-site .grid{display:grid;gap:clamp(18px,2vw,28px)}.re-site .cols-2{grid-template-columns:repeat(2,1fr)}.re-site .cols-3{grid-template-columns:repeat(3,1fr)}.re-site .cols-4{grid-template-columns:repeat(4,1fr)}.re-site .eyebrow-center{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}.re-site .btn{display:inline-flex;align-items:center;justify-content:center;gap:.6em;font-family:var(--f-head);font-weight:600;font-size:1rem;line-height:1;padding:15px 26px;border-radius:var(--r-pill);border:2px solid transparent;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap;min-height:50px}.re-site .btn:active{transform:translateY(1px)}.re-site .btn svg{width:1.15em;height:1.15em}.re-site .btn-primary{background:var(--teal);color:#fff;box-shadow:var(--sh-teal)}.re-site .btn-primary:hover{background:var(--teal-700);box-shadow:0 12px 26px color-mix(in srgb,var(--teal) 34%,transparent);transform:translateY(-2px)}.re-site .btn-accent{background:var(--orange);color:#fff;box-shadow:var(--sh-orange)}.re-site .btn-accent:hover{background:var(--orange-600);box-shadow:0 12px 26px color-mix(in srgb,var(--orange) 34%,transparent);transform:translateY(-2px)}.re-site .btn-outline{background:transparent;color:var(--teal-800);border-color:var(--teal-300)}.re-site .btn-outline:hover{border-color:var(--teal);background:var(--teal-50)}.re-site .btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}.re-site .btn-ghost:hover{background:var(--surface);border-color:var(--slate-2)}.re-site .btn-white{background:#fff;color:var(--teal-800)}.re-site .btn-white:hover{background:#fff;transform:translateY(-2px);box-shadow:var(--sh-lg)}.re-site .btn-lg{padding:18px 34px;font-size:1.08rem;min-height:58px}.re-site .btn-sm{padding:10px 18px;font-size:.9rem;min-height:40px}.re-site .btn-block{display:flex;width:100%}.re-site .btn[disabled]{opacity:.55;pointer-events:none}.re-site .btn.is-loading{pointer-events:none}.re-site .btn.is-loading .spinner{display:inline-block}.re-site .spinner{display:none;width:1.1em;height:1.1em;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:re-spin .7s linear infinite}@keyframes re-spin{to{transform:rotate(1turn)}}.re-site .badge{display:inline-flex;align-items:center;gap:.4em;font-family:var(--f-mono);font-weight:700;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;padding:6px 12px;border-radius:var(--r-pill);background:var(--teal-50);color:var(--teal-800);border:1px solid var(--teal-100)}.re-site .badge-orange{background:var(--orange-50);color:var(--orange-600);border-color:var(--orange-100)}.re-site .badge-solid{background:var(--teal);color:#fff;border-color:transparent}.re-site .badge-orange.badge-solid{background:var(--orange)}.re-site .badge-dot:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.re-site .level{display:inline-flex;align-items:center;font-family:var(--f-head);font-weight:600;font-size:.78rem;letter-spacing:.02em;padding:5px 11px;border-radius:var(--r-xs);background:var(--ink);color:#fff}.re-site .level.lgs{background:var(--teal)}.re-site .level.yks{background:var(--orange)}.re-site .level.tyt{background:#5A6B72}.re-site .level.ayt{background:var(--teal-800)}.re-site .level.ghost{background:transparent;color:var(--slate);border:1.5px solid var(--line)}.re-site .tier{--tc:var(--teal);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--f-head);font-weight:700;line-height:1;font-size:.82rem;letter-spacing:.04em;padding:7px 15px;border-radius:var(--r-pill);background:#fff;color:var(--tc);border:1.5px solid color-mix(in srgb,var(--tc) 35%,#fff);box-shadow:var(--sh-sm)}.re-site .tier-lg{padding:9px 20px}.re-site .sube-ph{aspect-ratio:16/7;border-radius:0;position:relative}.re-site .sube-ph-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.re-site .sube-ph:has(.sube-ph-img):after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(150deg,color-mix(in srgb,var(--teal-700,#0e7c8b) 32%,transparent) 0,color-mix(in srgb,#06343b 66%,transparent) 100%);mix-blend-mode:multiply}.re-site .sube-ph:has(.sube-ph-img):before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(0deg,rgba(0,0,0,.28),transparent 55%)}.re-site .sube-ph .ph-label,.re-site .sube-ph .prox-tag,.re-site .sube-ph .tier{z-index:2}.re-site .prox-tag{position:absolute;top:12px;right:12px;font-family:var(--f-mono);font-weight:700;font-size:.66rem;letter-spacing:.04em;text-transform:uppercase;padding:5px 10px;border-radius:var(--r-pill)}.re-site .prox-tag.selected{background:var(--teal);color:#fff}.re-site .prox-tag.nearby{background:#fff;color:var(--orange-600);border:1px solid var(--orange-100)}.re-site .tier .tier-mark{width:22px;height:22px;border-radius:6px;display:grid;place-items:center;background:var(--tc);color:#fff;font-family:var(--f-head);font-weight:700;font-size:.72rem;letter-spacing:0}.re-site .tier.vip{--tc:var(--teal-700)}.re-site .tier.vipplus{--tc:var(--orange-600)}.re-site .tier.prestij{--tc:#8A6D2F}.re-site .tier.prestij .tier-mark{background:linear-gradient(135deg,#C9A24B,#8A6D2F)}.re-site .tier.solid{color:#fff;background:var(--tc);border-color:transparent}.re-site .tier.solid .tier-mark{background:rgba(255,255,255,.22)}.re-site .tier-lg{font-size:.95rem;padding:9px 18px 9px 11px}.re-site .tier-lg:not(:has(.tier-mark)){padding:9px 18px}.re-site .tier-lg .tier-mark{width:28px;height:28px;font-size:.82rem}.re-site .card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column}.re-site .card-hover:hover{transform:translateY(-4px);box-shadow:var(--sh-lg);border-color:transparent}.re-site .card-body{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1}.re-site .card-band{height:6px;background:var(--teal)}.re-site .card-band.orange{background:var(--orange)}.re-site .card-band.cb-vip{background:var(--teal-700)}.re-site .card-band.cb-vipplus{background:var(--orange-600)}.re-site .card-band.cb-prestij{background:linear-gradient(135deg,#C9A24B,#8A6D2F)}.re-site .cc-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:10px}.re-site .cc-branch{display:inline-flex;align-items:center;gap:4px;font-size:.78rem;color:var(--slate)}.re-site .cc-branch svg{color:var(--teal-700);flex-shrink:0}.re-site .re-kurs-filterhead{display:inline-flex;align-items:center;gap:7px;margin-bottom:12px;font-family:var(--f-mono);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-700);font-weight:600}.re-site .re-kurs-filterbar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:26px}.re-site .re-kurs-branchsel{flex:1 1 360px;max-width:520px}.re-site .re-kurs-gradesel{flex:0 1 260px;min-width:220px}.re-site .re-kurs-count{margin-left:auto;color:var(--slate);font-family:var(--f-mono);font-size:.85rem;white-space:nowrap}.re-site .pub-hr-ms-opt{display:flex;align-items:center;gap:10px}.re-site .pub-hr-ms-box{flex-shrink:0;width:18px;height:18px;border-radius:5px;border:1.5px solid var(--line);display:grid;place-items:center;color:#fff;background:#fff}.re-site .pub-hr-ms-opt.pub-hr-select-opt--sel .pub-hr-ms-box{background:var(--teal-700);border-color:var(--teal-700)}.re-site .pub-hr-ms-foot{border-top:1px solid var(--line);padding:6px}.re-site .pub-hr-ms-clear{width:100%;background:transparent;border:0;color:var(--teal-700);font-weight:600;font-size:.85rem;padding:6px;cursor:pointer;border-radius:8px}.re-site .pub-hr-ms-clear:hover{background:var(--teal-50)}.re-site .card-title{font-family:var(--f-head);font-weight:700;font-size:1.2rem;letter-spacing:-.01em}.re-site .card-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.re-site .card-foot{margin-top:auto;padding-top:6px;display:flex;align-items:center;justify-content:space-between}.re-site .card-link{font-family:var(--f-head);font-weight:600;color:var(--teal-700);display:inline-flex;align-items:center;gap:6px}.re-site .card-link svg{transition:transform .2s ease}.re-site .card:hover .card-link svg{transform:translateX(3px)}.re-site .feature{padding:28px;border-radius:var(--r-lg);background:var(--surface);border:1px solid var(--line)}.re-site .feature .ic{width:52px;height:52px;border-radius:var(--r-md);display:grid;place-items:center;margin-bottom:16px;background:var(--teal-50);color:var(--teal-700)}.re-site .feature.accent .ic{background:var(--orange-50);color:var(--orange-600)}.re-site .feature h3{font-size:1.15rem;margin-bottom:6px}.re-site .feature p{color:var(--slate);font-size:.98rem}.re-site .ph{position:relative;background-color:var(--teal-50);background-image:repeating-linear-gradient(-45deg,transparent,transparent 11px,rgba(22,164,184,.1) 0,rgba(22,164,184,.1) 12px);display:grid;place-items:center;color:var(--teal-800);overflow:hidden}.re-site .ph.orange{background-color:var(--orange-50);background-image:repeating-linear-gradient(-45deg,transparent,transparent 11px,rgba(232,113,14,.12) 0,rgba(232,113,14,.12) 12px);color:var(--orange-600)}.re-site .ph.ink{background-color:#1B2D35;background-image:repeating-linear-gradient(-45deg,transparent,transparent 11px,rgba(255,255,255,.06) 0,rgba(255,255,255,.06) 12px);color:rgba(255,255,255,.7)}.re-site .ph-label{font-family:var(--f-mono);font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:var(--r-pill);background:rgba(255,255,255,.78);color:inherit;backdrop-filter:blur(2px);display:inline-flex;align-items:center;gap:7px}.re-site .ph.ink .ph-label{background:rgba(255,255,255,.12)}.re-site .ratio-16-9{aspect-ratio:16/9}.re-site .ratio-4-3{aspect-ratio:4/3}.re-site .ratio-1-1{aspect-ratio:1/1}.re-site .ratio-3-2{aspect-ratio:3/2}.re-site .site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.86);backdrop-filter:saturate(1.4) blur(12px);border-bottom:1px solid var(--line)}.re-site .topbar{background:var(--ink);color:rgba(255,255,255,.82);font-size:.82rem}.re-site .topbar .wrap{display:flex;align-items:center;justify-content:space-between;min-height:38px;gap:16px}.re-site .topbar a{color:rgba(255,255,255,.82);transition:color .15s;white-space:nowrap}.re-site .topbar a:hover{color:#fff}.re-site .topbar .tb-left{display:flex;gap:22px;align-items:center;font-family:var(--f-mono);letter-spacing:.02em}.re-site .topbar .tb-left a,.re-site .topbar .tb-left span{display:inline-flex;align-items:center;gap:8px}.re-site .topbar .tb-right{display:flex;gap:18px;align-items:center}.re-site .topbar .tb-right>a{display:inline-flex;align-items:center;gap:6px}.re-site .topbar .tb-soc{display:flex;gap:12px}.re-site .topbar .tb-soc a{display:grid;place-items:center}.re-site .topbar svg{width:15px;height:15px;flex-shrink:0}.re-site .navbar{display:flex;align-items:center;gap:28px;min-height:94px}.re-site .brand{display:flex;align-items:center;flex-shrink:0}.re-site .brand img{height:66px;width:auto}.re-site .nav-main{display:flex;align-items:center;gap:4px;margin-left:8px}.re-site .nav-main>li>a,.re-site .nav-main>li>button{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;font-family:var(--f-head);font-weight:500;font-size:.96rem;color:var(--ink-2);padding:10px 13px;border-radius:var(--r-sm);background:transparent;border:none;transition:color .15s,background .15s}.re-site .nav-main>li>a:hover,.re-site .nav-main>li>button:hover{color:var(--teal-700);background:var(--teal-50)}.re-site .nav-main>li>a.active,.re-site .nav-main>li>button.active{color:var(--teal-700)}.re-site .nav-cta{margin-left:auto;display:flex;align-items:center;gap:12px}.re-site .nav-ext:after{content:"↗";font-size:.8em;opacity:.6}.re-site .has-drop{position:relative}.re-site .drop{position:absolute;top:calc(100% + 8px);left:0;min-width:230px;background:#fff;border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--sh-lg);padding:8px;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .18s,transform .18s,visibility .18s;z-index:70}.re-site .has-drop:focus-within .drop,.re-site .has-drop:hover .drop{opacity:1;visibility:visible;transform:translateY(0)}.re-site .drop a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--r-sm);font-weight:500;font-size:.94rem;color:var(--ink-2)}.re-site .drop a:hover{background:var(--teal-50);color:var(--teal-700)}.re-site .drop .dot{width:6px;height:6px;border-radius:50%;background:var(--orange);flex-shrink:0}.re-site .burger{display:none;width:46px;height:46px;border-radius:var(--r-sm);border:1px solid var(--line);background:#fff;align-items:center;justify-content:center}.re-site .burger svg{width:24px;height:24px}.re-site .drawer-backdrop{position:fixed;inset:0;background:rgba(10,18,22,.5);opacity:0;visibility:hidden;transition:.25s;z-index:90}.re-site .drawer-backdrop.open{opacity:1;visibility:visible}.re-site .drawer{position:fixed;top:0;right:0;height:100%;width:min(360px,88vw);background:#fff;z-index:95;transform:translateX(100%);transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:var(--sh-lg)}.re-site .drawer.open{transform:translateX(0)}.re-site .drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line)}.re-site .drawer-head img{height:44px}.re-site .drawer-close{width:42px;height:42px;border-radius:var(--r-sm);border:1px solid var(--line);background:#fff;display:grid;place-items:center}.re-site .drawer-nav{padding:14px 16px;overflow-y:auto;flex:1}.re-site .drawer-acc-btn,.re-site .drawer-nav a{display:flex;align-items:center;justify-content:space-between;width:100%;font-family:var(--f-head);font-weight:500;font-size:1.08rem;color:var(--ink);padding:15px 12px;border-radius:var(--r-sm);border:none;background:transparent;text-align:left;border-bottom:1px solid var(--line-2)}.re-site .drawer-acc{overflow:hidden}.re-site .drawer-acc-panel{max-height:0;overflow:hidden;transition:max-height .25s ease}.re-site .drawer-acc.open .drawer-acc-panel{max-height:360px}.re-site .drawer-acc-panel a{font-size:.98rem;padding-left:26px;color:var(--slate);font-weight:500}.re-site .drawer-acc-btn .chev{transition:transform .2s}.re-site .drawer-acc.open .drawer-acc-btn .chev{transform:rotate(180deg)}.re-site .drawer-foot{padding:18px 20px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.re-site.hdr-hero .site-header{background:linear-gradient(180deg,#0A1E24,#0E3A44);border-bottom:none;backdrop-filter:none;position:sticky}.re-site.hdr-hero .site-header:after{content:"";position:absolute;left:6%;right:6%;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(127,205,216,.42),transparent)}.re-site.hdr-hero .topbar{background:transparent;font-size:.8rem}.re-site.hdr-hero .topbar .wrap{min-height:36px}.re-site.hdr-hero .topbar .tb-soc a{width:27px;height:27px;border:1px solid rgba(255,255,255,.16);border-radius:50%;transition:.15s}.re-site.hdr-hero .topbar .tb-soc a:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.32)}.re-site.hdr-hero .navbar{min-height:78px}.re-site.hdr-hero .brand img{height:52px;max-height:52px;width:auto;max-width:230px;object-fit:contain}.re-site.theme-prestij.hdr-hero .brand img{height:38px;max-height:38px;max-width:185px}.re-site .re-branch-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.re-site .re-branch-tab{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:var(--r-pill);font-family:var(--f-head);font-weight:600;font-size:.9rem;line-height:1;color:rgba(255,255,255,.82);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);transition:background .15s,color .15s,border-color .15s}.re-site .re-branch-tab:hover{background:rgba(255,255,255,.18);color:#fff}.re-site .re-branch-tab.active{background:#fff;color:var(--ink);border-color:#fff}.re-site.hdr-hero .nav-main{background:transparent;border:none;border-radius:0;padding:0;gap:4px;backdrop-filter:none}.re-site.hdr-hero .nav-main>li>a,.re-site.hdr-hero .nav-main>li>button{color:rgba(255,255,255,.86);border-radius:11px;padding:9px 15px;font-weight:500}.re-site.hdr-hero .nav-main>li>a:hover,.re-site.hdr-hero .nav-main>li>button:hover{color:#fff;background:rgba(255,255,255,.1)}.re-site.hdr-hero .nav-main>li>a.active,.re-site.hdr-hero .nav-main>li>button.active{color:var(--teal-300);background:transparent;position:relative}.re-site.hdr-hero .nav-main>li>a.active:after,.re-site.hdr-hero .nav-main>li>button.active:after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:2px;width:18px;height:2px;border-radius:2px;background:var(--teal-300)}.re-site.hdr-hero .nav-cta .btn-primary{background:linear-gradient(135deg,var(--teal) 0,var(--teal-700) 100%);box-shadow:0 8px 22px color-mix(in srgb,var(--teal) 42%,transparent),inset 0 1px 0 rgba(255,255,255,.25);border:none}.re-site.hdr-hero .nav-cta .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px color-mix(in srgb,var(--teal) 52%,transparent)}.re-site.hdr-hero .burger{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.28);color:#fff}.re-site.hdr-hero .drop{box-shadow:var(--sh-lg)}.re-site.theme-prestij{--teal:#D2734A;--teal-700:#B25A35;--teal-800:#8C4527;--teal-300:#E6A98C;--teal-100:#F4DDD0;--teal-50:#FBF0EA;--orange:#3DA39B;--orange-600:#2C7E78;--orange-300:#8FCFC9;--orange-100:#D2ECEA;--orange-50:#ECF7F6;--ink:#23272E;--ink-2:#353A42}.re-site.theme-prestij .hero,.re-site.theme-prestij .page-hero{background:linear-gradient(155deg,#1C1F24,#2B2F36 52%,#3A3F47)}.re-site.theme-prestij.hdr-hero .site-header{background:linear-gradient(180deg,#1C1F24,#2B2F36)}.re-site.theme-prestij.hdr-hero .site-header:after{background:linear-gradient(90deg,transparent,rgba(230,169,140,.42),transparent)}.re-site.hdr-hero .nav-main>li>a svg,.re-site.hdr-hero .nav-main>li>button svg{color:rgba(255,255,255,.92)!important;stroke:rgba(255,255,255,.92)!important;fill:none!important;opacity:1!important;display:inline-block;vertical-align:middle}.re-site.theme-prestij .page-hero:after{background:radial-gradient(circle,color-mix(in srgb,var(--teal) 34%,transparent),transparent 68%)}.re-site .site-footer{background:var(--ink);color:rgba(255,255,255,.72);padding-top:clamp(48px,6vw,80px)}.re-site .site-footer h4{color:#fff;font-size:.82rem;font-family:var(--f-mono);font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px}.re-site .site-footer a{color:rgba(255,255,255,.72);transition:color .15s}.re-site .site-footer a:hover{color:var(--teal-300)}.re-site .footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:40px;padding-bottom:48px}.re-site .footer-brand img{height:84px;margin-bottom:18px}.re-site .footer-links li{margin-bottom:11px}.re-site .footer-soc{display:flex;gap:12px;margin-top:20px}.re-site .footer-soc a{width:40px;height:40px;border-radius:var(--r-sm);border:1px solid rgba(255,255,255,.16);display:grid;place-items:center}.re-site .footer-soc a:hover{background:var(--teal);border-color:var(--teal);color:#fff}.re-site .footer-soc svg{width:18px;height:18px}.re-site .footer-bar{border-top:1px solid rgba(255,255,255,.12);padding-block:22px;display:flex;flex-wrap:wrap;gap:14px 24px;align-items:center;justify-content:space-between;font-size:.86rem}.re-site .footer-bar nav{display:flex;flex-wrap:wrap;gap:8px 20px}.re-site .footer-contact-line{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}.re-site .footer-contact-line svg{width:18px;height:18px;color:var(--teal-300);flex-shrink:0;margin-top:3px}.re-site .footer-contact-line a{word-break:keep-all;overflow-wrap:normal}.re-site .re-stat-band{background:#fff;border-radius:var(--r-lg);box-shadow:var(--sh-md);border:1px solid var(--line);overflow:hidden}.re-site .re-stat-band-head{display:flex;align-items:center;gap:8px;padding:14px 24px;border-bottom:1px solid var(--line);color:var(--teal-700)}.re-site .re-stat-band-title{font-family:var(--f-mono);font-weight:600;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}.re-site .re-stat-grid{display:grid;grid-template-columns:repeat(4,1fr)}.re-site .re-stat-cell{padding:26px 22px;text-align:center;border-right:1px solid var(--line)}.re-site .re-stat-cell:last-child{border-right:none}.re-site .re-stat-num{font-family:var(--f-head);font-weight:800;font-size:clamp(1.6rem,2.6vw,2.2rem);color:var(--teal-700);letter-spacing:-.02em;line-height:1.05}.re-site .re-stat-num .suf{color:var(--orange)}.re-site .re-stat-lbl{font-family:var(--f-mono);font-size:.74rem;letter-spacing:.07em;text-transform:uppercase;color:var(--slate);margin-top:9px;line-height:1.4}@media (max-width:860px){.re-site .re-stat-grid{grid-template-columns:repeat(2,1fr)}.re-site .re-stat-cell{border-bottom:1px solid var(--line)}.re-site .re-stat-cell:nth-child(2n){border-right:none}.re-site .re-stat-cell:last-child,.re-site .re-stat-cell:nth-last-child(-n+2):nth-child(odd){border-bottom:none}}@media (max-width:480px){.re-site .re-stat-band-head{padding:11px 18px}.re-site .re-stat-cell{padding:14px 10px}.re-site .re-stat-num{font-size:1.35rem}.re-site .re-stat-lbl{font-size:.6rem;letter-spacing:.05em;margin-top:5px}}.re-site .stat-strip{display:grid;grid-template-columns:repeat(4,1fr)}.re-site .stat{padding:30px 24px;text-align:center;border-right:1px solid var(--line)}.re-site .stat:last-child{border-right:none}.re-site .stat .num{font-family:var(--f-head);font-weight:700;font-size:clamp(2rem,3.4vw,2.9rem);color:var(--teal);letter-spacing:-.03em;line-height:1}.re-site .stat .num .suf{color:var(--orange)}.re-site .stat .lbl{font-family:var(--f-mono);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:var(--slate);margin-top:8px}.re-site .field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.re-site .field>label{font-family:var(--f-head);font-weight:600;font-size:.92rem;color:var(--ink-2);display:flex;gap:5px}.re-site .field .req{color:var(--orange)}.re-site .field .hint{font-size:.82rem;color:var(--slate-2)}.re-site .input,.re-site .select,.re-site .textarea{width:100%;font:inherit;font-size:1rem;color:var(--ink);background:#fff;border:1.5px solid var(--line);border-radius:var(--r-sm);padding:14px 16px;transition:border-color .15s,box-shadow .15s,background .15s}.re-site .input::placeholder,.re-site .textarea::placeholder{color:var(--slate-2)}.re-site .input:focus,.re-site .select:focus,.re-site .textarea:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 4px var(--teal-50)}.re-site .textarea{min-height:130px;resize:vertical;line-height:1.5}.re-site .select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2356666D' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:44px;cursor:pointer}.re-site .input-icon{position:relative}.re-site .input-icon .input{padding-left:46px}.re-site .input-icon>svg{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--slate-2);pointer-events:none}.re-site .field.is-error .input,.re-site .field.is-error .select,.re-site .field.is-error .textarea{border-color:var(--danger);background:var(--danger-bg)}.re-site .field.is-error .input:focus{box-shadow:0 0 0 4px rgba(216,65,47,.12)}.re-site .field.is-valid .input,.re-site .field.is-valid .select{border-color:var(--success)}.re-site .err-msg{display:none;align-items:center;gap:6px;font-size:.84rem;color:var(--danger);font-weight:600}.re-site .field.is-error .err-msg{display:flex}.re-site .err-msg svg{width:15px;height:15px}.re-site .file-drop{border:1.5px dashed var(--teal-300);border-radius:var(--r-md);background:var(--teal-50);padding:26px;text-align:center;color:var(--slate);transition:.15s;cursor:pointer}.re-site .file-drop:hover{border-color:var(--teal);background:var(--teal-100)}.re-site .file-drop .fd-ic{width:44px;height:44px;margin:0 auto 10px;color:var(--teal-700)}.re-site .file-drop strong{color:var(--teal-800);font-family:var(--f-head)}.re-site .check{display:flex;align-items:flex-start;gap:12px;font-size:.92rem;color:var(--slate);line-height:1.5}.re-site .check input{appearance:none;flex-shrink:0;width:22px;height:22px;border:1.5px solid var(--line);border-radius:var(--r-xs);background:#fff;margin-top:1px;cursor:pointer;transition:.15s;position:relative}.re-site .check input:checked{background:var(--teal);border-color:var(--teal)}.re-site .check input:checked:after{content:"";position:absolute;left:7px;top:3px;width:6px;height:11px;border:solid #fff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}.re-site .check input:focus-visible{box-shadow:0 0 0 4px var(--teal-50);outline:none}.re-site .check a{color:var(--teal-700);font-weight:600;text-decoration:underline;text-underline-offset:2px}.re-site .field.is-error .check input{border-color:var(--danger)}.re-site .steps{gap:0;margin-bottom:32px}.re-site .step,.re-site .steps{display:flex;align-items:center}.re-site .step{gap:10px}.re-site .step .dot{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:.85rem;background:var(--line);flex-shrink:0}.re-site .step .dot,.re-site .step .nm{font-family:var(--f-head);color:var(--slate)}.re-site .step .nm{font-weight:600;font-size:.9rem}.re-site .step.active .dot{background:var(--teal);color:#fff}.re-site .step.active .nm{color:var(--ink)}.re-site .step.done .dot{background:var(--success);color:#fff}.re-site .step-line{flex:1;height:2px;background:var(--line);margin:0 14px;min-width:24px}.re-site .chips{display:flex;flex-wrap:wrap;gap:10px}.re-site .chip{font-family:var(--f-head);font-weight:600;font-size:.92rem;padding:10px 18px;border-radius:var(--r-pill);background:#fff;color:var(--ink-2);border:1.5px solid var(--line);transition:.15s;display:inline-flex;align-items:center;gap:8px}.re-site .chip:hover{border-color:var(--teal-300);color:var(--teal-700)}.re-site .chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.re-site .chip .cnt{font-family:var(--f-mono);font-size:.8em;opacity:.6}.re-site .chip.active .cnt{opacity:.8}.re-site .chip-tier.active.vip{background:var(--teal-700);border-color:var(--teal-700)}.re-site .chip-tier.active.vipplus{background:var(--orange-600);border-color:var(--orange-600)}.re-site .chip-tier.active.prestij{background:#8A6D2F;border-color:#8A6D2F}.re-site .chip-tier.active.standard{background:var(--ink-2);border-color:var(--ink-2);color:#fff}.re-site .sube-card--current,.re-site.theme-prestij .sube-card--current{border-color:var(--teal);box-shadow:0 0 0 2px var(--teal)}.re-site.theme-prestij .cta-band.orange{background:linear-gradient(120deg,#8C4527,#B25A35 55%,#D2734A)}.re-site .crumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.88rem;font-family:var(--f-head);color:var(--slate)}.re-site .crumb a:hover{color:var(--teal-700)}.re-site .crumb .sep{color:var(--slate-2)}.re-site .crumb .cur{color:var(--ink);font-weight:600}.re-site .empty{text-align:center;padding:64px 24px;max-width:440px;margin-inline:auto}.re-site .empty .ec{width:72px;height:72px;border-radius:var(--r-lg);background:var(--teal-50);color:var(--teal-700);display:grid;place-items:center;margin:0 auto 20px}.re-site .empty h3{font-size:1.3rem;margin-bottom:8px}.re-site .empty p{color:var(--slate);margin-bottom:20px}.re-site .modal-backdrop{position:fixed;inset:0;background:rgba(10,18,22,.55);display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:.2s;z-index:100}.re-site .modal-backdrop.open{opacity:1;visibility:visible}.re-site .modal{background:#fff;border-radius:var(--r-lg);max-width:600px;width:100%;max-height:84vh;display:flex;flex-direction:column;box-shadow:var(--sh-lg);transform:scale(.96);transition:.2s}.re-site .modal-backdrop.open .modal{transform:scale(1)}.re-site .modal-head{padding:22px 26px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.re-site .modal-head h3{font-size:1.2rem}.re-site .modal-body{padding:24px 26px;overflow-y:auto;color:var(--slate);font-size:.94rem;line-height:1.65}.re-site .modal-body h4{color:var(--ink);font-family:var(--f-head);margin:16px 0 6px;font-size:1rem}.re-site .modal-foot{padding:18px 26px;border-top:1px solid var(--line);display:flex;gap:12px;justify-content:flex-end}.re-site .toast-zone{position:fixed;bottom:24px;right:24px;z-index:110;display:flex;flex-direction:column;gap:12px}.re-site .toast{display:flex;align-items:center;gap:12px;background:var(--ink);color:#fff;padding:14px 18px;border-radius:var(--r-md);box-shadow:var(--sh-lg);font-weight:500;font-size:.94rem}.re-site .toast .ti{width:22px;height:22px;flex-shrink:0}.re-site .toast.success{background:var(--success)}.re-site .toast.error{background:var(--danger)}.re-site .success-panel{text-align:center;padding:clamp(32px,5vw,52px)}.re-site .success-panel .check-ring{width:88px;height:88px;border-radius:50%;background:var(--success-bg);color:var(--success);display:grid;place-items:center;margin:0 auto 24px;animation:re-pop .4s cubic-bezier(.2,1.4,.4,1)}.re-site .success-panel .check-ring svg{width:44px;height:44px}@keyframes re-pop{0%{transform:scale(.6);opacity:0}}.re-site .success-panel h2{margin-bottom:10px}.re-site .success-panel .ref{display:inline-flex;align-items:center;gap:8px;font-family:var(--f-mono);font-size:.86rem;background:var(--surface-2);border:1px solid var(--line);padding:8px 14px;border-radius:var(--r-sm);margin-top:8px}.re-site .cta-band{background:linear-gradient(120deg,var(--teal-800),var(--teal-700) 55%,var(--teal) 100%);color:#fff;border-radius:var(--r-xl);padding:clamp(36px,5vw,60px);position:relative;overflow:hidden}.re-site .cta-band.orange{background:linear-gradient(120deg,var(--orange-600),var(--orange) 100%)}.re-site .cta-band:after{content:"";position:absolute;right:-60px;top:-60px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.08)}.re-site .cta-band h2{color:#fff}.re-site .cta-band p{color:rgba(255,255,255,.85)}@media (max-width:720px){.re-site .cta-band{padding:clamp(26px,7vw,40px)}.re-site .cta-band>div{grid-template-columns:1fr!important;gap:22px!important;align-items:stretch!important}.re-site .cta-band .btn{width:100%;justify-content:center}.re-site .cta-band h2{font-size:clamp(1.45rem,6.5vw,1.9rem);line-height:1.18}}.re-site .franchise-band{position:relative;overflow:hidden;border-radius:var(--r-xl);padding:clamp(32px,5vw,64px);background:linear-gradient(125deg,var(--ink) 0,#143038 55%,var(--teal-800) 100%);color:#fff}.re-site .franchise-band:after{content:"";position:absolute;right:-90px;bottom:-120px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(242,140,56,.28),transparent 70%);pointer-events:none}.re-site .fb-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.45fr 1fr;gap:44px;align-items:center}.re-site .fb-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--f-mono);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);font-weight:700;background:rgba(242,140,56,.15);padding:7px 14px;border-radius:999px}.re-site .franchise-band h2{color:#fff;font-family:var(--f-head);font-size:clamp(1.7rem,3.4vw,2.6rem);line-height:1.1;margin-top:16px}.re-site .franchise-band p{color:rgba(255,255,255,.82);max-width:520px;margin-top:14px;font-size:1.02rem;line-height:1.6}.re-site .fb-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.re-site .fb-ghost{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.3)}.re-site .fb-ghost:hover{background:rgba(255,255,255,.2)}.re-site .fb-stats{display:grid;grid-template-columns:1fr 1fr;gap:14px}.re-site .fb-stats>div{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);border-radius:var(--r-lg);padding:20px 16px;text-align:center}.re-site .fb-stats strong{display:block;font-family:var(--f-head);font-size:1.85rem;color:#fff;line-height:1}.re-site .fb-stats span{font-size:.84rem;color:rgba(255,255,255,.72);margin-top:6px;display:block}@media (max-width:820px){.re-site .fb-inner{grid-template-columns:1fr;gap:28px}.re-site .fb-actions .btn{width:100%;justify-content:center}}.re-site .slides{position:relative}.re-site .slide{display:none}.re-site .slide.active{display:block;opacity:1}.re-site .slider-dots{display:flex;gap:8px}.re-site .slider-dots button{width:30px;height:5px;border-radius:4px;border:none;background:var(--line);transition:.2s;padding:0}.re-site .slider-dots button.active{background:var(--teal);width:44px}.re-site .slider-arrow{width:50px;height:50px;border-radius:50%;border:1.5px solid var(--line);background:#fff;display:grid;place-items:center;color:var(--ink);transition:.15s}.re-site .slider-arrow:hover{border-color:var(--teal);color:var(--teal-700)}.re-site .divider{height:1px;background:var(--line);border:none}.re-site .note{font-family:var(--f-mono);font-size:.78rem;color:var(--slate-2);letter-spacing:.02em}.re-site .tag-row{display:flex;flex-wrap:wrap;gap:8px}.re-site .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.re-site .surface-section{background:var(--surface)}.re-site .page-hero{background:linear-gradient(155deg,#0A1F26,#0E3B46 50%,#0A5C68);color:#fff;border-bottom:none;padding-block:clamp(22px,3vw,42px);position:relative;overflow:hidden}.re-site .page-hero:after{content:"";position:absolute;right:-120px;top:-150px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(22,164,184,.3),transparent 68%);pointer-events:none}.re-site .page-hero>.wrap{position:relative;z-index:1}.re-site .page-hero .crumb{margin-bottom:18px}.re-site .page-hero .crumb,.re-site .page-hero .crumb a{color:rgba(255,255,255,.78)}.re-site .page-hero .crumb .sep{color:rgba(255,255,255,.4)}.re-site .page-hero .crumb .cur{color:#fff}.re-site .page-hero h1{font-size:clamp(2rem,3.6vw,3rem);max-width:760px;color:#fff}.re-site .page-hero .lead{margin-top:14px;max-width:640px;color:rgba(255,255,255,.82)}.re-site .page-hero .kicker{color:var(--teal-300)}.re-site .page-hero .btn-outline{color:#fff;border-color:rgba(255,255,255,.42)}.re-site .page-hero .btn-outline:hover{background:rgba(255,255,255,.12);border-color:#fff}.re-site .page-hero .btn-ghost{color:#fff;border-color:rgba(255,255,255,.3)}.re-site .page-hero .btn-ghost:hover{background:rgba(255,255,255,.12);border-color:#fff}.re-site .page-hero-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}.re-site .sube-combo{position:relative;max-width:100%}.re-site .sc-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;cursor:pointer;font:inherit;font-size:1rem;color:var(--ink);background:#fff;border:1.5px solid var(--line);border-radius:var(--r-sm);padding:13px 15px;transition:.15s}.re-site .sc-trigger:hover{border-color:var(--teal-300)}.re-site .sube-combo.open .sc-trigger{border-color:var(--teal);box-shadow:0 0 0 4px var(--teal-50)}.re-site .sc-val{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:9px}.re-site .sc-val svg{width:18px;height:18px;color:var(--teal-700);flex-shrink:0}.re-site .sc-val .sc-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.re-site .sc-chev{width:18px;height:18px;color:var(--slate-2);transition:transform .2s;flex-shrink:0}.re-site .sube-combo.open .sc-chev{transform:rotate(180deg)}.re-site .sc-panel{position:absolute;z-index:40;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--sh-lg);overflow:hidden}.re-site .sc-panel[hidden]{display:none}.re-site .sc-search{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--line)}.re-site .sc-search svg{width:17px;height:17px;color:var(--slate-2);flex-shrink:0}.re-site .sc-search input{flex:1;border:none;outline:none;font:inherit;font-size:.95rem;background:transparent;color:var(--ink)}.re-site .sc-list{max-height:260px;overflow-y:auto}.re-site .sc-list li{padding:10px 14px;cursor:pointer;font-size:.95rem;color:var(--ink-2);display:flex;flex-direction:column;gap:1px}.re-site .sc-list li small{color:var(--slate-2);font-size:.78rem;font-family:var(--f-mono)}.re-site .sc-list li:hover{background:var(--teal-50);color:var(--teal-800)}.re-site .sc-list li.sel{background:var(--teal-50);font-weight:600;color:var(--teal-700)}.re-site .sc-empty{padding:16px;text-align:center;color:var(--slate-2);font-size:.9rem;display:none}.re-site .sube-combo.empty .sc-empty{display:block}.re-site .sube-combo.empty .sc-list{display:none}.re-site .filter-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:32px}.re-site .filter-bar .result-count{font-family:var(--f-mono);font-size:.82rem;color:var(--slate);letter-spacing:.02em}.re-site .detail-grid{display:grid;grid-template-columns:1fr 340px;gap:48px;align-items:start}.re-site .detail-aside{position:sticky;top:130px;display:flex;flex-direction:column;gap:18px}.re-site .aside-card h4{margin-bottom:14px}.re-site .ba-layout{display:grid;grid-template-columns:282px 1fr;gap:40px;align-items:start}.re-site .ba-main{scroll-margin-top:100px}.re-site #basvuru-formu{scroll-margin-top:128px}.re-site .re-ik-hrform .pub-hr-branch-search-box:focus-within,.re-site .re-ik-hrform .pub-hr-form-input:focus{border-color:var(--teal-700)}.re-site .re-ik-hrform .pub-hr-cv-dropzone--drag,.re-site .re-ik-hrform .pub-hr-cv-dropzone:hover,.re-site .re-ik-hrform .pub-hr-cv-tab--active{border-color:var(--teal-700);background:var(--teal-50)}.re-site .re-ik-hrform .pub-hr-cv-tab--active{color:var(--teal-700)}.re-site .re-ik-hrform .pub-hr-branch-tag{background:var(--teal-50);color:var(--teal-800)}.re-site .re-ik-hrform .pub-hr-branch-tag-remove:hover{color:#fff}.re-site .re-ik-hrform .pub-hr-branch-dropdown-item--selected{background:var(--teal-50)}.re-site .re-ik-hrform .pub-hr-branch-dropdown-item--selected:hover{background:var(--teal-100)}.re-site .re-ik-hrform .pub-hr-form-submit{background:linear-gradient(135deg,var(--teal-700),var(--teal-800));border-radius:var(--r-pill);padding:1rem;font-family:var(--f-head);letter-spacing:.01em}.re-site .re-ik-hrform .pub-hr-success-btn{border-color:var(--teal-700);color:var(--teal-700)}.re-site .re-ik-hrform .pub-hr-form-card{border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:0 14px 40px rgba(10,30,34,.07)}.re-site .re-ik-hrform .pub-hr-form-body{padding:clamp(1.5rem,3vw,2.5rem)}.re-site .re-ik-hrform .pub-hr-form-section-head{font-family:var(--f-head);font-size:.76rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-700);margin:0 0 1.5rem;padding-bottom:.85rem;border-bottom:1px solid var(--line)}.re-site .re-ik-hrform .pub-hr-form-section-head:not(:first-child){margin-top:3rem}.re-site .re-ik-hrform .pub-hr-form-grid-2{gap:1.25rem 1.4rem;margin-bottom:1.4rem!important}.re-site .re-ik-hrform .pub-hr-form-label{font-family:var(--f-head);font-weight:600;color:var(--ink-2);margin-bottom:.55rem}.re-site .re-ik-hrform .pub-hr-cv-tabs{margin-bottom:1rem}.re-site .re-ik-hrform .pub-hr-branch-hint{margin-bottom:.85rem}.re-site .re-ik-hrform .pub-hr-form-full{margin-bottom:0}.re-site .re-ik-hrform .pub-hr-position-desc-quote{margin:1rem 0 .25rem;padding:.85rem 1rem}.re-site .re-ik-hrform .pub-hr-form-kvkk,.re-site .re-ik-hrform .pub-hr-kvkk-row{margin:1.5rem 0 1.25rem}.re-site .re-ik-hrform .pub-hr-form-submit{margin-top:.5rem}.re-site .re-ik-hrform .pub-hr-form-input{padding:.78rem 1rem;border:1.5px solid var(--line);border-radius:var(--r-md);background:#fff;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.re-site .re-ik-hrform .pub-hr-form-input:focus{border-color:var(--teal-700);box-shadow:0 0 0 3px color-mix(in srgb,var(--teal) 16%,transparent)}.re-site .re-ik-hrform select.pub-hr-form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:2.6rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230f5b63' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;background-size:18px}.re-site .re-ik-hrform .pub-hr-branch-search-box,.re-site .re-ik-hrform .pub-hr-cv-dropzone,.re-site .re-ik-hrform .pub-hr-position-desc-quote{border-radius:var(--r-md)}.re-site .re-ik-hrform .pub-hr-form-textarea{border-radius:var(--r-md);min-height:110px;padding:.78rem 1rem}.re-site .pub-hr-select-btn{padding:.78rem 1rem;border:1.5px solid var(--line);border-radius:var(--r-md);font-size:.95rem}.re-site .pub-hr-select--open .pub-hr-select-btn{border-color:var(--teal-700);box-shadow:0 0 0 3px color-mix(in srgb,var(--teal) 16%,transparent)}.re-site .pub-hr-select-chev{color:var(--teal-700)}.re-site .pub-hr-select-menu{border-radius:var(--r-md);box-shadow:0 16px 40px rgba(10,30,34,.14)}.re-site .pub-hr-select-opt--sel{background:var(--teal-50);color:var(--teal-800)}.re-site .pub-hr-select-search-input:focus{border-color:var(--teal-700)}.re-site .pub-kvkk-modal-close-btn{background:var(--teal-700)}.re-site .pub-kvkk-modal-close-btn:hover{background:var(--teal-800)}.re-site .pub-hr-kvkk-link-btn{color:var(--teal-700)}.re-site .pub-hr-kvkk-link-btn:hover{color:var(--teal-800)}.re-site .pub-hr-branch-search-count{color:var(--teal-800);background:var(--teal-100)}.re-site .pub-hr-cv-success{background:var(--teal-50);border-color:var(--teal-100);color:var(--teal-800)}.re-site .pub-hr-position-desc-quote{border-left-color:var(--teal-700);background:var(--teal-50)}.re-site .ba-side{position:sticky;top:130px;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}.re-site .ba-side-head{display:flex;align-items:center;gap:8px;padding:15px 18px;font-family:var(--f-mono);font-weight:700;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-700);background:var(--teal-50);border-bottom:1px solid var(--line)}.re-site .ba-side-nav{display:flex;flex-direction:column;padding:8px;gap:2px}.re-site .ba-side-link{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:11px;font-family:var(--f-head);font-weight:600;font-size:.97rem;color:var(--ink);text-decoration:none;transition:background .15s ease,color .15s ease}.re-site .ba-side-link:hover{background:var(--teal-50);color:var(--teal-700)}.re-site .ba-side-link.active{background:var(--teal-700);color:#fff}.re-site .ba-side-txt{flex:1;min-width:0}.re-site .ba-side-count{font-size:.72rem;font-weight:700;min-width:23px;height:23px;padding:0 7px;border-radius:999px;display:inline-grid;place-items:center;background:rgba(15,23,42,.07);color:inherit}.re-site .ba-side-link.active .ba-side-count{background:rgba(255,255,255,.24)}.re-site .ba-side-group{display:flex;flex-direction:column;gap:2px}.re-site .ba-side-sub{display:flex;flex-direction:column;gap:1px;margin:3px 0 5px 14px;padding-left:10px;border-left:2px solid var(--teal-100)}.re-site .ba-side-sublink{padding:8px 12px;border-radius:9px;font-family:var(--f-head);font-weight:500;font-size:.88rem;color:var(--ink-2);text-decoration:none;transition:background .15s ease,color .15s ease}.re-site .ba-side-sublink.active,.re-site .ba-side-sublink:hover{background:var(--teal-50);color:var(--teal-700)}.re-site .ba-side-sublink.active{font-weight:700}.re-site .ba-main-head{display:flex;flex-direction:column;align-items:flex-start;gap:13px;margin-bottom:26px}.re-site .ba-main-title{font-family:var(--f-head);font-size:clamp(1.45rem,2.6vw,2.05rem);font-weight:800;line-height:1.14}.re-site .ba-sub-grid{margin-bottom:30px}.re-site .ba-sub-grid .card{position:relative;isolation:isolate;border-color:var(--line);background:linear-gradient(165deg,#ffffff,#f6fbfb);box-shadow:0 1px 2px rgba(15,23,42,.04)}.re-site .ba-sub-grid .card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;z-index:2;background:linear-gradient(180deg,var(--teal) 0,var(--teal-700) 100%);transition:width .22s ease}.re-site .ba-sub-grid .card:hover:before{width:7px}.re-site .ba-sub-grid .card:after{content:"";position:absolute;right:-12px;top:-12px;width:96px;height:96px;z-index:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230E7C8B' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9H4.5a2.5 2.5 0 0 1 0-5H6'/%3E%3Cpath d='M18 9h1.5a2.5 2.5 0 0 0 0-5H18'/%3E%3Cpath d='M4 22h16'/%3E%3Cpath d='M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22'/%3E%3Cpath d='M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22'/%3E%3Cpath d='M18 2H6v7a6 6 0 0 0 12 0V2Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:62px 62px;opacity:.06;transition:opacity .22s ease,transform .22s ease}.re-site .ba-sub-grid .card:hover:after{opacity:.13;transform:scale(1.05) rotate(-4deg)}.re-site .ba-sub-grid .card .card-body{padding:24px 24px 14px 26px;position:relative;z-index:1}.re-site .ba-sub-grid .card .card-foot{padding:0 24px 20px 26px;position:relative;z-index:1}.re-site .ba-sub-grid .card .h3{font-size:1.9rem!important;font-weight:800;letter-spacing:-.02em;line-height:1;color:var(--ink);margin-bottom:8px!important;transition:color .18s ease}.re-site .ba-sub-grid .card:hover .h3{color:var(--teal-700)}.re-site .ba-sub-grid .card .muted{font-size:.9rem!important}.re-site .ba-sub-grid .card.card-hover:hover{transform:translateY(-5px);box-shadow:0 16px 34px -12px rgba(30,122,85,.34);border-color:var(--teal-100)}.re-site .ba-prose{margin-top:6px}.re-site .ba-prose .pub-block-btn-group{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin:12px 0 4px}.re-site .ba-prose .pub-btn-block{white-space:nowrap;min-width:0}.re-site .ba-prose .pub-btn-block>svg{display:none}.re-site .ba-prose .pub-block-btn-wrap{margin:12px 0 0;text-align:center;margin:1.6rem 0}.re-site .ba-prose .pub-btn-block{display:inline-flex}.re-site .ba-prose .pub-page-block-content>*{margin-top:0;margin-bottom:0}.re-site .ba-prose .pub-page-block-content>*+*{margin-top:1.75rem}.re-site .ba-prose .pub-page-block-content>*+.pub-block-heading{margin-top:2.75rem}.re-site .ba-prose .pub-page-block-content>.pub-block-heading+*{margin-top:1rem}@media (max-width:860px){.re-site .ba-layout{grid-template-columns:1fr;gap:22px}.re-site .ba-side{position:static}.re-site .ba-side-nav{flex-direction:column}.re-site .ba-side-link{flex:0 0 auto}.re-site .ba-side-sub{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;border-left:none;margin:6px 0 2px;padding:2px 2px 8px;gap:7px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.re-site .ba-side-sub::-webkit-scrollbar{display:none}.re-site .ba-side-sublink{flex:0 0 auto;white-space:nowrap;border:1px solid var(--line);border-radius:999px;padding:7px 14px;font-size:.85rem}.re-site .ba-side-sublink.active{border-color:var(--teal);background:var(--teal-50);color:var(--teal-700)}.re-site .ba-sub-grid.cols-2{grid-template-columns:1fr}}.re-site .prose{max-width:720px}.re-site .prose>*+*{margin-top:1.1rem}.re-site .prose h2{font-size:1.7rem;margin-top:2.2rem}.re-site .prose h3{font-size:1.3rem;margin-top:1.8rem}.re-site .prose p{color:var(--ink-2);line-height:1.7}.re-site .prose ul.bullets{display:flex;flex-direction:column;gap:10px}.re-site .prose ul.bullets li{position:relative;padding-left:30px;color:var(--ink-2)}.re-site .prose ul.bullets li:before{content:"";position:absolute;left:0;top:9px;width:16px;height:16px;border-radius:5px;background:var(--teal-50);border:1.5px solid var(--teal)}.re-site .prose ul.bullets li:after{content:"";position:absolute;left:5px;top:13px;width:5px;height:8px;border:solid var(--teal);border-width:0 2px 2px 0;transform:rotate(45deg)}.re-site .callout{display:flex;gap:14px;padding:20px 22px;border-radius:var(--r-md);background:var(--teal-50);border:1px solid var(--teal-100)}.re-site .callout.orange{background:var(--orange-50);border-color:var(--orange-100)}.re-site .callout .ci{flex-shrink:0;color:var(--teal-700)}.re-site .callout.orange .ci{color:var(--orange-600)}.re-site .callout h4{font-family:var(--f-head);margin-bottom:4px}.re-site .callout p{color:var(--ink-2);font-size:.96rem}.re-site .file-card{display:flex;align-items:center;gap:16px;padding:18px 20px;border:1px solid var(--line);border-radius:var(--r-md);background:#fff}.re-site .file-card .fi{width:46px;height:46px;border-radius:12px;background:var(--orange-50);color:var(--orange-600);display:grid;place-items:center;flex-shrink:0}.re-site .file-card .meta{flex:1}.re-site .file-card .meta strong{font-family:var(--f-head)}.re-site .data-table{width:100%;border-collapse:collapse;border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden}.re-site .data-table td,.re-site .data-table th{padding:13px 16px;text-align:left;border-bottom:1px solid var(--line);font-size:.94rem}.re-site .data-table th{background:var(--surface-2);font-family:var(--f-head);font-weight:600;color:var(--ink)}.re-site .data-table td{color:var(--ink-2)}.re-site .data-table tr:last-child td{border-bottom:none}@media (max-width:880px){.re-site .detail-grid{grid-template-columns:1fr}.re-site .detail-aside{position:static}}.re-site .ink-section{background:var(--ink);color:rgba(255,255,255,.8)}.re-site .ink-section h2,.re-site .ink-section h3{color:#fff}@media (max-width:1024px){.re-site .footer-grid{grid-template-columns:1fr 1fr;gap:32px}.re-site .cols-4{grid-template-columns:repeat(2,1fr)}.re-site .nav-main,.re-site .topbar .tb-left .hide-sm{display:none}.re-site .burger{display:flex}.re-site .nav-cta .btn-text-hide{display:none}}@media (max-width:860px){.re-site .stat-strip{grid-template-columns:repeat(2,1fr)}.re-site .stat:nth-child(2){border-right:none}.re-site .stat{border-bottom:1px solid var(--line)}}@media (max-width:760px){.re-site .topbar{display:none}.re-site .nav-cta{gap:9px;min-width:0}.re-site .nav-cta .btn-sm{padding:8px 14px;font-size:.8rem;min-height:34px;white-space:nowrap}.re-site .navbar{min-height:74px;gap:14px}.re-site .brand{min-width:0}.re-site .brand img{height:48px;max-width:42vw;object-fit:contain;object-position:left center}}@media (max-width:640px){.re-site{font-size:16px}.re-site .cols-2,.re-site .cols-3,.re-site .cols-4,.re-site .footer-grid{grid-template-columns:1fr}.re-site .stat-strip{grid-template-columns:1fr 1fr}.re-site .steps .nm{display:none}.re-site .modal-foot{flex-direction:column-reverse}.re-site .modal-foot .btn{width:100%}}.re-site .hero{background:linear-gradient(155deg,#0A1F26,#0E3B46 50%,#0A5C68);color:#fff;position:relative;overflow:hidden}.re-site .hero:before{right:-140px;top:-160px;width:540px;height:540px;background:radial-gradient(circle,rgba(22,164,184,.4),transparent 68%)}.re-site .hero:after,.re-site .hero:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.re-site .hero:after{left:-120px;bottom:-200px;width:460px;height:460px;background:radial-gradient(circle,rgba(232,113,14,.12),transparent 70%)}.re-site .hero .wrap{position:relative;z-index:1}.re-site .hero h1{color:#fff}.re-site .hero .kicker{color:var(--teal-300)}.re-site .hero .lead{color:rgba(255,255,255,.82)}.re-site .hero .hl-orange,.re-site .hero .hl-teal{color:var(--teal-300)}.re-site .hero .btn-outline{color:#fff;border-color:rgba(255,255,255,.38)}.re-site .hero .btn-outline:hover{background:rgba(255,255,255,.12);border-color:#fff}.re-site .hero .slider-dots button{background:rgba(255,255,255,.28)}.re-site .hero .slider-dots button.active{background:var(--teal-300)}.re-site .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,4vw,56px);align-items:start;padding-block:clamp(28px,4vw,54px)}.re-site .hero-grid--no-visual{grid-template-columns:1fr}.re-site .hero-grid--no-visual .hero-visual{display:none}.re-site .hero h1{font-size:clamp(1.85rem,3.1vw,2.85rem)}.re-site .hero .trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:28px}.re-site .hero .trust .ti{display:flex;align-items:center;gap:9px;font-family:var(--f-head);font-weight:600;font-size:.92rem;color:rgba(255,255,255,.9)}.re-site .hero .trust .ti svg{width:20px;height:20px;color:var(--teal-300)}.re-site .trust{display:flex;gap:24px;flex-wrap:wrap;align-items:center;margin-top:28px}.re-site .trust .ti{display:inline-flex;align-items:center;gap:9px;font-family:var(--f-head);font-weight:600;font-size:.92rem;color:rgba(255,255,255,.9)}.re-site .trust .ti svg{width:20px;height:20px;flex-shrink:0}.re-site .page-hero .trust .ti svg{color:var(--teal-300)}.re-site .re-fr{background:#fff}.re-site .re-fr-nav{position:sticky;top:0;z-index:50;background:rgba(10,31,38,.9);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}.re-site .re-fr-nav-inner{max-width:1200px;margin:0 auto;padding:12px clamp(16px,4vw,40px);gap:20px}.re-site .re-fr-brand,.re-site .re-fr-nav-inner{display:flex;align-items:center}.re-site .re-fr-brand img{height:54px;width:auto;object-fit:contain}.re-site .re-fr-brand span{font-family:var(--f-head);font-weight:800;font-size:1.1rem;color:#fff}.re-site .re-fr-links{display:flex;gap:26px;margin-left:auto}.re-site .re-fr-links a{font-family:var(--f-head);font-weight:600;font-size:.94rem;color:rgba(255,255,255,.82)}.re-site .re-fr-links a:hover{color:var(--teal-300)}.re-site .re-fr-navcta{margin-left:8px}@media (max-width:760px){.re-site .re-fr-links{display:none}.re-site .re-fr-navcta{margin-left:auto}}.re-site .re-fr-hero{position:relative;background:linear-gradient(155deg,#0a1f26,#0e3b46 55%,#0a5c68);color:#fff;overflow:hidden;padding:clamp(72px,11vw,150px) clamp(16px,4vw,40px);min-height:86vh;display:flex;align-items:center}.re-site .re-fr-hero:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 0);background-size:24px 24px;opacity:.6;pointer-events:none}.re-site .re-fr-orb{position:absolute;border-radius:50%;pointer-events:none}.re-site .re-fr-orb--teal{width:640px;height:640px;top:-200px;right:-160px;background:radial-gradient(circle,rgba(22,164,184,.32),transparent 66%);animation:frOrb 11s ease-in-out infinite}.re-site .re-fr-orb--orange{width:520px;height:520px;bottom:-220px;left:-180px;background:radial-gradient(circle,rgba(232,113,14,.2),transparent 66%);animation:frOrb 14s ease-in-out infinite reverse}.re-site .re-fr-ring{position:absolute;width:min(74vw,800px);aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,255,255,.08);top:50%;left:50%;transform:translate(-50%,-52%);pointer-events:none}@keyframes frOrb{0%,to{transform:translateY(0)}50%{transform:translateY(26px)}}@media (prefers-reduced-motion:reduce){.re-site .re-fr-orb{animation:none}}.re-site .re-fr-hero-inner{position:relative;z-index:1;max-width:880px}.re-site .re-fr-hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:14px;margin-top:clamp(40px,6vw,64px)}.re-site .re-fr-stat{display:flex;flex-direction:column;align-items:center;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.11);border-radius:16px;padding:18px 12px 15px;backdrop-filter:blur(4px);transition:.2s}.re-site .re-fr-stat:hover{border-color:rgba(127,205,216,.4);transform:translateY(-3px)}.re-site .re-fr-stat-n{font-family:var(--f-head);font-weight:800;font-size:clamp(1.7rem,3.4vw,2.5rem);color:#fff;line-height:1}.re-site .re-fr-stat-l{font-size:.72rem;letter-spacing:.09em;margin-top:9px;white-space:nowrap}.re-site .re-fr-badge,.re-site .re-fr-stat-l{font-family:var(--f-mono);text-transform:uppercase;color:var(--teal-300)}.re-site .re-fr-badge{display:inline-flex;align-items:center;gap:14px;font-size:.78rem;letter-spacing:.18em;margin-bottom:24px}.re-site .re-fr-badge:before{content:"";width:38px;height:1.5px;background:linear-gradient(90deg,transparent,var(--teal-300))}.re-site .re-fr-badge:after{content:"";width:38px;height:1.5px;background:linear-gradient(90deg,var(--teal-300),transparent)}.re-site .re-fr-h1{font-family:var(--f-head);font-weight:800;font-size:clamp(2.1rem,5vw,3.5rem);line-height:1.08;margin-bottom:18px;color:#fff}.re-site .re-fr-sub{font-size:clamp(1rem,1.6vw,1.18rem);color:rgba(255,255,255,.82);max-width:640px;margin:0 auto;line-height:1.6}.re-site .re-fr-hero-cta{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:32px}.re-site .re-fr-hero-ghost{color:#fff;border-color:rgba(255,255,255,.35);background:transparent}.re-site .re-fr-hero-ghost:hover{background:rgba(255,255,255,.1)}.re-site .onkayit-help-after{margin-top:28px}.re-site .onkayit-help-actions{display:flex;gap:12px;flex-wrap:wrap}.re-site .onkayit-help-actions .btn{flex:1 1 240px}.re-site .re-okullar-card{display:block;position:relative;border-radius:var(--r-lg);overflow:hidden;min-height:300px;background:linear-gradient(110deg,#0a1f26,#0e3b46 60%,#11403a);color:#fff;text-decoration:none;box-shadow:0 18px 44px rgba(10,30,34,.14)}.re-site .re-okullar-card:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 0);background-size:22px 22px;opacity:.5;pointer-events:none}.re-site .re-okullar-card:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(127,205,216,.16),transparent 68%);top:-140px;right:-100px;pointer-events:none}.re-site .re-okullar-bg{position:absolute;inset:0;z-index:0}.re-site .re-okullar-slide{position:absolute;inset:0;background-size:cover;background-position:50%;opacity:0;animation:re-okullar-cycle 20s linear infinite;will-change:opacity,transform}@keyframes re-okullar-cycle{0%{opacity:0;transform:scale(1.04)}4%{opacity:1}25%{opacity:1}29%{opacity:0;transform:scale(1.1)}to{opacity:0;transform:scale(1.04)}}.re-site .re-okullar-overlay{position:absolute;inset:0;z-index:0;background:linear-gradient(100deg,rgba(8,28,33,.92),rgba(10,45,52,.82) 48%,rgba(11,55,50,.62))}@media (prefers-reduced-motion:reduce){.re-site .re-okullar-slide{animation:none}.re-site .re-okullar-slide:first-child{opacity:1}}.re-site .re-okullar-body{position:relative;z-index:1;padding:clamp(28px,5vw,54px);max-width:580px}.re-site .re-duyuru-grid{grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media (max-width:880px){.re-site .re-duyuru-grid{grid-template-columns:1fr;gap:28px}.re-site .re-duyuru-grid .re-etkinlik-slider{order:-1;max-width:520px;margin-inline:auto;width:100%}}.re-site .re-etkinlik-slider{position:relative;overflow:hidden}.re-site .re-etkinlik-slider .ph-label{display:none}.re-site .re-etkinlik-slide{position:absolute;inset:0;background-size:cover;background-position:50%;opacity:0;animation:re-etkinlik-fade 15s ease-in-out infinite;will-change:opacity}@keyframes re-etkinlik-fade{0%{opacity:0}4%{opacity:1}29%{opacity:1}37%{opacity:0}to{opacity:0}}@media (prefers-reduced-motion:reduce){.re-site .re-etkinlik-slide{animation:none}}.re-site .re-branch-hero{position:relative;overflow:hidden}.re-site .re-branch-hero .wrap{position:relative}.re-site .re-branch-hero .crumb,.re-site .re-branch-hero .lead,.re-site .re-branch-hero h1{max-width:600px}.re-site .re-branch-hero-cover{position:absolute;top:50%;right:0;transform:translateY(-50%);width:min(40vw,480px);z-index:1;pointer-events:none}.re-site .re-branch-hero-cover-img{display:block;width:100%;aspect-ratio:4/3;background-size:cover;background-position:50%;border-radius:18px;transform:rotate(-2.5deg);box-shadow:0 26px 60px rgba(0,0,0,.34);outline:1px solid rgba(255,255,255,.18);outline-offset:-1px}@media (max-width:1240px){.re-site .re-branch-hero-cover{width:min(40vw,400px)}}@media (max-width:980px){.re-site .re-branch-hero-cover{display:none}.re-site .re-branch-hero .crumb,.re-site .re-branch-hero .lead,.re-site .re-branch-hero h1{max-width:none}}.re-site .re-album-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:32px;align-items:start}.re-site .re-album-aside{position:sticky;top:90px;background:#fff;border:1px solid var(--line,#e6ebec);border-radius:var(--r-lg,18px);padding:20px}.re-site .re-album-aside-title{font-family:var(--f-head);font-size:1.05rem;font-weight:700;margin:0 0 14px;color:var(--teal-800,#0b2f33)}.re-site .re-album-aside-list{display:flex;flex-direction:column;gap:8px}.re-site .re-album-aside-item{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:12px;border:1px solid var(--line,#e6ebec);text-decoration:none;transition:background .12s,border-color .12s}.re-site .re-album-aside-item:hover{background:var(--teal-50,#effaf6);border-color:var(--teal-300,#8fd6bf)}.re-site .re-album-aside-item-title{font-weight:600;color:var(--teal-800,#1a2b32);font-size:.92rem}.re-site .re-album-aside-item-meta{font-size:.76rem;color:var(--slate,#5b7178)}.re-site .re-album-aside-all{margin-top:16px;width:100%;justify-content:center}@media (max-width:900px){.re-site .re-album-layout{grid-template-columns:1fr}.re-site .re-album-aside{position:static}}.re-site .re-okullar-badge{display:inline-block;background:var(--orange-600);color:#fff;font-family:var(--f-mono);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:18px}.re-site .re-okullar-title{font-family:var(--f-head);font-weight:800;font-size:clamp(1.8rem,3.5vw,2.6rem);margin-bottom:14px;line-height:1.1;color:#fff}.re-site .re-okullar-desc{font-size:1.02rem;line-height:1.6;color:rgba(255,255,255,.84);max-width:430px;margin-bottom:26px}.re-site .re-okullar-link{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--teal-800);font-family:var(--f-head);font-weight:700;font-size:.95rem;padding:12px 22px;border-radius:999px;transition:transform .15s,box-shadow .15s}.re-site .re-okullar-card:hover .re-okullar-link{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.18)}.re-site button.reel{border:none;padding:0;background:none;cursor:pointer;font:inherit}.re-site .re-reel-modal{position:fixed;inset:0;z-index:1000;background:rgba(8,16,18,.86);backdrop-filter:blur(4px);display:grid;place-items:center;padding:20px}.re-site .re-reel-close{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;border:none;background:rgba(255,255,255,.14);color:#fff;cursor:pointer;display:grid;place-items:center}.re-site .re-reel-close:hover{background:rgba(255,255,255,.24)}.re-site .re-reel-frame{width:min(420px,94vw);height:min(760px,86vh);background:#000;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5);display:flex;flex-direction:column}.re-site .re-reel-frame iframe{flex:1;width:100%;min-height:0;border:0;display:block}.re-site .re-reel-video{flex:1;width:100%;min-height:0;display:block;object-fit:contain;background:#000}.re-site .re-reel-more{flex:0 0 auto;display:flex;align-items:center;gap:9px;padding:13px 16px;background:linear-gradient(135deg,var(--teal-800),var(--teal-700));color:#fff;text-decoration:none;font-size:.9rem;font-weight:600}.re-site .re-reel-more:hover{filter:brightness(1.08)}.re-site .re-reel-more span:first-of-type{flex:1}.re-site .re-reel-more-arrow{font-weight:700;opacity:.85}.re-site .re-fr-feat-ic{width:50px;height:50px;border-radius:14px;background:var(--teal-50);color:var(--teal-700);display:grid;place-items:center;margin-bottom:6px}.re-site .re-fr-why{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:28px 26px}.re-site .re-fr-why-num{font-family:var(--f-head);font-weight:800;font-size:1.6rem;color:var(--teal-200,#9bd6cf);display:block;margin-bottom:10px}.re-site .re-fr-why h3{font-family:var(--f-head);font-size:1.12rem;margin-bottom:6px}.re-site .re-fr-why p{color:var(--slate);font-size:.94rem;line-height:1.6}.re-site .re-fr-branch .re-fr-branch-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.re-site .re-fr-foot{background:#0a1f26;color:rgba(255,255,255,.8);padding:36px clamp(16px,4vw,40px)}.re-site .re-fr-foot-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:24px;flex-wrap:wrap}.re-site .re-fr-foot-brand img{height:34px;width:auto;object-fit:contain}.re-site .re-fr-foot-brand span{font-family:var(--f-head);font-weight:800;color:#fff}.re-site .re-fr-foot-links{display:flex;gap:22px;flex-wrap:wrap}.re-site .re-fr-foot-links a{color:rgba(255,255,255,.8);font-size:.92rem}.re-site .re-fr-foot-links a:hover{color:#fff}.re-site .re-fr-foot-phone{margin-left:auto;font-family:var(--f-head);font-weight:700;color:#fff}.re-site .hero-visual{position:relative}.re-site .hero-visual .main-ph{border-radius:var(--r-xl);aspect-ratio:4/4.4;box-shadow:var(--sh-lg)}.re-site .float-card{position:absolute;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:var(--r-md);padding:12px 16px;box-shadow:var(--sh-lg);display:flex;align-items:center;gap:10px}.re-site .float-card .fc-ic{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.re-site .float-card .fc-ic svg{width:14px;height:14px}.re-site .float-card .fc-num{font-family:var(--f-head);font-weight:700;font-size:1.15rem;line-height:1;letter-spacing:-.02em}.re-site .float-card .fc-lbl{font-family:var(--f-mono);font-size:.66rem;letter-spacing:.05em;text-transform:uppercase;color:var(--slate);margin-top:2px}.re-site .fc-1{bottom:132px;left:-30px}.re-site .fc-2{top:24px;right:-22px}.re-site .hero-badge{position:absolute;top:18px;left:18px}.re-site .hero-controls{display:flex;align-items:center;gap:14px 18px;margin-top:30px;flex-wrap:wrap}.re-site .section-head{margin-bottom:40px}.re-site .section-head h2{margin-top:14px}.re-site .school-band{position:relative;border-radius:var(--r-xl);overflow:hidden;min-height:380px;display:flex;align-items:center}.re-site .school-band .sb-photo{position:absolute;inset:0;background-size:cover;background-position:50%;opacity:0;transition:opacity 1.1s ease}.re-site .school-band .sb-photo.active{opacity:1}.re-site .school-band .sb-scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(95deg,rgba(10,24,30,.95),rgba(10,24,30,.82) 38%,rgba(10,24,30,.28) 78%,rgba(10,24,30,.12))}.re-site .school-band .sb-text{position:relative;z-index:2;padding:clamp(32px,5vw,60px);max-width:540px;color:#fff}.re-site .school-band h2{color:#fff}.re-site .school-band p{color:rgba(255,255,255,.85)}.re-site .ann-row{display:flex;gap:18px;align-items:center;padding:20px 22px;border:1px solid var(--line);border-radius:var(--r-md);background:#fff;transition:.18s}.re-site .ann-row:hover{border-color:var(--teal-300);box-shadow:var(--sh-md);transform:translateX(4px)}.re-site .ann-row .ann-date{text-align:center;flex-shrink:0;width:56px}.re-site .ann-row .ann-date .d{font-family:var(--f-head);font-weight:700;font-size:1.5rem;line-height:1;color:var(--teal-700)}.re-site .ann-row .ann-date .m{font-family:var(--f-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--slate)}.re-site .ann-row .ann-body h3{font-size:1.08rem}.re-site .testi .quote{font-size:1.05rem}@media (max-width:880px){.re-site .hero-grid{grid-template-columns:1fr}.re-site .hero-grid .hero-visual{order:-1;max-width:440px;margin-inline:auto;width:100%}.re-site .hero-grid--no-visual .hero-text{text-align:center}.re-site .hero-grid--no-visual .hero-controls,.re-site .hero-grid--no-visual .trust{justify-content:center}.re-site .hero-grid--no-visual .lead{margin-inline:auto}.re-site .fc-1{left:6px}.re-site .fc-2{right:6px}.re-site .school-band{min-height:340px}}.re-site .vis-track{position:relative}.re-site .vis-slide{display:none}.re-site .vis-slide.active{display:block}.re-site .vis-main{border-radius:var(--r-xl);aspect-ratio:4/4.4;box-shadow:var(--sh-lg);width:85%;margin-inline:auto}.re-site .vis-inset{position:absolute;left:-26px;bottom:-22px;width:148px;aspect-ratio:1/1;border-radius:var(--r-lg);border:4px solid #fff;box-shadow:var(--sh-lg);z-index:2}.re-site .vis-duo{position:relative;aspect-ratio:4/4.5}.re-site .vis-duo:before{content:"";position:absolute;inset:-10% -8%;z-index:0;background:radial-gradient(58% 58% at 72% 22%,rgba(34,170,160,.42),transparent 70%),radial-gradient(54% 54% at 24% 86%,rgba(230,140,70,.36),transparent 70%);filter:blur(22px);border-radius:50%}.re-site .vis-duo-back,.re-site .vis-duo-front{position:absolute;background-size:cover;background-position:50%;border-radius:var(--r-xl)}.re-site .vis-duo-back{top:7%;right:0;width:74%;aspect-ratio:4/3.05;z-index:1;transform:rotate(2.4deg);box-shadow:0 20px 44px rgba(8,20,24,.3);animation:visDuoA 8s ease-in-out infinite}.re-site .vis-duo-front{bottom:0;left:0;width:72%;aspect-ratio:4/3.35;z-index:2;border:5px solid #fff;transform:rotate(-3deg);box-shadow:0 26px 56px rgba(8,20,24,.4);animation:visDuoB 8s ease-in-out infinite}@keyframes visDuoA{0%,to{transform:rotate(2.4deg) translateY(0)}50%{transform:rotate(2.4deg) translateY(-12px)}}@keyframes visDuoB{0%,to{transform:rotate(-3deg) translateY(0)}50%{transform:rotate(-3deg) translateY(12px)}}@media (prefers-reduced-motion:reduce){.re-site .vis-duo-back,.re-site .vis-duo-front{animation:none}}@media (min-width:861px){.re-site .hero-grid--img-left{grid-template-columns:.95fr 1.05fr}.re-site .hero-grid--img-left .hero-text{order:2}.re-site .hero-grid--img-left .hero-visual{order:1}}.re-site .hero-stats{display:flex;align-items:stretch;gap:0;border-top:1px solid rgba(255,255,255,.14);padding-bottom:clamp(36px,4vw,64px)}.re-site .hero-stats .hs-icon{flex-shrink:0;display:flex;align-items:center;padding:26px 30px 8px 0}.re-site .hero-stats .hs-icon span{width:54px;height:54px;border-radius:14px;border:1.5px solid rgba(127,205,216,.5);display:grid;place-items:center;color:var(--teal-300)}.re-site .hero-stats .hs-icon svg{width:28px;height:28px}.re-site .hero-stats .hs-items{flex:1;display:grid;grid-template-columns:repeat(4,1fr)}.re-site .hero-stats .hs{padding:24px 20px 2px;position:relative}.re-site .hero-stats .hs-items .hs:first-child{padding-left:30px}.re-site .hero-stats .hs+.hs:before,.re-site .hero-stats .hs-items .hs:first-child:before{content:"";position:absolute;left:0;top:24px;bottom:8px;width:1px;background:rgba(255,255,255,.12)}.re-site .hero-stats .hs .hs-tag{display:inline-block;font-family:var(--f-head);font-weight:700;font-size:.95rem;letter-spacing:.01em;text-transform:none;color:var(--orange);margin-bottom:9px}.re-site .hero-stats .hs .num{font-family:var(--f-head);font-weight:700;font-size:clamp(1.5rem,2.1vw,2rem);color:#fff;letter-spacing:-.02em;line-height:1}.re-site .hero-stats .hs .num .suf{color:var(--orange)}.re-site .hero-stats .hs .lbl{font-family:var(--f-mono);font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-top:9px;line-height:1.35}@media (max-width:640px){.re-site .hero-stats .hs-icon{display:none}.re-site .hero-stats .hs-items{grid-template-columns:repeat(4,1fr)}.re-site .hero-stats .hs{padding:14px 8px 2px}.re-site .hero-stats .hs-items .hs:first-child{padding-left:8px}.re-site .hero-stats .hs-items .hs:first-child:before{display:none}.re-site .hero-stats .hs+.hs:before{top:16px;bottom:4px}.re-site .hero-stats .hs .hs-tag{font-size:.68rem;margin-bottom:5px;white-space:nowrap}.re-site .hero-stats .hs .num{font-size:1.25rem}.re-site .hero-stats .hs .lbl{font-size:.53rem;letter-spacing:.03em;margin-top:5px}}.re-site .logo-wall{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.re-site .logo-cell{min-height:128px;background:#fff;border:1px solid var(--line);border-radius:var(--r-md);display:grid;place-items:center;padding:24px 28px;transition:.2s}.re-site .logo-cell:hover{box-shadow:var(--sh-md);transform:translateY(-3px);border-color:transparent}.re-site .logo-cell img{max-height:62px;max-width:72%;width:auto;height:auto;object-fit:contain}.re-site .brand-card{display:flex;flex-direction:column;gap:13px;padding:26px;border:1px solid var(--line);border-radius:var(--r-lg);background:#fff;transition:.2s}.re-site .brand-card:hover{box-shadow:var(--sh-lg);transform:translateY(-3px);border-color:transparent}.re-site .brand-card .bmark{align-self:flex-start;height:50px;padding:0 18px;border-radius:var(--r-md);display:grid;place-items:center;font-family:var(--f-head);font-weight:700;font-size:1.15rem;color:#fff;letter-spacing:-.01em}.re-site .brand-card h3{font-size:1.08rem}.re-site .brand-card p{color:var(--slate);font-size:.9rem;flex:1;line-height:1.5}.re-site .brand-card .blink{font-family:var(--f-head);font-weight:600;font-size:.86rem;color:var(--teal-700);display:inline-flex;align-items:center;gap:6px}.re-site .brand-card:hover .blink{color:var(--orange-600)}@media (max-width:880px){.re-site .logo-wall{grid-template-columns:repeat(3,1fr)}}@media (max-width:520px){.re-site .logo-wall{grid-template-columns:repeat(2,1fr)}}.re-site .reels-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:30px}.re-site .ig-handle{display:inline-flex;align-items:center;gap:12px}.re-site .ig-handle .igm{width:46px;height:46px;border-radius:13px;background:linear-gradient(45deg,#F58529,#DD2A7B 50%,#8134AF);display:grid;place-items:center;color:#fff;flex-shrink:0}.re-site .ig-handle .ht{font-family:var(--f-head);font-weight:700}.re-site .re-dsearch-field{display:flex;align-items:center;gap:9px;padding:0 12px;background:#fff;border:1px solid var(--line);border-radius:var(--r-md);color:var(--teal-700)}.re-site .re-dsearch-field input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:11px 0;font:inherit;font-size:.95rem;color:var(--ink)}.re-site .re-dsearch-field input::placeholder{color:#9aa6ab}.re-site .re-dsearch-clear{border:0;background:transparent;color:#9aa6ab;cursor:pointer;display:grid;place-items:center;padding:2px}.re-site .re-dsearch-clear:hover{color:var(--ink)}.re-site .re-dsearch-results{margin-top:12px;max-height:360px;overflow-y:auto}.re-site .re-dsearch-empty{color:var(--slate);font-size:.9rem;padding:6px 2px}.re-site .re-dsearch-group+.re-dsearch-group{margin-top:14px}.re-site .re-dsearch-label{display:block;font-family:var(--f-mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-700);margin-bottom:6px}.re-site .re-dsearch-item{display:flex;align-items:flex-start;gap:9px;padding:8px;border-radius:10px;text-decoration:none;color:var(--ink);transition:background .15s}.re-site .re-dsearch-ic,.re-site .re-dsearch-item:hover{background:var(--teal-50)}.re-site .re-dsearch-ic{flex-shrink:0;width:26px;height:26px;border-radius:7px;color:var(--teal-700);display:grid;place-items:center;margin-top:1px}.re-site .re-dsearch-t{display:block;font-weight:600;font-size:.9rem;line-height:1.3}.re-site .re-dsearch-sub{display:block;font-size:.78rem;color:var(--slate);margin-top:2px}.re-site .reels-row{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.re-site .reels-more{display:flex;justify-content:center;margin-top:30px;padding-inline:16px}.re-site .reels-more-btn{display:inline-flex;align-items:center;gap:10px}.re-site .reels-more-btn svg:first-child{color:#DD2A7B}@media(max-width:480px){.re-site .reels-more-btn{white-space:normal;text-align:center;font-size:.88rem;padding:12px 18px;gap:8px;max-width:100%}}.re-site .reel{position:relative;aspect-ratio:9/16;border-radius:var(--r-md);overflow:hidden;border:1px solid var(--line);display:block;transition:.2s}.re-site .reel:hover{box-shadow:var(--sh-lg);transform:translateY(-3px)}.re-site .reel .ph,.re-site .reel .play{position:absolute;inset:0}.re-site .reel .play{display:grid;place-items:center}.re-site .reel .play span{width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.92);display:grid;place-items:center;color:var(--ink);box-shadow:var(--sh-md)}.re-site .reel .rmeta{position:absolute;left:0;right:0;bottom:0;padding:14px 12px 11px;background:linear-gradient(transparent,rgba(20,36,44,.82));color:#fff}.re-site .reel .rmeta .v{font-family:var(--f-mono);font-size:.72rem;display:flex;align-items:center;gap:6px}@media (max-width:880px){.re-site .reels-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:14px;padding-bottom:10px;scrollbar-width:thin}.re-site .reel{flex:0 0 38%;scroll-snap-align:start}}@media (max-width:520px){.re-site .reel{flex:0 0 58%}}.re-site .sube-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:26px}.re-site .sube-toolbar .select{min-width:180px;width:auto}.re-site .sube-count{margin-left:auto;font-family:var(--f-mono);font-size:.8rem;color:var(--slate)}.re-site .fr-band{display:grid;grid-template-columns:1.25fr .9fr;border-radius:var(--r-xl);overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:var(--sh-sm);align-items:stretch}.re-site .fr-text{padding:clamp(26px,3vw,42px)}.re-site .fr-visual{position:relative;overflow:hidden;min-height:260px}.re-site .fr-photo{position:absolute;inset:0;background-size:cover;background-position:50%;opacity:0;transition:opacity 1s ease}.re-site .fr-photo.active{opacity:1}.re-site .fr-visual .fr-scrim{position:absolute;inset:0;background:linear-gradient(120deg,rgba(200,95,10,.34),transparent 60%);z-index:1}.re-site .fr-benefits{display:flex;flex-wrap:wrap;gap:12px 24px;margin:22px 0 26px}.re-site .fr-benefits .b{display:inline-flex;align-items:center;gap:8px;font-family:var(--f-head);font-weight:600;font-size:.94rem}.re-site .fr-benefits .b svg{width:18px;height:18px;color:var(--orange-600);flex-shrink:0}@media (max-width:760px){.re-site .fr-band{grid-template-columns:1fr}.re-site .fr-visual{min-height:200px}}.re-site .h3-dots{display:flex;gap:8px}.re-site .h3-dots button{width:30px;height:5px;border-radius:4px;border:none;background:var(--line);padding:0;cursor:pointer;transition:.2s}.re-site .h3-dots button.active{background:var(--teal);width:42px}.re-site .h3-arrow{width:48px;height:48px;border-radius:50%;border:1.5px solid var(--line);background:#fff;display:grid;place-items:center;color:var(--ink);transition:.15s;cursor:pointer}.re-site .h3-arrow:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.re-site .h3d-viewport{overflow:hidden;padding:14px 6px 36px}.re-site .h3d-railwrap{position:relative;margin-bottom:-18px}.re-site .h3d-track{display:flex;gap:20px;transition:transform .5s cubic-bezier(.4,0,.2,1)}.re-site .h3d-card{flex:0 0 320px;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;text-align:left;transition:.2s}.re-site .h3d-card:hover{box-shadow:var(--sh-lg);transform:translateY(-3px);border-color:transparent}.re-site .h3d-card .ph{aspect-ratio:16/10}.re-site .h3d-card .bd{padding:20px}.re-site .h3d-card h3{font-family:var(--f-head);font-size:1.12rem;margin:10px 0 6px}.re-site .h3d-card p{color:var(--slate);font-size:.92rem}.re-site .h3d-card.re-prog-card{position:relative;display:flex;flex-direction:column}.re-site .h3d-card.re-prog-card:before{content:"";position:absolute;left:0;top:0;right:0;height:5px;background:linear-gradient(90deg,var(--teal),var(--teal-700));z-index:1}.re-site .h3d-card.re-prog-card.orange:before{background:linear-gradient(90deg,var(--orange-600),var(--orange))}.re-site .h3d-card.re-prog-card .bd{padding:26px 24px;display:flex;flex-direction:column;gap:10px;flex:1}.re-site .h3d-card.re-prog-card .re-prog-ic{width:46px;height:46px;border-radius:12px;background:var(--teal-50);color:var(--teal-700);display:grid;place-items:center;flex-shrink:0}.re-site .h3d-card.re-prog-card.orange .re-prog-ic{background:var(--orange-50);color:var(--orange-600)}.re-site .h3d-card.re-prog-card h3{font-size:1.18rem;margin:6px 0 0;line-height:1.28}.re-site .h3d-card.re-prog-card p{color:var(--slate);font-size:.92rem;line-height:1.55;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.re-site .h3d-card.re-prog-card .re-prog-branch{display:inline-flex;align-items:center;gap:6px;font-family:var(--f-mono);font-size:.76rem;letter-spacing:.02em;color:var(--slate)}.re-site .h3d-card.re-prog-card .re-prog-branch svg{color:var(--teal-700);flex-shrink:0}.re-site .h3d-card.re-prog-card .re-prog-link{margin-top:6px;font-family:var(--f-head);font-weight:600;color:var(--teal-700);display:inline-flex;align-items:center;gap:6px;font-size:.92rem}.re-site .h3d-card.re-prog-card.orange .re-prog-link{color:var(--orange-600)}.re-site .h3d-card.re-prog-card .re-prog-link svg{transition:transform .2s}.re-site .h3d-card.re-prog-card:hover .re-prog-link svg{transform:translateX(3px)}.re-site .h3d-nav{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:28px}.re-site .hero .slide.active{animation:heroFade .7s ease both}@keyframes heroFade{0%{opacity:.2;transform:translateY(10px)}to{opacity:1;transform:none}}.re-site .hero .vis-slide.active{animation:heroFadeV .7s ease both}@keyframes heroFadeV{0%{opacity:.35;transform:scale(1.015)}to{opacity:1;transform:none}}.re-site .public-main{background:var(--paper);overflow-x:clip}.re-site{min-height:100vh}.re-site .tier-legend{display:flex;flex-wrap:wrap;gap:14px 22px;margin-top:20px}.re-site .tier-legend .li{display:flex;align-items:center;gap:8px;font-size:.88rem;color:rgba(255,255,255,.85)}.re-site .tier-legend .sw{width:14px;height:14px;border-radius:5px}.re-site .kampus-toolbar{display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:30px}.re-site .kampus-toolbar .selects{display:flex;gap:12px;flex-wrap:wrap}.re-site .kampus-toolbar .select{width:auto;min-width:180px}.re-site .kampus-toolbar .selects .combo{width:200px;max-width:100%}@media (max-width:640px){.re-site .kampus-toolbar{gap:12px}.re-site .kampus-toolbar .chips{flex-wrap:nowrap;overflow-x:auto;gap:8px;width:100%;padding-bottom:4px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.re-site .kampus-toolbar .chips::-webkit-scrollbar{display:none}.re-site .kampus-toolbar .chip{flex:0 0 auto;padding:8px 15px;font-size:.84rem}.re-site .kampus-toolbar .selects{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.re-site .kampus-toolbar .selects .combo{width:100%}}.re-site .mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.re-site .mv{padding:32px;border-radius:var(--r-lg);border:1px solid var(--line);background:#fff}.re-site .mv .ic{width:50px;height:50px;border-radius:13px;display:grid;place-items:center;margin-bottom:16px}.re-site .value{padding:26px;border-radius:var(--r-lg);background:#fff;border:1px solid var(--line)}.re-site .value .n{font-family:var(--f-head);font-weight:700;font-size:1.6rem;color:var(--teal)}.re-site .team-card{text-align:center}.re-site .team-card .ph{aspect-ratio:1/1;border-radius:var(--r-lg);margin-bottom:14px}.re-site .team-card .nm{font-family:var(--f-head);font-weight:700}@media (max-width:760px){.re-site .mv-grid{grid-template-columns:1fr}}.re-site .ann-layout{display:grid;grid-template-columns:1fr 320px;gap:48px;align-items:start}.re-site .feat-ann{background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);overflow:hidden;margin-bottom:28px}.re-site .feat-ann .ph{aspect-ratio:21/9}.re-site .feat-ann .body{padding:28px}.re-site .feat-ann--noimg{border-left:5px solid var(--orange-600);background:linear-gradient(135deg,#fff 60%,var(--teal-50))}.re-site .feat-ann--noimg .body{padding:30px 32px}.re-site .feat-ann-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:4px}.re-site .feat-ann-title{font-size:1.7rem;line-height:1.2;margin:16px 0 12px}.re-site .ann-item{display:flex;gap:20px;align-items:center;padding:20px;border:1px solid var(--line);border-radius:var(--r-md);background:#fff;transition:.18s;margin-bottom:14px}.re-site .ann-item:hover{border-color:var(--teal-300);box-shadow:var(--sh-md);transform:translateX(4px);background:var(--teal-50)}body:has(.re-site),html:has(.re-site){background-color:#0a1f26}.re-site .re-fr-hero{min-height:auto;padding-block:clamp(70px,9vw,124px)}.re-site .re-fr-hero-inner{max-width:780px;margin:0 auto;text-align:center}.re-site .re-fr-h1{max-width:18ch;margin-left:auto;margin-right:auto}.re-site .re-fr-hero-stats{margin-top:clamp(40px,6vw,68px)}.re-site .re-fr .surface-section{background:var(--teal-50)}.re-site .re-fr-cta-band{background:linear-gradient(135deg,#0a2027,#0e3b46 60%,#11403a);color:#fff;padding:clamp(48px,7vw,86px) clamp(16px,4vw,40px);position:relative;overflow:hidden;border-top:1px solid var(--line)}.re-site .re-fr-cta-band:before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;background:radial-gradient(circle,rgba(232,113,14,.16),transparent 68%);top:-220px;left:-130px;pointer-events:none}.re-site .re-fr-cta-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:34px;flex-wrap:wrap}.re-site .re-fr-cta-eyebrow{font-family:var(--f-mono);font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-300);display:block;margin-bottom:12px}.re-site .re-fr-cta-title{font-family:var(--f-head);font-weight:800;font-size:clamp(1.6rem,3vw,2.4rem);color:#fff;line-height:1.12;max-width:580px}.re-site .re-fr-cta-body{color:rgba(255,255,255,.82);margin-top:12px;max-width:520px;line-height:1.6}.re-site .re-fr-cta-actions{display:flex;flex-direction:column;gap:12px;flex-shrink:0;min-width:240px}.re-site .re-fr-cta-phone{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.28)}.re-site .re-fr-cta-phone:hover{background:rgba(255,255,255,.2)}.re-site .re-fr-form-modal{position:fixed;inset:0;z-index:1000;background:rgba(8,16,18,.72);backdrop-filter:blur(5px);display:none;place-items:center;padding:20px;overflow-y:auto}.re-site .re-fr-form-modal.open{display:grid}.re-site .re-fr-form-card{position:relative;width:min(680px,96vw);max-height:92vh;overflow-y:auto;background:#fff;border-radius:20px;box-shadow:0 30px 80px rgba(0,0,0,.5);padding:clamp(26px,4vw,42px)}.re-site .re-fr-form-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer;display:grid;place-items:center;z-index:2}.re-site .re-fr-form-close:hover{background:var(--teal-50)}@media (max-width:640px){.re-site .re-fr-cta-actions{width:100%}}.re-site .pub-btn-block--primary{background:var(--teal-700);border-color:var(--teal-700)}.re-site .pub-btn-block--primary:hover{background:var(--teal-800);border-color:var(--teal-800)}.re-site .pub-btn-block--outline{color:var(--teal-700);border-color:var(--teal-700)}.re-site .pub-btn-block--outline:hover{background:var(--teal-50);color:var(--teal-700)}.re-site .pub-btn-block--ghost{color:var(--teal-700)}.re-site .pub-btn-block--ghost:hover,.re-site .pub-file-block-icon{background:var(--teal-50);color:var(--teal-700)}.re-site .pub-file-block-cta{color:var(--teal-700)}.re-site .pub-file-block:hover .pub-file-block-cta{background:var(--teal-700)}.re-site .pub-tbl-block-caption{border-left-color:var(--teal-700)}.re-site .pub-tbl-block-th{color:var(--teal-700)}.re-site .pub-block-quote{border-left-color:var(--teal-700)}.re-site .pub-block-quote-text{color:var(--ink-2,#374151)}.re-site .pub-block-list-marker{color:var(--teal-700)}.re-site .pub-block-heading{color:var(--ink)}.re-site .pub-block-callout{align-items:flex-start;gap:.875rem}.re-site .pub-block-callout--info{background:var(--teal-50);border-color:var(--teal-300)}.re-site .pub-block-callout--info .pub-block-callout-icon,.re-site .pub-block-callout--info .pub-block-callout-list,.re-site .pub-block-callout--info .pub-block-callout-text{color:var(--teal-800)}.re-site .re-map-modal{position:fixed;inset:0;z-index:1000;background:rgba(8,16,18,.82);backdrop-filter:blur(4px);display:grid;place-items:center;padding:20px}.re-site .re-map-card{width:min(860px,96vw);max-height:90vh;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.45);display:flex;flex-direction:column}.re-site .re-map-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px 18px;border-bottom:1px solid var(--line)}.re-site .re-map-head strong{font-family:var(--f-head);font-size:1.1rem;color:var(--ink);display:block}.re-site .re-map-addr{display:block;font-size:.86rem;color:var(--slate);margin-top:3px}.re-site .re-map-close{flex-shrink:0;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer;display:grid;place-items:center}.re-site .re-map-close:hover{background:var(--teal-50)}.re-site .re-map-frame{flex:1;min-height:0;background:#e9eef0}.re-site .re-map-frame iframe{width:100%;height:min(60vh,520px);border:0;display:block}.re-site .re-map-foot{padding:14px 18px;border-top:1px solid var(--line);text-align:center}.re-site .re-map-loc{font-family:var(--f-mono);font-size:.8rem}.re-site .re-map-foot .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px}.re-site .re-ann-more{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:8px}.re-site .re-ann-more .btn{display:inline-flex;align-items:center;gap:8px}.re-site .re-ann-more-count{font-family:var(--f-mono);font-size:.78rem;color:var(--slate)}.re-site .re-rel-item{padding:8px 10px;margin:0 -10px;border-radius:10px;transition:background .15s}.re-site .re-rel-item:hover{background:var(--teal-50)}.re-site .ann-item .date{text-align:center;width:62px;flex-shrink:0}.re-site .ann-item .date .d{font-family:var(--f-head);font-weight:700;font-size:1.7rem;line-height:1;color:var(--teal-700)}.re-site .ann-item .date .m{font-family:var(--f-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--slate)}.re-site .side-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:24px}.re-site .ann-layout>aside{position:sticky;top:130px;align-self:start}@media (max-width:880px){.re-site .ann-layout{grid-template-columns:1fr}.re-site .ann-layout>aside{position:static}}.re-site .album{border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--line);background:#fff;transition:.2s;cursor:pointer}.re-site .album:hover{box-shadow:var(--sh-lg);transform:translateY(-3px)}.re-site .album .ph{aspect-ratio:4/3}.re-site .album .info{padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:10px}.re-site .album .info h3{font-family:var(--f-head);font-size:1.05rem}.re-site .album .count{font-family:var(--f-mono);font-size:.76rem;color:var(--slate)}.re-site .lightbox{position:fixed;inset:0;background:rgba(10,18,22,.92);display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:.2s;z-index:120}.re-site .lightbox.open{opacity:1;visibility:visible}.re-site .lightbox .lb-img{width:min(900px,90vw);aspect-ratio:16/10;border-radius:var(--r-lg)}.re-site .lightbox .lb-close{position:absolute;top:24px;right:24px;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.14);border:none;color:#fff;display:grid;place-items:center;cursor:pointer}.re-site .lightbox .lb-cap{color:#fff;text-align:center;margin-top:16px;font-family:var(--f-head)}.re-site .lightbox .lb-nav{position:absolute;top:42%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.14);border:none;color:#fff;font-size:2rem;line-height:1;display:grid;place-items:center;cursor:pointer;z-index:2;transition:background .15s}.re-site .lightbox .lb-nav:hover{background:rgba(255,255,255,.3)}.re-site .lightbox .lb-prev{left:-64px}.re-site .lightbox .lb-next{right:-64px}@media (max-width:820px){.re-site .lightbox .lb-prev{left:6px}.re-site .lightbox .lb-next{right:6px}}.re-site .legal-layout{display:grid;grid-template-columns:240px 1fr;gap:48px;align-items:start}.re-site .legal-nav{position:sticky;top:130px;border:1px solid var(--line);border-radius:var(--r-lg);background:#fff;padding:12px}.re-site .legal-nav a{display:block;padding:11px 14px;border-radius:var(--r-sm);font-family:var(--f-head);font-weight:500;font-size:.92rem;color:var(--ink-2)}.re-site .legal-nav a.active,.re-site .legal-nav a:hover{background:var(--teal-50);color:var(--teal-700)}.re-site .legal-doc{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:clamp(28px,4vw,48px)}.re-site .modal-body.legal-doc{border:none;border-radius:0;background:transparent;padding:0 26px 24px}.re-site .legal-doc section{scroll-margin-top:100px}.re-site .legal-doc section+section{margin-top:48px;padding-top:48px;border-top:1px solid var(--line)}.re-site .legal-doc h2{font-size:1.6rem;margin-top:36px;margin-bottom:8px}.re-site .legal-doc section>:first-child,.re-site .legal-doc>:first-child{margin-top:0}.re-site .legal-doc .kvkk-callout{padding:16px 18px;border-radius:var(--r-md);background:var(--teal-50);border:1px solid var(--teal-100);margin:20px 0}.re-site .legal-doc .kvkk-callout .kvkk-callout-ic{color:var(--teal-700)}.re-site .legal-doc .kvkk-callout .kvkk-callout-body p{color:var(--ink-2);margin:0}.re-site .legal-doc .kvkk-callout--warning{background:var(--orange-50);border-color:var(--orange-100)}.re-site .legal-doc .kvkk-callout--warning .kvkk-callout-ic{color:var(--orange-600)}.re-site .legal-doc .kvkk-callout--success{background:#ecfdf5;border-color:#a7f3d0}.re-site .legal-doc .kvkk-callout--success .kvkk-callout-ic{color:#059669}.re-site .legal-doc .upd{font-family:var(--f-mono);font-size:.76rem;color:var(--slate-2);margin-bottom:20px}.re-site .legal-doc h3{font-family:var(--f-head);font-size:1.1rem;margin:24px 0 8px}.re-site .legal-doc p{color:var(--ink-2);line-height:1.7;margin-bottom:12px}.re-site .legal-doc ul{display:flex;flex-direction:column;gap:8px;margin:8px 0 12px}.re-site .legal-doc ul li{position:relative;padding-left:22px;color:var(--ink-2)}.re-site .legal-doc ul li:before{content:"";position:absolute;left:0;top:10px;width:7px;height:7px;border-radius:2px;background:var(--teal)}@media (max-width:760px){.re-site .legal-layout{grid-template-columns:1fr}.re-site .legal-nav{position:static}}.re-site .form-layout{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:start}.re-site .form-onkayit{grid-template-columns:.92fr 1.08fr}.re-site .form-onkayit .aside-info{order:1}.re-site .form-onkayit .form-card{order:2}.re-site .onkayit-side-bullets{display:flex;flex-direction:column;gap:18px}.re-site .onkayit-side-bullet{display:flex;gap:14px;align-items:flex-start}.re-site .onkayit-side-bullet .osb-ic{flex-shrink:0;width:42px;height:42px;border-radius:12px;background:var(--teal-50);color:var(--teal-700);display:grid;place-items:center}.re-site .onkayit-side-bullet .osb-t{font-family:var(--f-head);font-weight:600;color:var(--ink);margin-bottom:2px}.re-site .onkayit-side-bullet .osb-d{font-size:.92rem;color:var(--slate);line-height:1.55}@media (max-width:880px){.re-site .form-onkayit{grid-template-columns:1fr}}.re-site .re-ik-filter{display:flex;flex-wrap:wrap;gap:14px;align-items:flex-end;background:var(--teal-50);border:1px solid var(--teal-100);border-radius:var(--r-lg);padding:16px 18px;margin-bottom:28px}.re-site .re-ik-filter-field{display:flex;flex-direction:column;gap:6px;flex:1 1 160px;min-width:140px}.re-site .re-ik-filter-field label{font-family:var(--f-head);font-weight:600;font-size:.82rem;color:var(--ink-2)}.re-site .re-ik-filter-count{font-family:var(--f-mono);font-size:.82rem;color:var(--slate);margin-left:auto;align-self:center}.re-site .re-ik-pos{display:flex;flex-direction:column;transition:.2s}.re-site .re-ik-pos.is-selected{border-color:var(--teal-700);box-shadow:0 0 0 2px var(--teal-100)}.re-site .re-ik-pos .card-body{display:flex;flex-direction:column;gap:12px;flex:1;padding:24px}.re-site .re-ik-pos-head{display:flex;align-items:center;gap:12px}.re-site .re-ik-pos-ic{flex-shrink:0;width:40px;height:40px;border-radius:11px;background:var(--teal-50);color:var(--teal-700);display:grid;place-items:center}.re-site .re-ik-pos-ic svg{width:20px;height:20px}.re-site .re-ik-pos-meta{display:flex;flex-wrap:wrap;gap:8px}.re-site .re-ik-pos-actions{display:flex;gap:10px;margin-top:auto}.re-site .re-ik-pos-actions .btn{flex:1;justify-content:center;padding-inline:14px}.re-site .modal-body .card-meta .level,.re-site .re-ik-pos-meta .level{background:#eef3f3;color:var(--ink-2);font-weight:600}.re-site .modal-body .card-meta .level.teal,.re-site .re-ik-pos-meta .level.teal{background:var(--teal-50);color:var(--teal-700)}.re-site .form-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:clamp(24px,3vw,40px);box-shadow:var(--sh-sm)}.re-site .form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:0 20px;align-items:start}.re-site .form-grid-2>.field{align-self:start}.re-site .field>.combo,.re-site .field>.input,.re-site .field>.select{align-self:stretch}.re-site .form-grid-2 .field>label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.re-site .form-grid-2>.field:only-child{grid-column:1/-1}.re-site .aside-info{display:flex;flex-direction:column;gap:18px;position:sticky;top:130px}.re-site .help-card{background:var(--teal-50);border:1px solid var(--teal-100);border-radius:var(--r-lg);padding:24px}.re-site .help-card .hc-ic{width:46px;height:46px;border-radius:12px;background:#fff;color:var(--teal-700);display:grid;place-items:center;margin-bottom:14px;box-shadow:var(--sh-sm)}.re-site .steps-mini{display:flex;flex-direction:column;gap:14px}.re-site .steps-mini .sm{display:flex;gap:12px;align-items:flex-start}.re-site .steps-mini .sm .n{width:28px;height:28px;border-radius:50%;background:#fff;border:1.5px solid var(--teal-100);color:var(--teal-700);display:grid;place-items:center;font-family:var(--f-head);font-weight:700;font-size:.82rem;flex-shrink:0}.re-site .steps-mini .sm.active .n{background:var(--teal);color:#fff;border-color:var(--teal)}.re-site .steps-mini .sm .t{font-family:var(--f-head);font-weight:600;font-size:.92rem}.re-site .steps-mini .sm .d{font-size:.84rem;color:var(--slate)}@media (max-width:880px){.re-site .form-layout{grid-template-columns:1fr}.re-site .aside-info{position:static;order:-1}.re-site .form-grid-2{grid-template-columns:1fr}.re-site .combo-list{max-height:160px}}.re-site .combo{position:relative;width:100%;display:block}.re-site .combo-trigger{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;cursor:pointer}.re-site .combo-trigger[disabled]{background:var(--surface-2);color:var(--slate-2);cursor:not-allowed}.re-site .combo-trigger .combo-val{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.re-site .combo-trigger .combo-val.placeholder{color:var(--slate-2)}.re-site .combo-chev{width:20px;height:20px;color:var(--slate-2);transition:transform .2s;flex-shrink:0}.re-site .combo.open .combo-chev{transform:rotate(180deg)}.re-site .combo-panel{position:absolute;z-index:30;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--sh-lg);overflow:hidden}.re-site .combo-panel[hidden]{display:none}.re-site .combo-search{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--line)}.re-site .combo-search svg{width:18px;height:18px;color:var(--slate-2);flex-shrink:0}.re-site .combo-search input{flex:1;border:none;outline:none;font:inherit;font-size:.96rem;background:transparent;color:var(--ink)}.re-site .combo-list{max-height:240px;overflow-y:auto}.re-site .combo-list li{padding:11px 14px;cursor:pointer;font-size:.96rem;color:var(--ink-2)}.re-site .combo-list li:hover{background:var(--teal-50);color:var(--teal-800)}.re-site .combo-list li.sel{font-weight:600;color:var(--teal-700)}.re-site .combo-empty{display:none;padding:18px 16px;text-align:center;color:var(--slate-2);font-size:.9rem}.re-site .combo.is-empty .combo-empty{display:block}.re-site .combo.is-empty .combo-list{display:none}.re-site .combo--plain .combo-list{max-height:280px}.re-site .pub-block-callout{flex-direction:row;align-items:center;gap:12px}.re-site .pub-block-callout-list,.re-site .pub-block-callout-text{flex:1;min-width:0;margin:0}.re-site .pub-block-callout:has(.pub-block-callout-list){align-items:flex-start}.re-site .pub-block-callout:has(.pub-block-callout-list) .pub-block-callout-icon{margin-top:.15rem}@media (max-width:640px){.re-site .pub-block-callout:has(.pub-block-callout-list){flex-direction:column;gap:.625rem}}.re-site .info-line .il-ic{width:42px;height:42px;border-radius:11px}.re-site .info-line .il-lbl{font-size:.7rem}.re-site .info-line .il-val{font-size:.96rem}.re-site .wa-card{background:#0FA958;color:#fff;border-radius:var(--r-lg);padding:22px;display:flex;align-items:center;gap:16px;text-decoration:none}.re-site .wa-card .wi{width:48px;height:48px;border-radius:12px;background:rgba(255,255,255,.18);display:grid;place-items:center;flex-shrink:0}.re-site .benefit{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px solid var(--line-2)}.re-site .benefit:last-child{border-bottom:none}.re-site .benefit .bi{width:40px;height:40px;border-radius:10px;background:var(--orange-50);color:var(--orange-600);display:grid;place-items:center;flex-shrink:0}.re-site .benefit .bt{font-family:var(--f-head);font-weight:600;font-size:.96rem}.re-site .benefit .bd{font-size:.86rem;color:var(--slate)}.re-site .pos{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 0;border-bottom:1px solid var(--line-2)}.re-site .pos:last-child{border-bottom:none}.re-site .pos .pt{font-family:var(--f-head);font-weight:600;font-size:.95rem}.re-site .pos .pl{font-size:.82rem;color:var(--slate)}.re-site .file-drop.has-file{border-style:solid;border-color:var(--success);background:var(--success-bg)}.re-site .page-hero .note{color:rgba(255,255,255,.72);font-family:var(--f-mono);font-size:.8rem;letter-spacing:.02em}.re-site .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:38px;flex-wrap:wrap}.re-site .section-head .sh-text{max-width:620px}.re-site .section-head h2{margin-top:12px}.re-site .kampus-info{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:stretch}.re-site .info-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:28px}.re-site .info-card h3{font-family:var(--f-head);font-size:1.15rem;margin-bottom:8px}.re-site .info-line{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px solid var(--line-2)}.re-site .info-line:last-child{border-bottom:none}.re-site .info-line .il-ic{width:40px;height:40px;border-radius:10px;background:var(--teal-50);color:var(--teal-700);display:grid;place-items:center;flex-shrink:0}.re-site .info-line .il-lbl{font-family:var(--f-mono);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--slate-2)}.re-site .info-line .il-val{font-family:var(--f-head);font-weight:600;color:var(--ink)}.re-site .map-ph{border-radius:var(--r-lg);min-height:340px}.re-site .gal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.re-site .testi{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:28px;display:flex;flex-direction:column;gap:16px}.re-site .testi .quote{font-size:1.02rem;color:var(--ink-2);line-height:1.55}.re-site .testi .who{display:flex;align-items:center;gap:12px;margin-top:auto}.re-site .testi .who .av{width:46px;height:46px;border-radius:50%;flex-shrink:0}.re-site .testi .who .nm{font-family:var(--f-head);font-weight:700;font-size:.98rem}.re-site .stars{display:flex;gap:3px;color:var(--orange)}.re-site .stars svg{width:18px;height:18px}.re-site .ann-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;transition:.2s}.re-site .ann-card:hover{box-shadow:var(--sh-lg);transform:translateY(-4px);border-color:transparent}.re-site .ann-card .ann-ph{aspect-ratio:16/9;position:relative}.re-site .ann-card .ann-ph .badge{position:absolute;top:14px;left:14px}.re-site .ann-card .ann-bd{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1}.re-site .ann-card .ann-date{font-family:var(--f-mono);font-size:.74rem;letter-spacing:.04em;color:var(--slate);text-transform:uppercase}.re-site .ann-card h3{font-family:var(--f-head);font-size:1.12rem;line-height:1.25}.re-site .ann-card .ann-link{margin-top:auto;font-family:var(--f-head);font-weight:600;font-size:.88rem;color:var(--teal-700);display:inline-flex;align-items:center;gap:6px}.re-site .re-ann-card{display:flex;flex-direction:column;gap:12px;background:#fff;border:1px solid var(--line);border-left:4px solid var(--teal-700);border-radius:var(--r-lg);padding:24px;transition:.2s;min-height:180px}.re-site .re-ann-card:hover{box-shadow:var(--sh-lg);transform:translateY(-4px);border-color:var(--teal-700);border-left-color:var(--teal-700)}.re-site .re-ann-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.re-site .re-ann-card-date{font-family:var(--f-mono);font-size:.74rem;letter-spacing:.04em;color:var(--slate);text-transform:uppercase}.re-site .re-ann-card-title{font-family:var(--f-head);font-size:1.12rem;line-height:1.3;color:var(--ink)}.re-site .re-ann-card-text{font-size:.92rem;color:var(--ink-2);line-height:1.55}.re-site .re-ann-card-link{margin-top:auto;font-family:var(--f-head);font-weight:600;font-size:.88rem;color:var(--teal-700);display:inline-flex;align-items:center;gap:6px}.re-site .gal-cell{aspect-ratio:1/1;position:relative;border-radius:var(--r-md);overflow:hidden;display:block;background:var(--teal-50)}.re-site .gal-cell>img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.re-site .gal-cell:hover>img{transform:scale(1.06)}.re-site .gal-cap{position:absolute;inset:auto 0 0 0;padding:30px 13px 12px;background:linear-gradient(0deg,rgba(8,20,22,.88),rgba(8,20,22,.42) 56%,transparent);pointer-events:none}.re-site .gal-cap-t{color:#fff;font-family:var(--f-head);font-weight:700;font-size:.96rem;line-height:1.25;letter-spacing:.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.re-site .gal-count{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;gap:5px;background:rgba(8,20,22,.58);backdrop-filter:blur(3px);color:#fff;font-family:var(--f-mono);font-weight:600;font-size:.78rem;line-height:1;padding:5px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.18)}.re-site .gal-count svg{width:13px;height:13px;opacity:.92}@media (max-width:860px){.re-site .kampus-info{grid-template-columns:1fr}.re-site .gal-grid{grid-template-columns:repeat(2,1fr)}.re-site .map-ph{min-height:240px}}.re-site .press-layout{display:grid;grid-template-columns:1fr 320px;gap:48px;align-items:start}.re-site .press-feat{display:grid;grid-template-columns:1.05fr .95fr;gap:0;border:1px solid var(--line);border-radius:var(--r-xl);overflow:hidden;background:#fff;margin-bottom:38px}.re-site .press-feat--noimg{grid-template-columns:1fr;border-left:5px solid var(--orange-600);background:linear-gradient(135deg,#fff 62%,var(--teal-50))}.re-site .press-feat--noimg .pf-meta{flex-wrap:wrap}.re-site .press-feat .pf-ph{position:relative;min-height:300px}.re-site .press-feat .pf-ph .ph{position:absolute;inset:0;border-radius:0}.re-site .press-feat .pf-body{padding:clamp(26px,3vw,40px);display:flex;flex-direction:column;justify-content:center}.re-site .outlet{display:inline-flex;align-items:center;gap:9px}.re-site .outlet .ol{font-family:var(--f-head);font-weight:700;font-size:.9rem;letter-spacing:-.01em;color:var(--ink);padding:4px 11px;border:1.5px solid var(--line);border-radius:var(--r-xs)}.re-site .press-feat h2{font-size:clamp(1.5rem,2.4vw,2rem);margin:14px 0 12px;line-height:1.12}.re-site .press-feat p{color:var(--slate)}.re-site .press-feat .pf-meta{display:flex;align-items:center;gap:12px;margin-bottom:4px}.re-site .press-feat .note{font-family:var(--f-mono)}.re-site .press-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.re-site .press-card{display:flex;flex-direction:column;gap:12px;padding:24px;border:1px solid var(--line);border-radius:var(--r-lg);background:#fff;transition:.18s}.re-site .press-card:hover{box-shadow:var(--sh-lg);transform:translateY(-3px);border-color:transparent}.re-site .press-card .pc-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.re-site .press-card h3{font-family:var(--f-head);font-size:1.12rem;line-height:1.25}.re-site .press-card p{color:var(--slate);font-size:.92rem;flex:1}.re-site .press-card .pc-link{font-family:var(--f-head);font-weight:600;font-size:.88rem;color:var(--teal-700);display:inline-flex;align-items:center;gap:6px}.re-site .press-card:hover .pc-link{color:var(--orange-600)}.re-site .press-aside{position:sticky;top:130px;display:flex;flex-direction:column;gap:18px}.re-site .aside-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:24px}.re-site .aside-card h4{font-family:var(--f-head);font-size:1.05rem;margin-bottom:12px}.re-site .kit-row{display:flex;align-items:center;gap:13px;padding:12px 0;border-bottom:1px solid var(--line-2)}.re-site .kit-row:last-child{border-bottom:none}.re-site .kit-row .ki{width:40px;height:40px;border-radius:10px;background:var(--teal-50);color:var(--teal-700);display:grid;place-items:center;flex-shrink:0}.re-site .kit-row .kt{font-family:var(--f-head);font-weight:600;font-size:.94rem}.re-site .kit-row .kn{font-family:var(--f-mono);font-size:.72rem;color:var(--slate-2)}.re-site .logo-strip{display:flex;flex-wrap:wrap;gap:10px}.re-site .logo-strip .ls{font-family:var(--f-head);font-weight:700;font-size:.82rem;color:var(--slate);padding:8px 13px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface-2)}@media (max-width:960px){.re-site .press-layout{grid-template-columns:1fr}.re-site .press-aside{position:static}}@media (max-width:760px){.re-site .press-feat{grid-template-columns:1fr}.re-site .press-feat .pf-ph{min-height:200px}.re-site .press-grid{grid-template-columns:1fr}}.re-site .ak-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}.re-site .ak-search{position:relative;flex:1;min-width:260px;max-width:420px}.re-site .ak-search svg{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:19px;height:19px;color:var(--slate-2)}.re-site .ak-search input{width:100%;font:inherit;font-size:1rem;padding:13px 16px 13px 44px;border:1.5px solid var(--line);border-radius:var(--r-sm);background:#fff;transition:.15s}.re-site .ak-search input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 4px var(--teal-50)}.re-site .ak-count{font-family:var(--f-mono);font-size:.82rem;color:var(--slate)}.re-site .ak-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;background:#fff}.re-site .ak-table thead th{background:var(--ink);color:#fff;font-family:var(--f-head);font-weight:600;font-size:.88rem;text-align:left;padding:15px 22px}.re-site .ak-table thead th:last-child{text-align:center;width:120px}.re-site .ak-table tbody td{padding:15px 22px;border-top:1px solid var(--line);font-size:.96rem;color:var(--ink-2);vertical-align:middle}.re-site .ak-table tbody tr:hover{background:var(--teal-50)}.re-site .ak-table .ak-name{font-family:var(--f-head);font-weight:600;color:var(--ink)}.re-site .ak-table .ak-scope{color:var(--slate);font-size:.9rem}.re-site .ak-table td:last-child{text-align:center}.re-site .ak-rate{display:inline-block;font-family:var(--f-head);font-weight:700;font-size:.92rem;padding:5px 13px;border-radius:var(--r-pill);background:var(--orange-50);color:var(--orange-600);border:1px solid var(--orange-100)}.re-site .ak-rate.zero{background:var(--surface-2);color:var(--slate);border-color:var(--line)}.re-site .ak-empty{padding:48px 24px;text-align:center;color:var(--slate);display:none}@media (max-width:720px){.re-site .ak-table thead{display:none}.re-site .ak-table,.re-site .ak-table tbody,.re-site .ak-table td,.re-site .ak-table tr{display:block;width:100%}.re-site .ak-table tr{border-top:1px solid var(--line);padding:8px 4px}.re-site .ak-table tr:first-child{border-top:none}.re-site .ak-table tbody td{border-top:none;padding:5px 18px}.re-site .ak-table td:last-child{text-align:left;padding-top:8px;padding-bottom:14px}}.re-site .site-footer .footer-brand img{height:46px!important;width:auto}.re-site .prose>*+*{margin-top:1.5rem}.re-site .prose h2{margin-top:2.6rem}.re-site .prose h3{margin-top:2rem}.re-site .prose .callout,.re-site .prose .data-table,.re-site .prose .file-card{margin-top:1.8rem;margin-bottom:.4rem}.re-site .prose p{margin-bottom:.2rem}.re-site .has-drop:focus-within>.drop,.re-site .has-drop:hover>.drop{opacity:0;visibility:hidden;transform:translateY(8px)}.re-site .has-drop>.drop.open{opacity:1;visibility:visible;transform:translateY(0)}.re-site .re-acc{max-width:880px;margin:0 auto}.re-site .re-acc-search{display:flex;align-items:center;gap:10px;padding:0 16px;background:#fff;border:1px solid var(--line);border-radius:var(--r-md);margin-bottom:18px;color:var(--teal-700)}.re-site .re-acc-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:14px 0;font:inherit;font-size:.98rem;color:var(--ink)}.re-site .re-acc-search input::placeholder{color:#9aa6ab}.re-site .re-acc-hint{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 2px 12px;font-size:.85rem;color:var(--teal-700)}.re-site .re-acc-hint strong{color:var(--ink);font-weight:800}.re-site .re-acc-hint-scroll{display:inline-flex;align-items:center;gap:6px;color:#7c8a90;font-size:.82rem}.re-site .re-acc-hint-scroll svg{animation:re-acc-bob 1.4s ease-in-out infinite}@keyframes re-acc-bob{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.re-site .re-acc-list-wrap{position:relative}.re-site .re-acc-list-wrap:after{content:"";position:absolute;left:0;right:8px;bottom:0;height:56px;pointer-events:none;border-radius:0 0 var(--r-md) var(--r-md);background:linear-gradient(to bottom,rgba(245,247,247,0),var(--bg,#f4f7f7) 92%)}.re-site .re-acc-list{display:flex;flex-direction:column;gap:12px;max-height:640px;overflow-y:auto;padding-right:6px;padding-bottom:64px;scrollbar-width:thin;scrollbar-color:var(--teal-700) transparent}.re-site .re-acc-list::-webkit-scrollbar{width:7px}.re-site .re-acc-list::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--teal-700) 55%,#fff);border-radius:8px}.re-site .re-acc-list::-webkit-scrollbar-track{background:transparent}.re-site .re-acc-item{flex-shrink:0;background:#fff;border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden;transition:border-color .2s,box-shadow .2s}.re-site .re-acc-item.open{border-color:var(--teal-700);box-shadow:var(--sh-sm)}.re-site .re-acc-toggle{width:100%;display:flex;align-items:center;gap:14px;padding:15px 18px;background:transparent;border:0;cursor:pointer;text-align:left;font:inherit}.re-site .re-acc-no{flex-shrink:0;width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--teal-50);color:var(--teal-700);font-family:var(--f-mono);font-weight:600;font-size:.9rem;transition:background .2s,color .2s}.re-site .re-acc-item.open .re-acc-no{background:var(--teal-700);color:#fff}.re-site .re-acc-head{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.re-site .re-acc-name{font-family:var(--f-head);font-weight:600;color:var(--ink);font-size:1.02rem}.re-site .re-acc-loc{display:inline-flex;align-items:center;gap:5px;color:var(--ink-2);font-size:.85rem}.re-site .re-acc-loc svg{flex-shrink:0}.re-site .re-acc-chev{flex-shrink:0;color:var(--ink-2);transition:transform .25s,color .2s;line-height:0}.re-site .re-acc-chev svg{width:18px;height:18px;display:block}.re-site .re-acc-item.open .re-acc-chev{transform:rotate(180deg);color:var(--teal-700)}.re-site .re-acc-detail{padding:2px 18px 18px;border-top:1px solid var(--line)}.re-site .re-acc-detail .info-line{padding:9px 0}.re-site .re-acc-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.re-site .re-acc-empty{text-align:center;color:var(--ink-2);padding:32px 16px;background:#fff;border:1px dashed var(--line);border-radius:var(--r-md)}.re-site .re-acc-wa{color:#15803d;border-color:#bbf7d0}.re-site .re-acc-wa:hover{background:#f0fdf4;border-color:#86efac;color:#15803d}.re-site a.ph{cursor:pointer;text-decoration:none;transition:filter .15s}.re-site a.ph:hover{filter:brightness(.97)}@media (max-width:560px){.re-site .re-acc-toggle{padding:13px 14px;gap:11px}.re-site .re-acc-no{width:32px;height:32px}.re-site .re-acc-actions .btn{flex:1;justify-content:center}}.re-site .cf-pub-wrap{background:var(--bg,#f4f7f7)}.re-site .cf-pub-card,.re-site .cf-pub-check,.re-site .cf-pub-content,.re-site .cf-pub-field label,.re-site .cf-pub-form input,.re-site .cf-pub-form select,.re-site .cf-pub-form textarea,.re-site .cf-pub-opt{font-family:var(--f-body)}.re-site .cf-pub-content h2,.re-site .cf-pub-content h3,.re-site .cf-pub-content h4,.re-site .cf-pub-sec>legend{font-family:var(--f-head)}.re-site .cf-pub-grid2,.re-site .cf-pub-inner,.re-site .cf-pub-single{margin:0 auto}.re-site .cf-pub-grid2,.re-site .cf-pub-inner{max-width:calc(var(--maxw) - 2 * var(--gutter))}.re-site .cf-pub-card,.re-site .cf-pub-content,.re-site .cf-pub-success{border-color:var(--line,#e6ebec);border-radius:var(--r-lg,18px)}.re-site .cf-pub-submit{background:linear-gradient(135deg,var(--teal) 0,var(--teal-800) 100%);border-radius:999px}.re-site .cf-pub-form input:focus,.re-site .cf-pub-form select:focus,.re-site .cf-pub-form textarea:focus{border-color:var(--teal-700);box-shadow:0 0 0 3px color-mix(in srgb,var(--teal-700) 18%,transparent)}.re-site .cf-pub-sec>legend{border-bottom-color:var(--teal-700);color:var(--teal-800)}.re-site .cf-pub-req{color:var(--orange-600,#e8710e)}.re-site .cf-pub-content h2,.re-site .cf-pub-content h3,.re-site .cf-pub-content h4{color:var(--teal-800)}.re-site .cf-pub-btn{background:linear-gradient(135deg,var(--teal) 0,var(--teal-800) 100%);color:#fff}.re-site .cf-pub-btn-ghost{color:var(--teal-800)}.re-site .cf-pub-success-ic{background:var(--teal-50,#effaf6);color:var(--teal-700)}.re-site .ak-table .ak-row-click:hover{background:var(--teal-50)}.re-site .ak-caret{display:inline-block;margin-left:8px;font-size:.7em;color:var(--teal-700);transition:transform .2s}.re-site .ak-caret.open{transform:rotate(180deg)}.re-site .ak-desc-row td{padding:0!important;border:none!important;background:var(--teal-50)}.re-site .ak-desc{padding:14px 18px;color:var(--ink-2);font-size:.95rem;line-height:1.7;white-space:pre-wrap;border-bottom:1px solid var(--line)}.re-site .re-kurs-detay .ba-prose .pub-block-heading{color:var(--teal-800)}.re-site .re-kurs-branch-title{font-size:clamp(1.6rem,3vw,2.1rem)}@media (max-width:640px){.re-site .re-kurs-branch-title{font-size:clamp(1.15rem,5.5vw,1.5rem)}}.re-site .re-kurs-tpl-1 .ba-prose .pub-block-heading--h2{border-left:3px solid var(--teal);padding-left:.55em;margin-top:2em}.re-site .re-kurs-tpl-2 .ba-prose .pub-block-heading--h2{display:inline-block;background:var(--teal-50);color:var(--teal-800);padding:.32em .75em;border-radius:12px;border-left:4px solid var(--teal)}.re-site .re-kurs-tpl-2 .ba-prose .pub-block-heading--h3{color:var(--teal);border-bottom:2px solid var(--teal-300);padding-bottom:.18em;display:inline-block}.re-site .re-kurs-tpl-2 .ba-prose .pub-block-callout{border-width:1.5px;box-shadow:0 6px 20px rgba(0,0,0,.06)}.re-site .re-kurs-tpl-3 .ba-prose{font-size:1.05rem;line-height:1.85}.re-site .re-kurs-tpl-3 .ba-prose>*+*{margin-top:1.45em}.re-site .re-kurs-tpl-3 .ba-prose .pub-block-heading--h2{font-size:clamp(1.55rem,2.8vw,2.15rem);font-weight:800;letter-spacing:-.03em;color:var(--ink);margin-top:2.1em}.re-site .re-kurs-tpl-3 .ba-prose .pub-block-heading--h2:before{content:"";display:block;width:46px;height:4px;border-radius:4px;background:linear-gradient(90deg,var(--teal),var(--teal-300));margin-bottom:.55em}.re-site .re-kurs-tpl-3 .ba-prose .pub-block-heading--h3{font-size:1.22rem;font-weight:700;color:var(--teal-800);letter-spacing:-.01em}.re-site .re-kurs-tpl-3 .ba-prose .pub-block-callout{border:0;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(10,40,46,.09)}.re-site .re-kurs-tpl-3 .ba-prose .pub-tbl-block-wrap{border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(10,40,46,.07)}.re-site .re-kurs-tpl-3 .ba-prose blockquote{border-radius:0 16px 16px 0;background:var(--teal-50);border-left-width:4px}.re-site .re-kurs-tpl-3 .ba-prose figure img{border-radius:18px;box-shadow:0 14px 36px rgba(0,0,0,.12)}.re-site .re-kurs-tpl-3 .page-hero{background:linear-gradient(120deg,var(--teal-800) 0,var(--teal) 72%,var(--teal-700) 100%)}.re-site .re-kurs-tpl-3 .page-hero .pub-page-hero-title{letter-spacing:-.03em}.re-site .re-kurs-tpl-4 .ba-prose{line-height:1.95}.re-site .re-kurs-tpl-4 .ba-prose>*+*{margin-top:1.6em}.re-site .re-kurs-tpl-4 .ba-prose .pub-block-heading{font-weight:500;letter-spacing:.01em;color:var(--ink);margin-top:2.6em}.re-site .re-kurs-tpl-4 .ba-prose .pub-block-heading--h3{color:var(--ink-2)}.re-site .re-kurs-tpl-4 .page-hero{background:linear-gradient(135deg,var(--teal-700),var(--teal-800))}.re-site .re-kurs-tpl-5 .ba-prose .pub-block-heading{color:var(--orange-600,#e8710e)}.re-site .re-kurs-tpl-5 .ba-prose .pub-block-callout,.re-site .re-kurs-tpl-5 .ba-prose .pub-tbl-block-wrap,.re-site .re-kurs-tpl-5 .ba-prose blockquote,.re-site .re-kurs-tpl-5 .ba-prose figure img{border-radius:22px}.re-site .re-kurs-tpl-5 .detail-aside .aside-card{border-radius:24px}.re-site .re-kurs-tpl-5 .page-hero{border-radius:0 0 32px 32px}.re-site .reh-hero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 86% -10%,rgba(22,164,184,.42),transparent 46%),radial-gradient(circle at 4% 108%,rgba(232,113,14,.2),transparent 44%),linear-gradient(158deg,#0A1F26,#0E3B46 52%,#0A5C68)}.re-site .reh-hero:after{content:"";position:absolute;inset:0;pointer-events:none;background:repeating-linear-gradient(-45deg,transparent,transparent 13px,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 14px)}.re-site .reh-hero .wrap{position:relative;z-index:1;padding-block:clamp(56px,8vw,104px)}.re-site .reh-hero .kicker{color:var(--teal-300)}.re-site .reh-hero h1{color:#fff;font-size:clamp(2.6rem,6vw,5rem);line-height:.98;letter-spacing:-.03em;margin:18px 0 0}.re-site .reh-hero h1 .o{color:var(--orange)}.re-site .reh-hero .lead{color:rgba(255,255,255,.82);max-width:540px;margin-top:20px;font-size:1.2rem}.re-site .reh-hero .cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.re-site .reh-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(28px,5vw,64px);align-items:center}.re-site .reh-hero-badges{display:flex;flex-direction:column;gap:14px}.re-site .reh-bcard{display:flex;align-items:center;gap:16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:var(--r-lg);padding:20px 22px;backdrop-filter:blur(4px)}.re-site .reh-bcard .bi{width:52px;height:52px;border-radius:14px;background:rgba(127,205,216,.16);color:var(--teal-300);display:grid;place-items:center;flex-shrink:0}.re-site .reh-bcard .bi svg{width:26px;height:26px}.re-site .reh-bcard .bt{font-family:var(--f-head);font-weight:600;font-size:1.08rem}.re-site .reh-bcard .bd{color:rgba(255,255,255,.66);font-size:.92rem;margin-top:2px}@media(max-width:860px){.re-site .reh-hero-grid{grid-template-columns:1fr}}.re-site .blk-head{max-width:680px;margin-bottom:44px}.re-site .blk-head.center{margin-inline:auto;text-align:center;display:flex;flex-direction:column;align-items:center}.re-site .blk-head h2,.re-site .blk-head p{margin-top:14px}.re-site .reh-split{gap:clamp(28px,4vw,56px);align-items:center}.re-site .princ-grid,.re-site .reh-split{display:grid;grid-template-columns:1fr 1fr}.re-site .princ-grid{gap:16px}.re-site .princ{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:26px;transition:.2s}.re-site .princ:hover{box-shadow:var(--sh-md);transform:translateY(-3px);border-color:transparent}.re-site .princ .pn{font-family:var(--f-mono);font-size:.8rem;color:var(--orange-600)}.re-site .princ .pi{width:48px;height:48px;border-radius:13px;background:var(--teal-50);color:var(--teal-700);display:grid;place-items:center;margin:8px 0 14px}.re-site .princ .pi svg{width:24px;height:24px}.re-site .princ h3{font-family:var(--f-head);font-size:1.12rem;line-height:1.2}.re-site .reh-img{border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--sh-lg);background:#F1F7F8;display:flex;align-items:center;justify-content:center;padding:14px}.re-site .reh-img img{width:100%;height:auto;max-height:520px;object-fit:contain;display:block;border-radius:var(--r-md)}@media(max-width:860px){.re-site .reh-split{grid-template-columns:1fr}.re-site .princ-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.re-site .princ-grid{grid-template-columns:1fr}.re-site .princ{display:flex;align-items:center;gap:14px;padding:18px 20px}.re-site .princ .pn{display:none}.re-site .princ .pi{margin:0;flex-shrink:0}.re-site .princ h3{margin:0}}.re-site .radikoc{background:linear-gradient(135deg,#0A2028,#0E3B46);color:#fff;border-radius:var(--r-xl);overflow:hidden}.re-site .radikoc-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.re-site .radikoc-text{padding:clamp(30px,4vw,52px)}.re-site .radikoc-text h2{color:#fff}.re-site .radikoc-text p{color:rgba(255,255,255,.78)}.re-site .radikoc-list{display:flex;flex-direction:column;gap:12px;margin:22px 0}.re-site .radikoc-list li{list-style:none;display:flex;align-items:center;gap:12px;font-family:var(--f-head);font-weight:500;font-size:1.02rem;color:#fff}.re-site .radikoc-list li svg{width:22px;height:22px;color:var(--teal-300);flex-shrink:0}.re-site .ai-badge{display:inline-flex;align-items:center;gap:10px;background:rgba(127,205,216,.14);border:1px solid rgba(127,205,216,.34);color:var(--teal-300);border-radius:var(--r-pill);padding:9px 16px;font-family:var(--f-mono);font-weight:700;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase}.re-site .radikoc-media{position:relative;min-height:420px;background:#08181d;display:flex;align-items:center;justify-content:center;padding:24px}.re-site .radikoc-media iframe{width:100%;height:100%;min-height:400px;border:0;border-radius:var(--r-md)}.re-site .radikoc-media img{width:100%;height:100%;object-fit:cover;border-radius:var(--r-md)}@media(max-width:860px){.re-site .radikoc-grid{grid-template-columns:1fr}.re-site .radikoc-media{min-height:320px}}.re-site .reh-gallery .pub-lightbox-trigger{display:block;width:100%;break-inside:avoid;margin-bottom:18px;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--line);background:#fff;padding:12px}.re-site .reh-gallery .pub-lightbox-trigger img{width:100%;height:auto;display:block;border-radius:var(--r-sm)}@media(max-width:760px){.re-site .reh-gallery{column-count:2!important}}@media(max-width:480px){.re-site .reh-gallery{column-count:1!important}}.re-site .olcum-tabbar{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:36px}.re-site .olcum-tabbtn{font-family:var(--f-head);font-weight:600;font-size:.95rem;color:var(--ink-600,#4b5563);background:var(--surface);border:1px solid var(--line);border-radius:var(--r-pill);padding:11px 22px;cursor:pointer;transition:.2s}.re-site .olcum-tabbtn:hover{border-color:var(--teal-300)}.re-site .olcum-tabbtn.active{background:var(--teal-700);border-color:var(--teal-700);color:#fff}.re-site .olcum-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.re-site .olcum-card{background:var(--surface);border:1px solid var(--line);border-top:3px solid var(--teal-500,var(--teal));border-radius:var(--r-lg);padding:24px 22px}.re-site .olcum-card-num{font-family:var(--f-mono);font-size:.8rem;color:var(--orange-600);font-weight:700}.re-site .olcum-card h3{font-family:var(--f-head);font-size:1.05rem;margin:8px 0 14px;line-height:1.25}.re-site .olcum-card-list{display:flex;flex-direction:column;gap:9px;list-style:none;margin:0;padding:0}.re-site .olcum-card-list li{display:flex;gap:10px;align-items:flex-start;font-size:.9rem;color:var(--ink-600,#4b5563);line-height:1.4}.re-site .olcum-card-list li b{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:var(--teal-50);color:var(--teal-700);font-size:.72rem;display:flex;align-items:center;justify-content:center;font-weight:800}@media(max-width:1024px){.re-site .olcum-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.re-site .olcum-grid{grid-template-columns:1fr}}.re-site .olcum-list-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 28px}.re-site .olcum-list-item{display:flex;align-items:center;gap:12px;font-family:var(--f-head);font-weight:600;font-size:.98rem;color:#fff;border-radius:var(--r-md);padding:14px 18px}.re-site .olcum-list-item .dot{width:8px;height:8px;border-radius:50%;background:#fff;flex-shrink:0}.re-site .olcum-list-item.olcum-c0{background:var(--teal-700)}.re-site .olcum-list-item.olcum-c1{background:var(--orange-600)}@media(max-width:640px){.re-site .olcum-list-grid{grid-template-columns:1fr}}.re-site .sem-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,4vw,52px);align-items:center}.re-site .sem-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.re-site .sem-item{display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);padding:16px 18px;font-family:var(--f-head);font-weight:500;font-size:.98rem}.re-site .sem-item .si{width:34px;height:34px;border-radius:9px;background:var(--orange-50);color:var(--orange-600);display:grid;place-items:center;flex-shrink:0}.re-site .sem-item .si svg{width:18px;height:18px}.re-site .sem-slider{position:relative}.re-site .sem-slide{display:none}.re-site .sem-slide.active{display:block}@media(max-width:640px){.re-site .sem-grid,.re-site .sem-list{grid-template-columns:1fr}}.re-site .kamp{background:radial-gradient(circle at 90% 0,rgba(22,164,184,.28),transparent 44%),linear-gradient(150deg,#0A1F26,#0E3B46 60%,#0A5C68);color:#fff}.re-site .kamp .wrap{position:relative;z-index:1}.re-site .kamp h2{color:#fff}.re-site .kamp .lead{color:rgba(255,255,255,.82)}.re-site .kamp-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(28px,4vw,56px);align-items:center;margin-top:8px}.re-site .kamp-feats{display:flex;flex-direction:column;gap:12px;margin-top:24px}.re-site .kamp-feats li{list-style:none;display:flex;align-items:flex-start;gap:12px;color:rgba(255,255,255,.9);font-size:1.02rem}.re-site .kamp-feats li svg{width:22px;height:22px;color:var(--teal-300);flex-shrink:0;margin-top:2px}.re-site .kamp-pill{display:inline-flex;align-items:center;gap:9px;background:rgba(232,113,14,.18);border:1px solid rgba(244,176,119,.4);color:var(--orange-300);border-radius:var(--r-pill);padding:8px 16px;font-family:var(--f-head);font-weight:700;font-size:.9rem;margin-bottom:18px}@media(max-width:860px){.re-site .kamp-grid{grid-template-columns:1fr}}.re-site .video-embed{position:relative;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-lg);background:#000;aspect-ratio:16/9}.re-site .video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.re-site .video-embed img{width:100%;height:100%;object-fit:cover;display:block}.re-site .video-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:760px){.re-site .video-2{grid-template-columns:1fr}}.re-site .sampiyonlar-gallery .pub-lightbox-trigger{display:block;width:100%;break-inside:avoid;margin-bottom:18px;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--line);background:#fff;padding:12px}.re-site .sampiyonlar-gallery .pub-lightbox-trigger img{width:100%;height:auto;display:block;border-radius:var(--r-sm)}@media(max-width:760px){.re-site .sampiyonlar-gallery{column-count:2!important}}@media(max-width:480px){.re-site .sampiyonlar-gallery{column-count:1!important}}.re-site .reh-cta{background:linear-gradient(120deg,var(--teal-800),var(--teal-700) 55%,var(--teal));border-radius:var(--r-xl);padding:clamp(36px,5vw,60px);position:relative;overflow:hidden;color:#fff}.re-site .reh-cta:after{content:"";position:absolute;right:-60px;top:-60px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.08)}.re-site .reh-cta h2{color:#fff}.re-site .reh-cta p{color:rgba(255,255,255,.86)}@media(max-width:640px){.re-site .reh-cta>div{grid-template-columns:1fr!important}.re-site .reh-cta>div>div:last-child{margin-top:20px}}