:root{--hll-bg-0:#052f33;--hll-bg-1:#0b4247;--hll-amber:#f2a900;--hll-cream:#f7f4ec;--hll-white:#ffffff;--hll-ink:#102a2d;--hll-line:#d8e4e2;--hll-text:var(--hll-white);--hll-text-2:var(--hll-line);--hll-purple:var(--hll-amber);--hll-cyan:var(--hll-amber);--hll-surface:rgba(255,255,255,0.045);--hll-surface-2:rgba(255,255,255,0.075);--hll-border:rgba(216,228,226,0.17);--hll-border-strong:rgba(242,169,0,0.72);--hll-glow-cyan:rgba(242,169,0,0.2);--hll-glow-purple:rgba(242,169,0,0.24);--hll-maxw:1120px;--hll-pad-x:1.25rem;--hll-radius:14px;--hll-radius-lg:20px;--hll-pill:999px;--hll-space-1:0.5rem;--hll-space-2:1rem;--hll-space-3:1.5rem;--hll-space-4:2rem;--hll-space-5:3rem;--hll-space-6:4rem;--hll-section-y:clamp(4.5rem,7vw,6rem);--hll-section-y-mobile:3.5rem;--hll-eyebrow-title-gap:0.75rem;--hll-heading-gap:var(--hll-space-4);--hll-heading-gap-mobile:var(--hll-space-4);--hll-grid-gap:var(--hll-space-3);--hll-card-padding:clamp(1.5rem,3vw,2rem);--hll-layout-gap:clamp(3rem,6vw,5rem);--hll-gap:var(--hll-grid-gap)}*{box-sizing:border-box;margin:0;padding:0}html{color-scheme:dark;scroll-padding-top:5rem}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{background:var(--hll-bg-0);color:var(--hll-text);font-family:system-ui,-apple-system,Segoe UI,sans-serif;min-height:100vh;line-height:1.65;-webkit-font-smoothing:antialiased}.hll-container{width:100%;max-width:var(--hll-maxw);margin-inline:auto;padding-inline:var(--hll-pad-x)}.hll-section{padding-block:var(--hll-section-y)}.hll-section__head{text-align:center;margin-bottom:var(--hll-heading-gap)}.hll-eyebrow{color:var(--hll-cyan);letter-spacing:.22em;text-transform:uppercase;font-size:.78rem;font-weight:600}.hll-h2{font-size:clamp(1.75rem,5vw,2.6rem);font-weight:800;letter-spacing:-.01em;line-height:1.1}.hll-sub{color:var(--hll-text-2);margin-top:var(--hll-space-2);font-size:clamp(1rem,2.2vw,1.1rem);line-height:1.65}.hll-accent{color:var(--hll-cyan);text-shadow:0 0 22px var(--hll-glow-cyan)}:where(a,button):focus-visible{outline:2px solid var(--hll-cyan);outline-offset:3px;border-radius:4px}.hll-skip{position:absolute;left:.75rem;top:-100%;z-index:100;background:var(--hll-cyan);color:var(--hll-ink);padding:.6rem 1rem;border-radius:var(--hll-radius);font-weight:700;text-decoration:none;transition:top .15s ease}.hll-skip:focus{top:.75rem}.hll-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.7rem;font-size:1rem;font-weight:700;border-radius:var(--hll-pill);border:1px solid transparent;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}.hll-btn--primary{background:var(--hll-amber);color:var(--hll-ink);box-shadow:0 0 24px var(--hll-glow-cyan)}.hll-btn--primary:hover{transform:translateY(-1px);box-shadow:0 0 34px var(--hll-glow-cyan),0 0 22px var(--hll-glow-purple)}.hll-btn--ghost{background:var(--hll-surface);color:var(--hll-text);border-color:var(--hll-border-strong)}.hll-btn--ghost:hover{background:var(--hll-surface-2);box-shadow:0 0 20px var(--hll-glow-cyan)}.hll-header{position:sticky;top:0;z-index:50;background:rgba(5,47,51,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--hll-border)}.hll-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:4rem}.hll-wordmark{display:inline-flex;align-items:center;gap:.55rem;font-size:clamp(.85rem,2.5vw,1rem);font-weight:800;letter-spacing:.26em;color:var(--hll-text);text-decoration:none;white-space:nowrap}.hll-wordmark__icon{display:block;flex-shrink:0}.hll-nav{display:flex;align-items:center;gap:clamp(.75rem,3vw,1.75rem)}.hll-nav a{color:var(--hll-text-2);text-decoration:none;font-weight:500;transition:color .15s ease}.hll-nav a:hover{color:var(--hll-cyan)}.hll-burger{display:none;flex-direction:column;justify-content:space-between;width:44px;height:44px;background:transparent;border:none;cursor:pointer;padding:13px 10px;z-index:60}.hll-burger__bar{width:24px;height:2px;background-color:var(--hll-text);border-radius:2px;transition:transform .25s ease,opacity .2s ease,background-color .2s ease}@media (max-width:900px){.hll-burger{display:flex}.hll-burger--open .hll-burger__bar:first-child{transform:translateY(8px) rotate(45deg);background-color:var(--hll-cyan)}.hll-burger--open .hll-burger__bar:nth-child(2){opacity:0}.hll-burger--open .hll-burger__bar:nth-child(3){transform:translateY(-8px) rotate(-45deg);background-color:var(--hll-cyan)}.hll-nav{position:absolute;top:100%;left:0;right:0;background:rgba(8,12,20,.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--hll-border);flex-direction:column;align-items:center;gap:0;padding:var(--hll-space-2) 1.25rem;transform:scaleY(0);transform-origin:top;opacity:0;visibility:hidden;transition:transform .25s ease,opacity .2s ease,visibility .2s ease;z-index:55}.hll-nav--open{transform:scaleY(1);opacity:1;visibility:visible}.hll-nav a{min-height:44px;display:flex;align-items:center;justify-content:center;font-size:1.05rem;font-weight:600;width:100%;text-align:center;padding-block:var(--hll-space-1)}}@media (max-width:768px){:root{--hll-section-y:var(--hll-section-y-mobile);--hll-heading-gap:var(--hll-heading-gap-mobile);--hll-card-padding:var(--hll-space-3);--hll-layout-gap:var(--hll-space-4)}}.hll-hero{position:relative;overflow:hidden;padding-block:clamp(4.5rem,12vw,8rem)}.hll-hero__decor{position:absolute;inset:0;pointer-events:none;z-index:0}.hll-hero__decor:before{content:"";position:absolute;inset:0;background:radial-gradient(60% 55% at 50% 0,var(--hll-glow-purple),transparent 68%);opacity:.55}.hll-hero__crescent{position:absolute;top:-6rem;right:-4rem;width:min(60vw,26rem);height:min(60vw,26rem);border-radius:50%;border-left:2px solid transparent;border-bottom:2px solid transparent;border-top:2px solid transparent;border-top-color:var(--hll-cyan);border-right:2px solid transparent;border-right-color:var(--hll-cyan);transform:rotate(-28deg);filter:blur(1px) drop-shadow(0 0 16px var(--hll-glow-cyan));opacity:.3}.hll-hero__inner{position:relative;z-index:1}.hll-h1{margin-top:1rem;font-size:clamp(2.4rem,8vw,4.75rem);font-weight:800;line-height:1.03;letter-spacing:-.02em}.hll-lead{color:var(--hll-text-2);max-width:46ch;margin:1.4rem auto 0;font-size:clamp(1.02rem,2.4vw,1.2rem)}.hll-cta-row{display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center;margin-top:2.2rem}.hll-grid{display:grid;gap:var(--hll-gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,15.5rem),1fr));list-style:none;padding:0;margin:0}.hll-grid--why{grid-template-columns:1fr}@media (min-width:640px){.hll-grid--why{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.hll-grid--why{grid-template-columns:repeat(3,minmax(0,1fr))}}.hll-card{border:1px solid var(--hll-border);border-radius:var(--hll-radius);background:var(--hll-surface);padding:1.4rem;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.hll-card:hover{border-color:var(--hll-border-strong);background:var(--hll-surface-2);box-shadow:0 0 26px rgba(242,169,0,.08);transform:translateY(-2px)}.hll-card__title{font-size:1.08rem;font-weight:700;color:var(--hll-text)}.hll-card__desc{margin-top:var(--hll-space-1)}.hll-card__desc,.hll-note{color:var(--hll-text-2);font-size:1rem;line-height:1.65}.hll-note{text-align:center;margin-top:var(--hll-space-4)}.hll-closing{color:var(--hll-text);text-align:center;max-width:60ch;margin:2.2rem auto 0;font-size:clamp(1.02rem,2.3vw,1.18rem);font-weight:500}.hll-band{position:relative;overflow:hidden;text-align:center;padding-block:clamp(3rem,8vw,5rem);border-block:1px solid var(--hll-border);background:radial-gradient(70% 120% at 50% 50%,var(--hll-glow-purple),transparent 70%),var(--hll-surface)}.hll-band__title{font-size:clamp(1.6rem,5.5vw,2.6rem);font-weight:800;letter-spacing:-.01em}.hll-band__sub{color:var(--hll-text-2);margin-top:.8rem;font-size:clamp(1rem,2.4vw,1.15rem);max-width:52ch;margin-inline:auto}.hll-strip{text-align:center;padding-block:clamp(1.75rem,4vw,2.5rem);background:var(--hll-surface);border-bottom:1px solid var(--hll-border)}.hll-strip__title{font-size:clamp(1.1rem,3vw,1.5rem);font-weight:700}.hll-strip__title .hll-accent{color:var(--hll-purple);text-shadow:0 0 18px var(--hll-glow-purple)}.hll-strip__sub{color:var(--hll-text-2);margin-top:var(--hll-space-1);font-size:1rem;line-height:1.6}.hll-contact__body{max-width:72rem;margin-inline:auto}.hll-contact__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media (min-width:768px){.hll-contact__grid{grid-template-columns:1.1fr .9fr}}.hll-contact__info{text-align:left}.hll-contact__lead{color:var(--hll-text-2);font-size:clamp(1.02rem,2.3vw,1.15rem);margin-bottom:2rem;line-height:1.6}.hll-contact__meta{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;margin-top:2.5rem;color:var(--hll-text-2)}.hll-contact__meta span{display:flex;align-items:flex-start;gap:.75rem}.hll-contact__meta a{color:var(--hll-cyan);text-decoration:none;font-weight:500;transition:color .2s ease}.hll-contact__meta a:hover{color:var(--hll-purple);text-decoration:underline}.hll-contact__form-card{background:rgba(20,26,46,.45);border:1px solid rgba(255,255,255,.08);border-radius:1.25rem;padding:2rem;box-shadow:0 15px 35px rgba(0,0,0,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.hll-form__title{font-size:1.35rem;font-weight:600;margin-bottom:1.5rem;color:var(--hll-text-1)}.hll-form__group{margin-bottom:1.25rem;text-align:left}.hll-form__label{display:block;font-size:1rem;line-height:1.45;font-weight:650;margin-bottom:.5rem;color:var(--hll-text-1)}.hll-form__input,.hll-form__textarea{width:100%;background:rgba(10,15,29,.6);border:1px solid var(--hll-border);border-radius:.6rem;padding:.75rem 1rem;color:var(--hll-text-1);font-size:1rem;transition:all .2s ease}.hll-form__input:focus,.hll-form__textarea:focus{outline:none;border-color:var(--hll-cyan);box-shadow:0 0 0 3px rgba(242,169,0,.15);background:rgba(10,15,29,.85)}.hll-form__textarea{min-height:110px;resize:vertical}.hll-form__submit{width:100%;padding:.85rem 1.5rem;border:none;border-radius:.6rem;background:linear-gradient(135deg,var(--hll-cyan) 0,var(--hll-purple) 100%);color:#ffffff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(242,169,0,.2)}.hll-form__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(242,169,0,.35);opacity:.95}.hll-form__submit:active:not(:disabled){transform:translateY(0)}.hll-form__submit:disabled{opacity:.6;cursor:not-allowed}.hll-form__success{text-align:center;padding:2.5rem 1.5rem}.hll-form__success-icon{font-size:3rem;color:#10b981;margin-bottom:1.25rem}.hll-form__success-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:var(--hll-text-1)}.hll-form__success-text{color:var(--hll-text-2);line-height:1.6;font-size:1rem}.hidden-hp{position:absolute!important;left:-9999px!important;top:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;z-index:-100!important}.hll-footer{border-top:1px solid var(--hll-border);padding-block:clamp(2.5rem,6vw,3.5rem);text-align:center}.hll-footer__icon{display:block;margin:0 auto .7rem}.hll-footer__brand{font-weight:800;letter-spacing:.06em;color:var(--hll-text)}.hll-footer__tag{color:var(--hll-text-2);margin-top:.5rem;font-size:1rem;line-height:1.6}.hll-footer__legal{color:var(--hll-text-2);margin-top:1.25rem;font-size:.82rem}.hll-calculator-section{position:relative}.hll-calculator-card{max-width:800px;margin-inline:auto;border:1px solid var(--hll-border);border-radius:var(--hll-radius-lg);background:var(--hll-surface);padding:clamp(1.5rem,5vw,3rem);box-shadow:0 0 30px rgba(0,0,0,.5)}.hll-calculator-form{margin-top:2rem;display:flex;flex-direction:column;gap:1.25rem}.hll-form-group{display:flex;flex-direction:column;gap:.5rem}.hll-label{font-size:1rem;font-weight:700;color:var(--hll-text-2);text-transform:uppercase;letter-spacing:.05em}.hll-input{background:rgba(255,255,255,.02);border:1px solid var(--hll-border);border-radius:var(--hll-radius);padding:1rem 1.25rem;color:var(--hll-text);font-size:1rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.hll-input:focus{border-color:var(--hll-cyan);box-shadow:0 0 15px var(--hll-glow-cyan)}.hll-calc-error{color:#ff4a4a;font-size:.9rem;font-weight:600;text-align:center}.hll-btn--full{width:100%}.hll-calculator-results{margin-top:3rem;border-top:1px solid var(--hll-border);padding-top:2rem}.hll-results-meta{align-items:center;flex-wrap:wrap;margin-bottom:1.5rem;font-size:1.1rem}.hll-badge{background:rgba(242,169,0,.1);color:var(--hll-cyan);border:1px solid var(--hll-border-strong);padding:.25rem .75rem;border-radius:var(--hll-pill);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.hll-results-grid{display:grid;gap:var(--hll-gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,13.5rem),1fr))}.hll-price-card{border:1px solid var(--hll-cyan);border-radius:var(--hll-radius);background:rgba(242,169,0,.03);box-shadow:0 0 20px rgba(242,169,0,.15);padding:1.25rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;text-align:center;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.hll-price-card:hover{transform:translateY(-2px);border-color:var(--hll-purple);box-shadow:0 0 30px rgba(242,169,0,.25);background:rgba(242,169,0,.05)}.hll-price-card__header h3{font-size:1.1rem;font-weight:800;color:var(--hll-text)}.hll-price-card__header p{font-size:.82rem;color:var(--hll-text-2);margin-top:.25rem}.hll-price-card__value{font-size:2.2rem;font-weight:900;color:var(--hll-cyan);text-shadow:0 0 15px var(--hll-glow-cyan)}.hll-btn--wa{background:linear-gradient(135deg,#25d366,#128c7e);color:#ffffff;padding:.65rem 1rem;font-size:.88rem;border-radius:var(--hll-pill)}.hll-btn--wa:hover{box-shadow:0 0 15px rgba(37,211,102,.4);transform:translateY(-1px)}.hll-text-center{text-align:center}.pac-container{background-color:var(--hll-bg-1)!important;border:1px solid var(--hll-border)!important;border-radius:var(--hll-radius)!important;box-shadow:0 10px 25px rgba(0,0,0,.6)!important;font-family:inherit!important}.pac-item{border-top:1px solid var(--hll-border)!important;padding:10px 14px!important;color:var(--hll-text-2)!important;cursor:pointer;line-height:1.5!important}.pac-item:hover{background-color:var(--hll-surface-2)!important}.pac-item-query{color:var(--hll-text)!important;font-size:.95rem!important}.pac-matched{color:var(--hll-cyan)!important}.hdpi .pac-icon{filter:invert(1) hue-rotate(180deg)}.hll-sss-page{padding-block:4rem var(--hll-section-y)}.hll-breadcrumb{margin-bottom:2rem}.hll-back-link{color:var(--hll-cyan);text-decoration:none;font-weight:700;font-size:.95rem;transition:color .15s ease,text-shadow .15s ease}.hll-back-link:hover{color:var(--hll-text);text-shadow:0 0 10px var(--hll-glow-cyan)}.hll-sss-accordion{max-width:760px;margin-inline:auto;margin-top:0}.hll-accordion-item{border:1px solid var(--hll-border);border-radius:var(--hll-radius);background:var(--hll-surface);margin-bottom:1rem;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.hll-accordion-item:hover{border-color:rgba(255,255,255,.2)}.hll-accordion-item--open{border-color:var(--hll-border-strong);box-shadow:0 0 15px rgba(242,169,0,.08)}.hll-accordion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:transparent;border:none;color:var(--hll-text);font-size:1.05rem;font-weight:700;text-align:left;cursor:pointer;outline:none}.hll-accordion-question{flex-grow:1}.hll-accordion-icon{font-size:1.5rem;color:var(--hll-cyan);line-height:1;transition:transform .2s ease}.hll-accordion-item--open .hll-accordion-icon{color:var(--hll-purple);text-shadow:0 0 8px var(--hll-glow-purple)}.hll-accordion-content{transition:max-height .25s cubic-bezier(0,1,0,1),opacity .2s ease,visibility .2s ease}.hll-accordion-body{padding:0 1.5rem 1.5rem;color:var(--hll-text-2);font-size:1rem;line-height:1.65}.hll-sss-footer{max-width:600px;margin-inline:auto;margin-top:4rem;border-top:1px solid var(--hll-border);padding-top:3rem}.hll-sss-footer h3{font-size:1.25rem;font-weight:800;margin-bottom:.5rem}.hll-footer__links{margin-block:1rem;display:flex;justify-content:center;align-items:center;gap:.75rem;color:var(--hll-text-2);font-size:.85rem}.hll-footer__links a{color:var(--hll-text-2);text-decoration:none;transition:color .15s ease}.hll-footer__links a:hover{color:var(--hll-cyan)}.hll-otobus-page{padding-block:4rem var(--hll-section-y)}.hll-otobus-timeline-section{max-width:800px;margin-inline:auto;margin-top:4rem}.hll-timeline{position:relative;padding-left:3rem}.hll-timeline:before{content:"";position:absolute;left:15px;top:10px;bottom:10px;width:2px;background:linear-gradient(to bottom,var(--hll-cyan),var(--hll-purple));box-shadow:0 0 10px rgba(242,169,0,.3);z-index:1}.hll-timeline-item{position:relative;margin-bottom:2.5rem}.hll-timeline-item:last-child{margin-bottom:0}.hll-timeline-badge{position:absolute;left:-45px;top:4px;width:32px;height:32px;border-radius:50%;background:var(--hll-bg-0);border:2px solid var(--hll-cyan);display:flex;justify-content:center;align-items:center;font-weight:800;font-size:.9rem;color:var(--hll-cyan);box-shadow:0 0 10px rgba(242,169,0,.4);transition:transform .2s ease,border-color .2s ease,color .2s ease;z-index:2}.hll-timeline-item:hover .hll-timeline-badge{transform:scale(1.15);border-color:var(--hll-purple);color:var(--hll-purple);box-shadow:0 0 12px var(--hll-glow-purple)}.hll-timeline-card{background:var(--hll-surface);border:1px solid var(--hll-border);border-radius:var(--hll-radius);padding:1.5rem 1.75rem;transition:border-color .2s ease,box-shadow .2s ease}.hll-timeline-card:hover{border-color:rgba(255,255,255,.2);box-shadow:0 5px 15px rgba(0,0,0,.3)}.hll-timeline-title{font-size:1.15rem;font-weight:700;margin-bottom:.5rem;color:var(--hll-text)}.hll-timeline-desc{color:var(--hll-text-2);font-size:1rem;line-height:1.65}.hll-map-container{box-shadow:inset 0 0 20px rgba(0,0,0,.5)}.hll-otobus-cta{max-width:600px;margin-inline:auto;margin-top:5rem;border-top:1px solid var(--hll-border);padding-top:3.5rem}.hll-otobus-cta h3{font-size:1.35rem;font-weight:800;margin-bottom:.5rem}.hll-hakkimizda-page{padding-block:4rem var(--hll-section-y)}.hll-hakkimizda-story{max-width:800px;margin-inline:auto;border-left:3px solid var(--hll-cyan)!important;box-shadow:0 0 15px rgba(242,169,0,.05)}.hll-value-card{transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important}.hll-value-card:hover{transform:translateY(-5px);border-color:var(--hll-border-strong)!important;box-shadow:0 5px 20px rgba(242,169,0,.08)!important}.hll-value-icon{font-size:2.2rem;line-height:1}.hll-hakkimizda-cta{max-width:600px;margin-inline:auto;margin-top:5rem;border-top:1px solid var(--hll-border);padding-top:3.5rem}.hll-hakkimizda-cta h3{font-size:1.35rem;font-weight:800;margin-bottom:.5rem}.hll-calc-warning{background:rgba(242,169,0,.03);border:1px dashed var(--hll-cyan);border-radius:var(--hll-radius);padding:1.15rem 1.5rem;margin-block:1.5rem;display:flex;align-items:flex-start;gap:.85rem;box-shadow:0 0 15px rgba(242,169,0,.1);transition:box-shadow .2s ease,border-color .2s ease,background .2s ease}.hll-calc-warning:hover{border-color:var(--hll-purple);background:rgba(242,169,0,.07);box-shadow:0 0 25px rgba(242,169,0,.25)}.hll-calc-warning__icon{font-size:1.25rem;line-height:1}.hll-calc-warning__text{color:#ffffff;font-size:.92rem;font-weight:700;line-height:1.5;text-shadow:0 0 8px rgba(255,255,255,.2)}.hll-calc-warning__content{display:flex;flex-direction:column;gap:.65rem;width:100%}.hll-calc-warning__vip-btn{background:transparent;border:none;color:var(--hll-cyan);font-size:.92rem;font-weight:800;text-align:left;cursor:pointer;padding:0;margin:0;text-shadow:0 0 10px var(--hll-glow-cyan);transition:color .15s ease,text-shadow .15s ease;width:fit-content;outline:none}.hll-calc-warning__vip-btn:hover{color:#ffffff;text-shadow:0 0 12px var(--hll-glow-cyan),0 0 5px #ffffff}.hll-live-badge-btn{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:800;letter-spacing:.12em;color:var(--hll-text);background:rgba(242,169,0,.06);border:1px solid var(--hll-purple);border-radius:30px;padding:.5rem 1rem;margin-bottom:.75rem;cursor:pointer;outline:none;transition:all .2s ease;box-shadow:0 0 10px rgba(242,169,0,.1)}.hll-live-badge-btn:hover{background:rgba(242,169,0,.12);border-color:var(--hll-cyan);color:#ffffff;box-shadow:0 0 15px rgba(242,169,0,.25),0 0 5px rgba(242,169,0,.15)}.hll-live-badge-btn:active{transform:scale(.97)}.hll-live-dot{width:10px;height:10px;background-color:#00ff66;border-radius:50%;box-shadow:0 0 8px #00ff66;animation:hll-pulse-green 1.5s infinite}@keyframes hll-pulse-green{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(0,255,102,.7)}70%{transform:scale(1);box-shadow:0 0 0 6px rgba(0,255,102,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(0,255,102,0)}}.hll-blog-page{padding-block:var(--hll-section-y)}.hll-blog-grid{display:grid;gap:var(--hll-grid-gap);grid-template-columns:repeat(auto-fill,minmax(min(100%,22rem),1fr));margin-top:var(--hll-heading-gap)}.hll-blog-empty{margin-block:var(--hll-space-6);padding:var(--hll-space-5);border:1px dashed var(--hll-border);border-radius:var(--hll-radius);text-align:center}.hll-blog-empty h2{color:var(--hll-text);font-size:1.25rem;font-weight:700}.hll-blog-empty p{margin-top:var(--hll-space-1);color:var(--hll-text-2);font-size:1rem;line-height:1.65}.hll-blog-card{border:1px solid var(--hll-border);border-radius:var(--hll-radius-lg);background:var(--hll-surface);overflow:hidden;display:flex;flex-direction:column;height:100%;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.hll-blog-card:hover{transform:translateY(-4px);border-color:var(--hll-purple);box-shadow:0 10px 25px rgba(242,169,0,.15)}.hll-blog-card__image-container{aspect-ratio:16/9;position:relative;background:var(--hll-surface-2);overflow:hidden;border-bottom:1px solid var(--hll-border)}.hll-blog-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.hll-blog-card:hover .hll-blog-card__image{transform:scale(1.05)}.hll-blog-card__image-fallback{width:100%;height:100%;background:linear-gradient(135deg,var(--hll-bg-1) 0,var(--hll-surface-2) 100%);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;position:relative}.hll-blog-card__image-fallback:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(242,169,0,.08) 0,transparent 70%)}.hll-blog-card__fallback-icon{opacity:.35;filter:drop-shadow(0 0 8px rgba(242,169,0,.2));transition:opacity .2s ease,filter .2s ease}.hll-blog-card:hover .hll-blog-card__fallback-icon{opacity:.7;filter:drop-shadow(0 0 12px var(--hll-glow-cyan))}.hll-blog-card__fallback-text{font-size:.78rem;font-weight:800;color:var(--hll-text-2);letter-spacing:.15em;opacity:.4}.hll-blog-card__content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.hll-blog-card__meta{display:flex;align-items:center;gap:.75rem;font-size:.82rem;color:var(--hll-text-2);margin-bottom:.75rem}.hll-blog-card__meta-item{display:flex;align-items:center;gap:.35rem}.hll-blog-card__title{font-size:1.25rem;font-weight:800;color:var(--hll-text);line-height:1.4;margin-bottom:.75rem;transition:color .15s ease}.hll-blog-card:hover .hll-blog-card__title{color:var(--hll-cyan);text-shadow:0 0 10px rgba(242,169,0,.1)}.hll-blog-card__excerpt{color:var(--hll-text-2);font-size:1rem;line-height:1.65;margin-bottom:1.5rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hll-blog-card__link{color:var(--hll-cyan);text-decoration:none;font-weight:700;font-size:.9rem;display:inline-flex;align-items:center;gap:.35rem;transition:color .15s ease,text-shadow .15s ease;width:fit-content}.hll-blog-card__link:hover{color:var(--hll-text);text-shadow:0 0 8px var(--hll-glow-cyan)}.hll-blog-post{padding-block:4rem var(--hll-section-y)}.hll-blog-post__container{display:grid;grid-template-columns:1fr;gap:3rem;margin-top:3rem}@media (min-width:992px){.hll-blog-post__container{grid-template-columns:2fr 1fr}}.hll-blog-post__article{background:var(--hll-surface);border:1px solid var(--hll-border);border-radius:var(--hll-radius-lg);overflow:hidden}.hll-blog-post__header{padding:clamp(1.5rem,5vw,2.5rem);border-bottom:1px solid var(--hll-border)}.hll-blog-post__title{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:900;line-height:1.25;margin-top:.75rem;color:var(--hll-text)}.hll-blog-post__image-container{width:100%;aspect-ratio:21/9;background:var(--hll-surface-2);border-bottom:1px solid var(--hll-border);overflow:hidden}.hll-blog-post__image{width:100%;height:100%;object-fit:cover}.hll-blog-post__image-fallback{width:100%;height:100%;background:linear-gradient(135deg,var(--hll-bg-1) 0,var(--hll-surface-2) 100%);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;position:relative}.hll-blog-post__image-fallback:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(242,169,0,.08) 0,transparent 70%)}.hll-blog-post__fallback-icon{opacity:.35;filter:drop-shadow(0 0 8px rgba(242,169,0,.2))}.hll-blog-post__fallback-text{font-size:.78rem;font-weight:800;color:var(--hll-text-2);letter-spacing:.15em;opacity:.4}.hll-blog-post__body{padding:clamp(1.5rem,5vw,2.5rem);color:var(--hll-text-2);font-size:1.05rem;line-height:1.8}.hll-blog-post__body p{margin-bottom:1.5rem}.hll-blog-post__body h3{color:var(--hll-text);font-size:1.4rem;font-weight:800;margin-top:2rem;margin-bottom:1rem}.hll-blog-post__body ol,.hll-blog-post__body ul{margin-bottom:1.5rem;padding-left:1.5rem}.hll-blog-post__body li{margin-bottom:.5rem}.hll-blog-post__body blockquote{border-left:3px solid var(--hll-purple);background:rgba(242,169,0,.03);padding:1rem 1.5rem;margin:1.5rem 0;border-radius:0 var(--hll-radius) var(--hll-radius) 0;font-style:italic;color:var(--hll-text)}.hll-blog-sidebar{display:flex;flex-direction:column;gap:2rem;height:fit-content}.hll-blog-sidebar__widget{background:var(--hll-surface);border:1px solid var(--hll-border);border-radius:var(--hll-radius-lg);padding:1.5rem}.hll-blog-sidebar__widget-title{font-size:1.15rem;font-weight:800;margin-bottom:1.25rem;border-bottom:1px solid var(--hll-border);padding-bottom:.5rem;color:var(--hll-text)}#yorumlar .hll-card{border-color:var(--hll-border);box-shadow:0 0 15px rgba(242,169,0,.03);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}#yorumlar .hll-card:hover{transform:translateY(-2px);border-color:var(--hll-cyan);box-shadow:0 0 25px rgba(242,169,0,.1)}body,html{max-width:100%;overflow-x:clip}.hll-container{max-width:1180px}.hll-eyebrow{color:var(--hll-amber);font-weight:800;letter-spacing:.18em}.hll-h2{font-size:clamp(2rem,5vw,3.25rem);letter-spacing:-.035em}.hll-accent{color:var(--hll-amber);text-shadow:none}.hll-section__head--left{max-width:760px;margin-inline:0;text-align:left}.hll-section--surface{background:var(--hll-bg-1);color:var(--hll-white);border-block:1px solid var(--hll-border)}.hll-section--surface .hll-eyebrow{color:var(--hll-amber)}.hll-section--surface .hll-note,.hll-section--surface .hll-sub{color:var(--hll-text-2)}.hll-section--petrol{background:var(--hll-bg-1)}.hll-btn{min-height:48px;border-radius:10px;padding-inline:1.45rem}.hll-btn--primary{box-shadow:none}.hll-btn--primary:hover{box-shadow:0 10px 28px rgba(242,169,0,.2)}.hll-btn--ghost{background:rgba(5,47,51,.18)}.hll-btn--ghost:hover{border-color:var(--hll-amber);box-shadow:none}.hll-cta-row--start{justify-content:flex-start}.hll-header,.hll-header__inner{min-height:72px}.hll-nav{gap:clamp(.6rem,1.6vw,1.15rem)}.hll-nav a{color:rgba(255,255,255,.78);font-size:1rem}.hll-nav a:hover{color:var(--hll-amber)}.hll-hero{min-height:min(780px,calc(100svh - 72px));padding:0;text-align:center;isolation:isolate}.hll-hero__image{z-index:-3;object-fit:cover;object-position:center 58%}.hll-hero__overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,rgba(5,47,51,.92),rgba(5,47,51,.48) 42%,rgba(5,47,51,.82)),radial-gradient(circle at 50% 28%,rgba(5,47,51,.12),rgba(5,47,51,.55) 68%)}.hll-hero__inner{min-height:min(780px,calc(100svh - 72px));display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:clamp(5.5rem,14vh,8.5rem);padding-bottom:4rem}.hll-hero .hll-h1{max-width:1040px;margin-top:.8rem;font-size:clamp(3rem,7.4vw,5.75rem);text-wrap:balance}.hll-hero .hll-lead{max-width:58ch;color:rgba(255,255,255,.9)}.hll-hero .hll-cta-row--start{justify-content:center}.hll-hero__support{margin-top:1rem;color:rgba(255,255,255,.72);font-size:1rem;line-height:1.6}.hll-trust-strip{background:var(--hll-amber);color:var(--hll-ink);border-block:1px solid rgba(16,42,45,.18)}.hll-trust-strip__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.hll-trust-item{min-height:88px;display:flex;align-items:center;gap:.75rem;padding:1.25rem;border-right:1px solid rgba(16,42,45,.2);font-weight:800;line-height:1.3}.hll-trust-item:last-child{border-right:0}.hll-trust-item>span{width:9px;height:9px;border:2px solid var(--hll-ink);border-radius:50%;flex:0 0 auto}.hll-emphasis{background:var(--hll-bg-1);border-bottom:1px solid var(--hll-border)}.hll-emphasis__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:var(--hll-layout-gap);align-items:start}.hll-emphasis__copy{color:var(--hll-line);font-size:clamp(1.05rem,2.2vw,1.24rem)}.hll-emphasis blockquote{margin-top:2rem;border-left:3px solid var(--hll-amber);padding:.8rem 0 .8rem 1.25rem;color:var(--hll-white);font-size:clamp(1.2rem,2.5vw,1.55rem);font-weight:750}.hll-service-levels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--hll-grid-gap)}.hll-service-level{min-height:270px;display:flex;flex-direction:column;justify-content:flex-start;gap:var(--hll-space-3);padding:var(--hll-card-padding);background:var(--hll-white);border:1px solid var(--hll-line);border-radius:14px}.hll-service-level__number{color:var(--hll-amber);font-size:.82rem;font-weight:900;letter-spacing:.16em}.hll-service-level h3{font-size:1.35rem;line-height:1.2}.hll-service-level p{margin-top:var(--hll-space-1);color:rgba(16,42,45,.7)}.hll-service-level .hll-service-level__time{color:var(--hll-ink);font-weight:800}.hll-operation-types{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--hll-grid-gap);margin-top:var(--hll-space-2)}.hll-operation-type{display:flex;gap:var(--hll-space-2);padding:var(--hll-card-padding);border-top:1px solid var(--hll-line)}.hll-operation-type__mark{width:22px;height:3px;margin-top:.65rem;background:var(--hll-amber);flex:0 0 auto}.hll-operation-type h3{font-size:1.12rem;line-height:1.35}.hll-operation-type p{margin-top:.625rem;color:rgba(16,42,45,.68);font-size:1rem;line-height:1.65}.hll-inline-link{margin-top:var(--hll-space-4);text-align:center}.hll-inline-link a{color:var(--hll-ink);font-weight:850;text-underline-offset:4px;text-decoration-color:var(--hll-amber)}.hll-process{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--hll-border);border:1px solid var(--hll-border)}.hll-process li{min-height:260px;background:var(--hll-bg-0);padding:var(--hll-card-padding)}.hll-process li>span,.hll-standard-card>span{display:inline-block;color:var(--hll-amber);font-size:.8rem;font-weight:900;letter-spacing:.16em}.hll-process h3{margin-top:var(--hll-space-3);color:var(--hll-white);font-size:1.1rem}.hll-process p{margin-top:var(--hll-space-1);color:var(--hll-text-2);font-size:1rem;line-height:1.65}.hll-process--five{grid-template-columns:repeat(5,minmax(0,1fr))}.hll-corporate{background:linear-gradient(120deg,rgba(11,66,71,.95),rgba(5,47,51,.98)),var(--hll-bg-0)}.hll-corporate__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:var(--hll-layout-gap);align-items:center}.hll-check-list,.hll-corporate-page-grid ul,.hll-corporate__list{list-style:none}.hll-check-list li,.hll-corporate-page-grid li,.hll-corporate__list li{position:relative;padding:1rem 0 1rem 1.6rem;border-bottom:1px solid var(--hll-border)}.hll-check-list li:before,.hll-corporate-page-grid li:before,.hll-corporate__list li:before{content:"";position:absolute;left:0;top:1.55rem;width:8px;height:8px;background:var(--hll-amber)}.hll-intercity{display:flex;align-items:flex-end;justify-content:space-between;gap:3rem}.hll-intercity>div:first-child{max-width:760px}.hll-intercity__links{min-width:250px;display:flex;flex-direction:column;border-top:1px solid var(--hll-border)}.hll-intercity__links a{color:var(--hll-white);text-decoration:none;padding:1rem 0;border-bottom:1px solid var(--hll-border);font-weight:800}.hll-intercity__links a:hover{color:var(--hll-amber)}.hll-standard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--hll-border);border-left:1px solid var(--hll-border)}.hll-standard-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.hll-standard-card{min-height:230px;padding:clamp(1.35rem,3vw,2rem);border-right:1px solid var(--hll-border);border-bottom:1px solid var(--hll-border)}.hll-standard-card h3{margin-top:var(--hll-space-3);font-size:1.1rem}.hll-standard-card p{margin-top:var(--hll-space-1);color:var(--hll-text-2);font-size:1rem;line-height:1.65}.hll-calculator-section{background:var(--hll-bg-0)}.hll-calculator-card{max-width:920px;background:var(--hll-bg-1);box-shadow:none}.hll-calc-warning,.hll-price-card{border-color:var(--hll-amber);background:rgba(242,169,0,.035);box-shadow:none}.hll-calc-warning:hover,.hll-price-card:hover{border-color:var(--hll-amber);background:rgba(242,169,0,.075);box-shadow:none}.hll-price-card__value{color:var(--hll-amber);text-shadow:none}.hll-live-badge-btn{border-color:var(--hll-amber);background:transparent;box-shadow:none}.hll-contact{background:var(--hll-bg-1)}.hll-contact__grid{gap:var(--hll-layout-gap)}.hll-contact__meta{border-top:1px solid var(--hll-border);padding-top:1.5rem}.hll-contact__meta p{width:100%;display:grid;grid-template-columns:96px 1fr;gap:1rem;font-size:1rem;line-height:1.6;padding-bottom:1rem;border-bottom:1px solid var(--hll-border)}.hll-contact__meta a{color:var(--hll-white)}.hll-contact__meta .hll-contact__availability{display:block;color:var(--hll-amber);font-weight:800;border-bottom:0}.hll-contact__form-card{background:var(--hll-bg-0);border-color:var(--hll-border);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hll-form__label,.hll-form__success-title,.hll-form__title{color:var(--hll-white)}.hll-form__intro{color:var(--hll-text-2);margin:-.9rem 0 1.5rem}.hll-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.hll-form__input,.hll-form__textarea{background:rgba(255,255,255,.045);color:var(--hll-white)}.hll-form__input:focus,.hll-form__textarea:focus{border-color:var(--hll-amber);box-shadow:0 0 0 3px rgba(242,169,0,.14);background:rgba(255,255,255,.07)}.hll-form__submit{background:var(--hll-amber);color:var(--hll-ink);border-radius:10px;box-shadow:none;font-weight:850}.hll-form__submit:hover:not(:disabled){box-shadow:0 10px 28px rgba(242,169,0,.2)}.hll-form__success-mark{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 1rem;border-radius:50%;background:var(--hll-amber);color:var(--hll-ink);font-size:1.4rem;font-weight:900}.hll-form__reset{display:block;margin:1.2rem auto 0;border:0;background:transparent;color:var(--hll-text-2);text-decoration:underline;text-underline-offset:4px;cursor:pointer}.hll-footer{background:var(--hll-bg-0);text-align:left;padding-bottom:1.5rem}.hll-footer__grid{display:grid;grid-template-columns:1.25fr 1fr .75fr;gap:3rem;align-items:start}.hll-wordmark--footer{width:fit-content}.hll-footer__contact,.hll-footer__links{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;margin:0}.hll-footer__contact a,.hll-footer__contact p,.hll-footer__links a{color:var(--hll-text-2);text-decoration:none;font-size:1rem;line-height:1.6}.hll-footer__contact a:hover,.hll-footer__links a:hover{color:var(--hll-amber)}.hll-footer__legal{margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid var(--hll-border)}.hll-inner-page{background:var(--hll-bg-0)}.hll-inner-hero{position:relative;overflow:hidden;min-height:500px;display:flex;align-items:center;background:radial-gradient(circle at 86% 10%,rgba(242,169,0,.12),transparent 28%),linear-gradient(135deg,var(--hll-bg-1),var(--hll-bg-0));border-bottom:1px solid var(--hll-border)}.hll-inner-hero:after{content:"";position:absolute;right:-100px;top:-210px;width:520px;height:520px;border:1px solid rgba(242,169,0,.25);border-radius:50%}.hll-inner-hero__content{position:relative;z-index:1;padding-block:6rem}.hll-inner-hero__content .hll-h1,.hll-inner-hero__content .hll-lead{max-width:820px;margin-inline:0}.hll-inner-hero--compact{min-height:420px}.hll-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--hll-grid-gap)}.hll-detail-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.hll-detail-card{min-height:280px;padding:var(--hll-card-padding);background:var(--hll-bg-0);border:1px solid var(--hll-border);border-radius:14px}.hll-detail-card__meta{color:var(--hll-amber)!important;font-size:.8rem;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.hll-detail-card h2{margin-top:var(--hll-space-4);color:var(--hll-white);font-size:1.3rem}.hll-detail-card p{margin-top:var(--hll-space-1);color:var(--hll-text-2);font-size:1rem;line-height:1.65}.hll-detail-card a{display:inline-block;margin-top:1.4rem;color:var(--hll-white);font-weight:800;text-decoration-color:var(--hll-amber);text-underline-offset:4px}.hll-corporate-page-grid,.hll-story-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:var(--hll-layout-gap)}.hll-story-grid>div:last-child{color:var(--hll-text-2);font-size:1.08rem}.hll-story-grid>div:last-child p+p{margin-top:1.25rem}.hll-page-cta{max-width:760px;margin:var(--hll-space-6) auto 0;padding:clamp(2rem,5vw,3rem);border:1px solid var(--hll-border);background:var(--hll-bg-1);text-align:center;border-radius:14px}.hll-page-cta h2{font-size:clamp(1.5rem,4vw,2.2rem)}.hll-page-cta p{color:var(--hll-text-2);margin:.8rem auto 1.5rem}.hll-formula{max-width:900px;text-align:center}.hll-formula h2{margin:1rem auto;font-size:clamp(1.65rem,4vw,2.8rem)}.hll-formula h2 span,.hll-formula__result{color:var(--hll-amber)}.hll-formula__result{margin-bottom:2rem;font-size:1.2rem;font-weight:850}.hll-section--surface .hll-accordion-item{background:var(--hll-bg-0);border-color:var(--hll-border)}.hll-section--surface .hll-accordion-trigger{color:var(--hll-white)}.hll-section--surface .hll-accordion-body{color:var(--hll-text-2)}.hll-section--surface .hll-accordion-item--open{border-color:var(--hll-amber);box-shadow:none}.hll-mobile-contact{display:none}.hll-global-error{min-height:100vh;display:flex;align-items:center;justify-content:center;margin:0;padding:2rem;background:var(--hll-bg-0);color:var(--hll-white);font-family:system-ui,-apple-system,Segoe UI,sans-serif;text-align:center}.hll-error-icon{filter:drop-shadow(0 0 14px rgba(242,169,0,.24))}.hll-error-copy{margin-bottom:2rem;color:var(--hll-text-2);font-size:1.02rem;line-height:1.6}@media (max-width:900px){.hll-detail-grid,.hll-operation-types,.hll-process,.hll-process--five,.hll-service-levels,.hll-standard-grid,.hll-standard-grid--four,.hll-trust-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hll-corporate-page-grid,.hll-corporate__grid,.hll-emphasis__grid,.hll-story-grid{grid-template-columns:1fr}.hll-intercity{align-items:flex-start;flex-direction:column}.hll-intercity__links{width:100%}.hll-footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){body{padding-bottom:0}.hll-nav{background:rgba(5,47,51,.98)}.hll-hero{min-height:720px}.hll-hero__image{object-position:28% center}.hll-hero__overlay{background:linear-gradient(180deg,rgba(5,47,51,.94),rgba(5,47,51,.7) 46%,rgba(5,47,51,.9))}.hll-hero__inner{min-height:720px;padding-top:4.5rem}.hll-hero .hll-h1{font-size:clamp(2.7rem,13vw,4.4rem)}.hll-hero .hll-lead{font-size:1rem}.hll-detail-grid,.hll-detail-grid--two,.hll-operation-types,.hll-process,.hll-process--five,.hll-service-levels,.hll-standard-grid,.hll-standard-grid--four,.hll-trust-strip__grid{grid-template-columns:1fr}.hll-trust-item{min-height:64px;border-right:0;border-bottom:1px solid rgba(16,42,45,.2)}.hll-trust-item:last-child{border-bottom:0}.hll-detail-card,.hll-process li,.hll-service-level,.hll-standard-card{min-height:auto}.hll-detail-card h2,.hll-process h3,.hll-standard-card h3{margin-top:2rem}.hll-contact__meta p,.hll-footer__grid,.hll-form__row{grid-template-columns:1fr}.hll-contact__meta p{gap:.25rem}.hll-cta-row,.hll-cta-row--start{align-items:stretch;flex-direction:column}.hll-cta-row .hll-btn{width:100%}.hll-mobile-contact{position:fixed;left:0;right:0;bottom:0;z-index:80;min-height:64px;display:grid;grid-template-columns:repeat(2,1fr);background:var(--hll-bg-0);border-top:1px solid var(--hll-border);padding:8px;gap:8px}.hll-mobile-contact a{display:grid;place-items:center;color:var(--hll-ink);background:var(--hll-amber);border-radius:8px;text-decoration:none;font-weight:850}.hll-mobile-contact a:last-child{color:var(--hll-white);background:var(--hll-bg-1);border:1px solid var(--hll-border)}.hll-footer{padding-bottom:calc(1.5rem + 64px)}}#hizmet-bolgeleri,#hizmetler,#iletisim,#kurumsal,#planlama{scroll-margin-top:84px}.hll-coverage{background:radial-gradient(circle at 12% 10%,rgba(242,169,0,.08),transparent 30%),var(--hll-bg-1);border-bottom:1px solid var(--hll-border)}.hll-coverage__layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:var(--hll-layout-gap);align-items:center}.hll-coverage__layout>div:first-child{max-width:560px}.hll-text-link{display:inline-block;margin-top:var(--hll-space-3);color:var(--hll-white);font-weight:850;text-decoration-color:var(--hll-amber);text-underline-offset:5px}.hll-text-link:hover{color:var(--hll-amber)}.hll-coverage__cities{border-top:1px solid var(--hll-border)}.hll-coverage__cities article{display:grid;grid-template-columns:48px 1fr;gap:var(--hll-space-2);padding:var(--hll-space-3) 0;border-bottom:1px solid var(--hll-border)}.hll-coverage__cities article>span{color:var(--hll-amber);font-size:.78rem;font-weight:900;letter-spacing:.14em}.hll-coverage__cities h3{font-size:1.15rem}.hll-coverage__cities p{margin-top:var(--hll-space-1);color:var(--hll-text-2);font-size:1rem;line-height:1.65}.hll-services-dark{--hll-services-rhythm:var(--hll-heading-gap);background:var(--hll-bg-0);border-bottom:1px solid var(--hll-border)}.hll-services-dark .hll-section__head{margin-bottom:var(--hll-services-rhythm)}.hll-services-dark .hll-note,.hll-services-dark .hll-sub{color:var(--hll-text-2)}.hll-services-dark .hll-service-level{min-height:248px;background:var(--hll-bg-1);border-color:var(--hll-border)}.hll-services-dark .hll-service-level .hll-service-level__time,.hll-services-dark .hll-service-level h3{color:var(--hll-white)}.hll-services-dark .hll-service-level p{color:var(--hll-text-2);font-size:1.05rem;line-height:1.6}.hll-services-dark .hll-service-level__time{font-size:1.05rem}.hll-services-dark .hll-operation-types{gap:var(--hll-space-3);margin-top:var(--hll-services-rhythm)}.hll-services-dark .hll-operation-type{min-height:168px;align-items:flex-start;background:rgba(255,255,255,.025);border:1px solid var(--hll-border);border-radius:12px}.hll-services-dark .hll-operation-type h3{color:var(--hll-white)}.hll-services-dark .hll-operation-type p{color:var(--hll-text-2)}.hll-services-dark .hll-inline-link a{color:var(--hll-white);font-size:1.08rem;line-height:1.5}.hll-services-dark .hll-inline-link,.hll-services-dark .hll-note{margin-top:var(--hll-services-rhythm)}.hll-services-dark .hll-note{max-width:78ch;margin-right:auto;margin-left:auto;font-size:1rem;line-height:1.65}.hll-process-section{background:var(--hll-bg-1);border-block:1px solid var(--hll-border)}.hll-process-section .hll-process{background:var(--hll-border);border-color:var(--hll-border)}.hll-process-section .hll-process li{min-height:230px;background:var(--hll-bg-0)}.hll-process-section .hll-process h3{color:var(--hll-white)}.hll-process-section .hll-process p{color:var(--hll-text-2)}.hll-calculator-section{padding-block:var(--hll-section-y)}.hll-calculator-card--focused{max-width:1100px;padding:var(--hll-space-5);border:1px solid var(--hll-border);border-radius:18px}.hll-calculator-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:var(--hll-layout-gap);align-items:end;text-align:left}.hll-calculator-heading .hll-h2{margin:.75rem 0 0}.hll-calculator-heading>p{color:var(--hll-text-2);font-size:1rem;line-height:1.7}.hll-coverage-pills{display:flex;flex-wrap:wrap;gap:var(--hll-space-1);margin:var(--hll-space-4) 0 var(--hll-space-3)}.hll-coverage-pills span{padding:.45rem .75rem;border:1px solid var(--hll-border);border-radius:999px;color:var(--hll-line);font-size:.78rem;font-weight:750}.hll-coverage-pills span:first-child,.hll-coverage-pills span:nth-child(2),.hll-coverage-pills span:nth-child(3){border-color:rgba(242,169,0,.55)}.hll-calculator-form--route{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--hll-grid-gap);margin:0}.hll-calculator-form--route .hll-btn,.hll-calculator-form--route .hll-calc-error,.hll-calculator-form--route .hll-calculator-system-note{grid-column:1/-1}.hll-calculator-system-note{color:var(--hll-line);font-size:1rem;line-height:1.6;text-align:center}.hll-route-map,.hll-route-map-fallback{width:100%;height:280px;margin-top:var(--hll-space-3);overflow:hidden;border:1px solid var(--hll-border);border-radius:14px}.hll-route-map-fallback{display:grid;place-content:center;gap:.5rem;padding:2rem;background:radial-gradient(circle at 50% 40%,rgba(242,169,0,.08),transparent 36%),var(--hll-bg-0);color:var(--hll-white);text-align:center}.hll-route-map-fallback span{color:var(--hll-text-2);font-size:1rem;line-height:1.6}.hll-results-meta{display:flex;justify-content:space-between;gap:1rem;color:var(--hll-text-2)}.hll-results-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.hll-results-grid--three .hll-price-card{min-height:255px;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem}.hll-results-grid--three .hll-price-card h3{color:var(--hll-white)}.hll-results-grid--three .hll-price-card p{margin-top:var(--hll-space-1);color:var(--hll-text-2);font-size:1rem;line-height:1.6}.hll-price-card__value small{font-size:.82rem;font-weight:700}.hll-results-grid--three .hll-btn--wa{background:var(--hll-amber);color:var(--hll-ink);border-radius:9px}.hll-results-grid--three .hll-btn--wa:hover{background:var(--hll-amber);color:var(--hll-ink);box-shadow:0 8px 22px rgba(242,169,0,.18)}.hll-custom-route-result,.hll-vip-route{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:1rem;padding:1.25rem;border:1px solid rgba(242,169,0,.45);border-radius:12px;background:rgba(242,169,0,.035)}.hll-custom-route-result>div,.hll-vip-route>div{display:flex;flex-direction:column;gap:.35rem}.hll-custom-route-result span,.hll-vip-route span{color:var(--hll-amber);font-size:.75rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hll-custom-route-result h3{font-size:1.25rem}.hll-custom-route-result p{max-width:70ch;color:var(--hll-text-2);font-size:1rem;line-height:1.6}.hll-calculator-note{max-width:90ch;margin:1.25rem auto 0;color:var(--hll-text-2);text-align:center}.hll-solution-routes{background:linear-gradient(140deg,rgba(11,66,71,.94),rgba(5,47,51,.98)),var(--hll-bg-0);border-bottom:1px solid var(--hll-border)}.hll-solution-routes>.hll-container>div:first-child{max-width:760px}.hll-solution-routes__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--hll-grid-gap);margin-top:var(--hll-space-4)}.hll-solution-routes__grid article{min-height:270px;padding:var(--hll-card-padding);border:1px solid var(--hll-border);border-radius:14px;background:rgba(255,255,255,.025)}.hll-solution-routes__grid article>span{color:var(--hll-amber);font-size:.8rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hll-solution-routes__grid h3{max-width:24ch;margin-top:var(--hll-space-4);font-size:1.35rem}.hll-solution-routes__grid p{max-width:55ch;margin-top:var(--hll-space-1);color:var(--hll-text-2)}.hll-solution-routes__grid a{display:inline-block;margin-top:var(--hll-space-2);color:var(--hll-white);font-weight:850;text-decoration-color:var(--hll-amber);text-underline-offset:5px}.hll-solution-routes__grid a:hover{color:var(--hll-amber)}.hll-solution-routes__cta{margin-top:var(--hll-space-3)}.hll-standard-section{background:var(--hll-bg-0)}.hll-standard-section__layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(520px,1.2fr);gap:var(--hll-layout-gap);align-items:start}.hll-standard-section__intro blockquote{margin-top:var(--hll-space-4);padding-left:1.25rem;border-left:3px solid var(--hll-amber);color:var(--hll-white);font-size:1.12rem;font-weight:750;line-height:1.55}.hll-standard-section .hll-standard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hll-standard-section .hll-standard-card{min-height:215px;background:var(--hll-bg-1)}.hll-contact{padding-block:var(--hll-section-y)}.hll-contact .hll-form__textarea{min-height:105px}@media (max-width:900px){.hll-calculator-heading,.hll-coverage__layout,.hll-standard-section__layout{grid-template-columns:1fr}.hll-coverage__layout>div:first-child{max-width:700px}.hll-results-grid--three{grid-template-columns:1fr}}@media (max-width:768px){.hll-hero,.hll-hero__inner{min-height:680px}.hll-hero__inner{padding-top:4rem}.hll-trust-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hll-trust-item{min-height:78px;padding:1rem;border-right:1px solid rgba(16,42,45,.2)}.hll-trust-item:nth-child(2n){border-right:0}.hll-trust-item:nth-last-child(-n+2){border-bottom:0}.hll-coverage__layout,.hll-standard-section__layout{gap:var(--hll-layout-gap)}.hll-services-dark .hll-service-level{min-height:auto;gap:var(--hll-space-3)}.hll-services-dark .hll-operation-types{gap:var(--hll-grid-gap)}.hll-process-section .hll-process{gap:0}.hll-process-section .hll-process li{min-height:auto;display:grid;grid-template-columns:44px 1fr;gap:.25rem .75rem;padding:1.25rem}.hll-process-section .hll-process li>span{grid-row:1/3}.hll-process-section .hll-process h3,.hll-process-section .hll-process p{margin-top:0}.hll-calculator-card--focused{padding:1.25rem}.hll-calculator-form--route{grid-template-columns:1fr}.hll-calculator-form--route .hll-btn,.hll-calculator-form--route .hll-calc-error,.hll-calculator-form--route .hll-calculator-system-note{grid-column:auto}.hll-route-map,.hll-route-map-fallback{height:235px}.hll-custom-route-result,.hll-results-meta,.hll-vip-route{align-items:stretch;flex-direction:column}.hll-custom-route-result .hll-btn,.hll-vip-route .hll-btn{width:100%}.hll-solution-routes__grid,.hll-standard-section .hll-standard-grid{grid-template-columns:1fr}.hll-solution-routes__grid article,.hll-standard-section .hll-standard-card{min-height:auto}.hll-solution-routes__grid h3,.hll-standard-section .hll-standard-card h3{margin-top:1.5rem}.hll-calculator-section,.hll-contact,.hll-coverage,.hll-process-section,.hll-services-dark,.hll-solution-routes,.hll-standard-section{padding-block:var(--hll-section-y)}.hll-process-section .hll-section__head{margin-bottom:var(--hll-heading-gap)}.hll-services-dark .hll-section__head{margin-bottom:var(--hll-services-rhythm)}.hll-coverage__layout{gap:var(--hll-layout-gap)}.hll-coverage__cities article{grid-template-columns:38px 1fr;gap:.75rem;padding:1.25rem 0}.hll-text-link{margin-top:1rem}.hll-services-dark .hll-service-levels{gap:var(--hll-grid-gap)}.hll-services-dark .hll-service-level{display:grid;grid-template-columns:34px 1fr;justify-content:start;gap:var(--hll-space-2);padding:var(--hll-space-3)}.hll-services-dark .hll-service-level h3{font-size:1.2rem}.hll-services-dark .hll-service-level p{margin-top:var(--hll-space-1);font-size:1rem;line-height:1.6}.hll-services-dark .hll-operation-type{gap:var(--hll-grid-gap);padding:var(--hll-card-padding);min-height:auto}.hll-services-dark .hll-inline-link,.hll-services-dark .hll-note{margin-top:var(--hll-services-rhythm)}.hll-process-section .hll-process li{padding:1rem}.hll-solution-routes__grid{gap:var(--hll-grid-gap);margin-top:var(--hll-space-4)}.hll-solution-routes__grid article{padding:1.2rem}.hll-solution-routes__grid h3{margin-top:1.25rem;font-size:1.15rem}.hll-solution-routes__grid a{margin-top:.9rem}.hll-standard-section__layout{gap:var(--hll-layout-gap)}.hll-standard-section__intro blockquote{margin-top:1.25rem;font-size:1rem}.hll-standard-section .hll-standard-grid{grid-template-columns:1fr}.hll-standard-section .hll-standard-card{padding:1.25rem}.hll-standard-section .hll-standard-card h3{margin-top:var(--hll-space-2);font-size:1.1rem}.hll-standard-section .hll-standard-card p{font-size:1rem;line-height:1.65}.hll-contact__grid{gap:var(--hll-layout-gap)}.hll-contact__lead{margin-bottom:1.25rem}.hll-contact__info .hll-cta-row{display:none}.hll-contact__meta{gap:var(--hll-space-1);margin-top:var(--hll-space-3);padding-top:var(--hll-space-2)}.hll-contact__meta p{grid-template-columns:1fr;gap:var(--hll-space-1);padding-bottom:var(--hll-space-2);font-size:1rem}.hll-contact__form-card{padding:var(--hll-card-padding)}.hll-contact .hll-form__intro,.hll-contact .hll-form__title{margin-bottom:var(--hll-space-2)}.hll-contact .hll-form__row{grid-template-columns:1fr;gap:var(--hll-grid-gap)}.hll-contact .hll-form__group{margin-bottom:var(--hll-space-2)}.hll-contact .hll-form__label{margin-bottom:var(--hll-space-1);font-size:1rem}.hll-contact .hll-form__input,.hll-contact .hll-form__textarea{min-height:48px;padding:.75rem 1rem;font-size:1rem}.hll-contact .hll-form__textarea{min-height:96px}}@media (min-width:769px){.hll-services-dark .hll-service-levels{grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.hll-services-dark .hll-service-level{border-radius:0}.hll-services-dark .hll-service-level:not(:first-child){border-left:0}.hll-services-dark .hll-service-level:first-child{border-radius:14px 0 0 14px}.hll-services-dark .hll-service-level:last-child{border-radius:0 14px 14px 0}}@media (min-width:901px){.hll-process--five{grid-template-columns:repeat(6,minmax(0,1fr))}.hll-process--five>li{grid-column:span 2}.hll-process--five>li:nth-last-child(-n+2){grid-column:span 3}.hll-standard-section .hll-standard-grid{grid-auto-rows:1fr}.hll-standard-section .hll-standard-card{height:100%}.hll-detail-grid--two{grid-template-columns:repeat(6,minmax(0,1fr))}.hll-detail-grid--two>*{grid-column:span 3}.hll-detail-grid--two>:nth-child(n+3){grid-column:span 2}}.hll-eyebrow+:is(.hll-h1,.hll-h2,h1,h2){margin-top:var(--hll-eyebrow-title-gap)}.hll-cc{position:fixed;left:50%;bottom:1rem;transform:translateX(-50%);z-index:80;width:min(46rem,calc(100vw - 1.5rem));background:var(--hll-bg-1);border:1px solid var(--hll-border);border-radius:var(--hll-radius);box-shadow:0 10px 40px rgba(0,0,0,.4)}.hll-cc__inner{padding:1.1rem 1.2rem}.hll-cc__text{color:var(--hll-text-2);font-size:.92rem;line-height:1.5}.hll-cc__link{background:none;border:none;padding:0;color:var(--hll-amber);font:inherit;text-decoration:underline;cursor:pointer}.hll-cc__policy{margin-top:.9rem;padding-top:.9rem;border-top:1px solid var(--hll-border);color:var(--hll-text-2);font-size:.87rem;max-height:40vh;overflow-y:auto}.hll-cc__policy p+p{margin-top:.6rem}.hll-cc__actions{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:flex-end;margin-top:1rem}.hll-cc__btn{padding:.6rem 1.5rem;font-size:.92rem;min-width:8.5rem}@media (max-width:480px){.hll-cc__actions{flex-direction:column-reverse}.hll-cc__btn{width:100%}}.hll-footer__prefs{background:none;border:none;padding:0;margin-left:.75rem;color:var(--hll-text-2);font:inherit;text-decoration:underline;cursor:pointer}.hll-footer__prefs:hover{color:var(--hll-amber)}