.Header-module__lnUIdW__header{z-index:100;height:var(--header-h);transition:background var(--transition), box-shadow var(--transition);align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__lnUIdW__header--scrolled{-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--border);background:#f4f1ecf2}.Header-module__lnUIdW__header--dark-hero{-webkit-backdrop-filter:blur(14px);background:#0d1b2ac7;box-shadow:0 1px #ffffff14}.Header-module__lnUIdW__header--home-hero{-webkit-backdrop-filter:none;box-shadow:none;background:linear-gradient(#0d1b2a9e 0%,#0d1b2a2e 70%,#0000 100%)}.Header-module__lnUIdW__header__inner{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__lnUIdW__header__logo{flex-shrink:0;align-items:center;gap:12px;display:flex}.Header-module__lnUIdW__header__brand{min-width:142px;font-family:var(--font-brand), "Segoe UI", system-ui, sans-serif;color:var(--navy);flex-direction:column;gap:1px;line-height:1.05;display:flex}.Header-module__lnUIdW__header__brand-main{font-size:1rem;font-weight:800}.Header-module__lnUIdW__header__brand-sub{color:var(--gold);font-size:.72rem;font-weight:600}.Header-module__lnUIdW__header--dark-hero .Header-module__lnUIdW__header__brand{color:var(--white)}.Header-module__lnUIdW__header--dark-hero .Header-module__lnUIdW__header__brand-sub{color:var(--gold-light)}.Header-module__lnUIdW__header--scrolled .Header-module__lnUIdW__header__brand{color:var(--navy)}.Header-module__lnUIdW__header--scrolled .Header-module__lnUIdW__header__brand-sub{color:var(--gold)}.Header-module__lnUIdW__header__logo img{width:auto;height:52px}.Header-module__lnUIdW__header__nav{align-items:center;gap:40px;display:flex}.Header-module__lnUIdW__header__link{letter-spacing:0;text-transform:uppercase;color:var(--navy);transition:color var(--transition);padding-bottom:2px;font-size:.85rem;font-weight:500;position:relative}.Header-module__lnUIdW__header__link--light{color:#fffffff5;text-shadow:0 1px 12px #00000047;font-weight:600}.Header-module__lnUIdW__header__link--light:after{background:var(--gold)}.Header-module__lnUIdW__header__link--light:hover{color:var(--gold)}.Header-module__lnUIdW__header__link:after{content:"";background:var(--gold);width:0;height:1.5px;transition:width var(--transition);position:absolute;bottom:-2px;left:0}.Header-module__lnUIdW__header__link:hover{color:var(--gold)}.Header-module__lnUIdW__header__link:hover:after{width:100%}.Header-module__lnUIdW__header__link--active{color:var(--gold)}.Header-module__lnUIdW__header__link--active:after{width:100%}.Header-module__lnUIdW__header__cta{align-items:center;gap:16px;display:flex}.Header-module__lnUIdW__header__phone{color:var(--navy);transition:color var(--transition);align-items:center;gap:8px;font-size:.85rem;font-weight:500;display:flex}.Header-module__lnUIdW__header__phone--light{color:#fffffff5;text-shadow:0 1px 12px #00000047;font-weight:600}.Header-module__lnUIdW__header__phone--light svg,.Header-module__lnUIdW__header__phone:hover,.Header-module__lnUIdW__header__phone svg{color:var(--gold)}.Header-module__lnUIdW__header__burger{cursor:pointer;border-radius:var(--radius-sm);background:#fff3;border:1px solid #0d1b2a1a;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:0;display:none}.Header-module__lnUIdW__header__burger span{background:var(--navy);width:24px;height:2px;transition:var(--transition);border-radius:2px;display:block}.Header-module__lnUIdW__header--dark-hero .Header-module__lnUIdW__header__burger span{background:#ffffffe6}.Header-module__lnUIdW__header--dark-hero .Header-module__lnUIdW__header__burger{background:#0d1b2a2e;border-color:#ffffff2e}.Header-module__lnUIdW__header__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__lnUIdW__header__burger--open span:nth-child(2){opacity:0}.Header-module__lnUIdW__header__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__lnUIdW__header__mobile{top:var(--header-h);background:var(--surface);border-top:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:99;max-height:calc(100svh - var(--header-h));flex-direction:column;gap:0;padding:14px 24px 22px;display:none;position:fixed;left:0;right:0;overflow-y:auto}.Header-module__lnUIdW__header__mobile--open{display:flex}.Header-module__lnUIdW__header__mobile-link{color:var(--navy);border-bottom:1px solid var(--border);letter-spacing:0;text-transform:uppercase;padding:16px 0;font-size:.85rem;font-weight:500;display:block}.Header-module__lnUIdW__header__mobile-link:last-child{border-bottom:none}@media (max-width:1024px){.Header-module__lnUIdW__header__nav,.Header-module__lnUIdW__header__phone{display:none}.Header-module__lnUIdW__header__burger{display:flex}}@media (max-width:760px){.Header-module__lnUIdW__header{-webkit-backdrop-filter:blur(10px);background:#0d1b2aa3}.Header-module__lnUIdW__header--scrolled{background:#f4f1ecf5}.Header-module__lnUIdW__header__cta{display:none}.Header-module__lnUIdW__header__logo img{width:46px;height:46px}.Header-module__lnUIdW__header__brand{min-width:126px}.Header-module__lnUIdW__header__brand-main{font-size:.92rem}.Header-module__lnUIdW__header__brand-sub{font-size:.68rem}.Header-module__lnUIdW__header__mobile{left:14px;right:14px;top:calc(var(--header-h) + 8px);border:1px solid var(--border);border-radius:var(--radius-md)}}@media (max-width:520px){.Header-module__lnUIdW__header__brand{display:none}}
.Footer-module__3hUVsW__footer{background:var(--navy);color:#ffffffbf}.Footer-module__3hUVsW__footer__top{padding:64px 0 48px}.Footer-module__3hUVsW__footer__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;display:grid}.Footer-module__3hUVsW__footer__logo{align-items:center;gap:12px;margin-bottom:20px;display:flex}.Footer-module__3hUVsW__footer__logo img{width:auto;height:48px}.Footer-module__3hUVsW__footer__tagline{color:#ffffff8c;max-width:300px;margin-bottom:24px;font-size:.9rem;line-height:1.75}.Footer-module__3hUVsW__footer__socials{gap:12px;display:flex}.Footer-module__3hUVsW__footer__social{color:#fff9;width:36px;height:36px;transition:var(--transition);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__3hUVsW__footer__social:hover{border-color:var(--gold);color:var(--gold);background:#b8924a1a}.Footer-module__3hUVsW__footer__col-title{font-family:var(--font-serif);color:var(--white);border-bottom:1px solid #ffffff1a;margin-bottom:20px;padding-bottom:12px;font-size:1rem;font-weight:500}.Footer-module__3hUVsW__footer__links{flex-direction:column;gap:10px;display:flex}.Footer-module__3hUVsW__footer__link{color:#ffffff8c;transition:color var(--transition);font-size:.875rem}.Footer-module__3hUVsW__footer__link:hover{color:var(--gold-light)}.Footer-module__3hUVsW__footer__contact-item{color:#ffffff8c;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:.875rem;display:flex}.Footer-module__3hUVsW__footer__contact-item svg{color:var(--gold);flex-shrink:0;margin-top:2px}.Footer-module__3hUVsW__footer__contact-link{color:#ffffff8c;transition:color var(--transition)}.Footer-module__3hUVsW__footer__contact-link:hover{color:var(--gold-light)}.Footer-module__3hUVsW__footer__bottom{border-top:1px solid #ffffff14;padding:20px 0}.Footer-module__3hUVsW__footer__bottom-inner{color:#ffffff59;justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.Footer-module__3hUVsW__footer__bottom-links{gap:24px;display:flex}.Footer-module__3hUVsW__footer__bottom-link{color:#ffffff59;transition:color var(--transition)}.Footer-module__3hUVsW__footer__bottom-link:hover{color:#fff9}@media (max-width:1024px){.Footer-module__3hUVsW__footer__grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:640px){.Footer-module__3hUVsW__footer__top{padding:48px 0 34px}.Footer-module__3hUVsW__footer__grid{grid-template-columns:1fr;gap:28px}.Footer-module__3hUVsW__footer__tagline{max-width:none}.Footer-module__3hUVsW__footer__contact-item{overflow-wrap:anywhere}.Footer-module__3hUVsW__footer__bottom-inner{text-align:center;flex-direction:column;gap:12px}.Footer-module__3hUVsW__footer__bottom-links{flex-wrap:wrap;justify-content:center;gap:14px}}
.arabuluculuk-sureci-module__HnP4da__hero{background:var(--navy);border-bottom:1px solid #b8924a33;padding:120px 0 72px}.arabuluculuk-sureci-module__HnP4da__hero__inner{max-width:780px}.arabuluculuk-sureci-module__HnP4da__hero__meta{align-items:center;gap:20px;margin-bottom:24px;display:flex}.arabuluculuk-sureci-module__HnP4da__hero__date{color:#ffffff73;letter-spacing:.04em;font-size:.8rem}.arabuluculuk-sureci-module__HnP4da__hero__title{color:#fff;margin-bottom:24px;font-size:clamp(2rem,5vw,3.2rem);font-weight:700;line-height:1.18}.arabuluculuk-sureci-module__HnP4da__hero__em{color:var(--gold);font-style:normal}.arabuluculuk-sureci-module__HnP4da__hero__lead{color:#ffffffa6;max-width:640px;margin-bottom:28px;font-size:1.1rem;line-height:1.75}.arabuluculuk-sureci-module__HnP4da__hero__tags{flex-wrap:wrap;gap:10px;display:flex}.arabuluculuk-sureci-module__HnP4da__hero__tags span{letter-spacing:.06em;text-transform:uppercase;color:var(--gold);border:1px solid #b8924a66;border-radius:100px;padding:4px 14px;font-size:.75rem;font-weight:600}.arabuluculuk-sureci-module__HnP4da__layout{grid-template-columns:1fr 320px;align-items:start;gap:64px;display:grid}@media (max-width:1024px){.arabuluculuk-sureci-module__HnP4da__layout{grid-template-columns:1fr}}.arabuluculuk-sureci-module__HnP4da__article{flex-direction:column;gap:56px;display:flex}.arabuluculuk-sureci-module__HnP4da__intro{color:var(--text);border-left:3px solid var(--gold);padding-left:24px;font-size:1.05rem;line-height:1.85}.arabuluculuk-sureci-module__HnP4da__h2{color:var(--navy);margin-bottom:20px;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700}.arabuluculuk-sureci-module__HnP4da__bodyText{color:var(--text);margin-bottom:24px;font-size:1rem;line-height:1.8}.arabuluculuk-sureci-module__HnP4da__steps{flex-direction:column;gap:0;display:flex}.arabuluculuk-sureci-module__HnP4da__step{grid-template-columns:56px 1fr;gap:20px;display:grid}.arabuluculuk-sureci-module__HnP4da__step__left{flex-direction:column;align-items:center;display:flex}.arabuluculuk-sureci-module__HnP4da__step__num{background:var(--gold);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.8rem;font-weight:700;display:flex}.arabuluculuk-sureci-module__HnP4da__step__line{background:#b8924a2e;flex:1;width:2px;min-height:28px;margin:6px 0}.arabuluculuk-sureci-module__HnP4da__step:last-child .arabuluculuk-sureci-module__HnP4da__step__line{display:none}.arabuluculuk-sureci-module__HnP4da__step__body{padding-bottom:32px}.arabuluculuk-sureci-module__HnP4da__step__icon{color:var(--gold);margin-bottom:6px;display:inline-flex}.arabuluculuk-sureci-module__HnP4da__step__title{color:var(--navy);margin-bottom:6px;font-size:1.05rem;font-weight:700}.arabuluculuk-sureci-module__HnP4da__step__text{color:var(--text);font-size:.93rem;line-height:1.75}.arabuluculuk-sureci-module__HnP4da__tableWrap{border-radius:var(--radius-lg);border:1px solid var(--border);overflow-x:auto}.arabuluculuk-sureci-module__HnP4da__table{border-collapse:collapse;width:100%;font-size:.9rem}.arabuluculuk-sureci-module__HnP4da__table th{background:var(--surface);text-align:left;color:var(--navy);border-bottom:2px solid var(--border);padding:14px 18px;font-weight:600}.arabuluculuk-sureci-module__HnP4da__table td{border-bottom:1px solid var(--border);color:var(--text);padding:13px 18px}.arabuluculuk-sureci-module__HnP4da__table tr:last-child td{border-bottom:none}.arabuluculuk-sureci-module__HnP4da__table__gold{font-weight:600;color:var(--gold)!important}.arabuluculuk-sureci-module__HnP4da__checkList{flex-direction:column;gap:12px;margin:0 0 24px;padding:0;list-style:none;display:flex}.arabuluculuk-sureci-module__HnP4da__checkList li{color:var(--text);align-items:flex-start;gap:10px;font-size:.95rem;line-height:1.6;display:flex}.arabuluculuk-sureci-module__HnP4da__checkList li svg{color:var(--gold);flex-shrink:0;margin-top:2px}.arabuluculuk-sureci-module__HnP4da__infoBox{border-radius:var(--radius-lg);background:#b8924a0f;border:1px solid #b8924a4d;align-items:flex-start;gap:14px;padding:20px 24px;display:flex}.arabuluculuk-sureci-module__HnP4da__infoBox svg{color:var(--gold);flex-shrink:0;margin-top:2px}.arabuluculuk-sureci-module__HnP4da__infoBox p{color:var(--text);margin:0;font-size:.9rem;line-height:1.7}.arabuluculuk-sureci-module__HnP4da__costCards{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:600px){.arabuluculuk-sureci-module__HnP4da__costCards{grid-template-columns:1fr}}.arabuluculuk-sureci-module__HnP4da__costCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px}.arabuluculuk-sureci-module__HnP4da__costCard svg{color:var(--gold);margin-bottom:12px}.arabuluculuk-sureci-module__HnP4da__costCard h4{color:var(--navy);margin-bottom:10px;font-size:1rem;font-weight:700}.arabuluculuk-sureci-module__HnP4da__costCard p{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.65}.arabuluculuk-sureci-module__HnP4da__faq{border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:0;display:flex;overflow:hidden}.arabuluculuk-sureci-module__HnP4da__faq__item{border-bottom:1px solid var(--border)}.arabuluculuk-sureci-module__HnP4da__faq__item:last-child{border-bottom:none}.arabuluculuk-sureci-module__HnP4da__faq__q{color:var(--navy);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:20px 24px;font-size:.97rem;font-weight:600;list-style:none;transition:background .2s;display:flex}.arabuluculuk-sureci-module__HnP4da__faq__q::-webkit-details-marker{display:none}.arabuluculuk-sureci-module__HnP4da__faq__q:after{content:"+";color:var(--gold);flex-shrink:0;font-size:1.3rem}details[open] .arabuluculuk-sureci-module__HnP4da__faq__q:after{content:"−"}.arabuluculuk-sureci-module__HnP4da__faq__q:hover{background:var(--surface)}.arabuluculuk-sureci-module__HnP4da__faq__a{color:var(--text-muted);margin:0;padding:0 24px 20px;font-size:.9rem;line-height:1.75}.arabuluculuk-sureci-module__HnP4da__sidebar{flex-direction:column;gap:20px;display:flex;position:sticky;top:100px}.arabuluculuk-sureci-module__HnP4da__sidebar__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px}.arabuluculuk-sureci-module__HnP4da__sidebar__card--navy{background:var(--navy);border-color:#0000}.arabuluculuk-sureci-module__HnP4da__sidebar__title{color:var(--navy);margin-bottom:12px;font-size:1.05rem;font-weight:700}.arabuluculuk-sureci-module__HnP4da__sidebar__title--light{color:#fff;margin-bottom:12px;font-size:1rem;font-weight:700}.arabuluculuk-sureci-module__HnP4da__sidebar__body{color:var(--text-muted);margin-bottom:20px;font-size:.88rem;line-height:1.7}.arabuluculuk-sureci-module__HnP4da__sidebar__body--light{color:#ffffffa6;margin:0;font-size:.88rem;line-height:1.7}.arabuluculuk-sureci-module__HnP4da__sidebar__body--light strong{color:var(--gold)}.arabuluculuk-sureci-module__HnP4da__sidebar__links{flex-direction:column;gap:10px;display:flex}.arabuluculuk-sureci-module__HnP4da__sidebar__links a{color:var(--navy);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.arabuluculuk-sureci-module__HnP4da__sidebar__links a:hover{color:var(--gold)}.arabuluculuk-sureci-module__HnP4da__cta{background:var(--navy);padding:80px 0}.arabuluculuk-sureci-module__HnP4da__cta__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;display:flex}.arabuluculuk-sureci-module__HnP4da__cta__title{color:#fff;margin:12px 0 8px;font-size:clamp(1.4rem,3vw,2rem);font-weight:700}.arabuluculuk-sureci-module__HnP4da__cta__sub{color:#ffffff8c;margin:0;font-size:.95rem}.arabuluculuk-sureci-module__HnP4da__cta__actions{flex-wrap:wrap;flex-shrink:0;gap:14px;display:flex}
.hakkimizda-module__7_I5iq__hero{flex-direction:column;justify-content:flex-end;min-height:580px;display:flex;position:relative;overflow:hidden}.hakkimizda-module__7_I5iq__hero__img{object-fit:cover;object-position:center}.hakkimizda-module__7_I5iq__hero__overlay{z-index:1;background:linear-gradient(#0a142873 0%,#0a1428b8 60%,#0a1428eb 100%);position:absolute;inset:0}.hakkimizda-module__7_I5iq__hero .hakkimizda-module__7_I5iq__container{z-index:2;padding-bottom:0;position:relative}.hakkimizda-module__7_I5iq__hero__content{max-width:700px;padding:120px 0 40px}.hakkimizda-module__7_I5iq__hero__title{color:#fff;margin:12px 0 16px;font-size:clamp(2rem,5vw,3.4rem);font-weight:700;line-height:1.15}.hakkimizda-module__7_I5iq__hero__em{color:var(--gold);font-style:normal}.hakkimizda-module__7_I5iq__hero__line{background:var(--gold);width:56px;height:3px;margin-bottom:20px}.hakkimizda-module__7_I5iq__hero__sub{color:#ffffffa6;max-width:560px;font-size:1.05rem;line-height:1.7}.hakkimizda-module__7_I5iq__statsBar{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a1428e0;border-top:1px solid #b8924a40;position:relative}.hakkimizda-module__7_I5iq__statsBar__grid{divide-x:1px solid #ffffff14;grid-template-columns:repeat(4,1fr);display:grid}@media (max-width:768px){.hakkimizda-module__7_I5iq__statsBar__grid{grid-template-columns:repeat(2,1fr)}}.hakkimizda-module__7_I5iq__statsBar__item{border-right:1px solid #ffffff12;flex-direction:column;align-items:center;padding:24px 16px;display:flex}.hakkimizda-module__7_I5iq__statsBar__item:last-child{border-right:none}.hakkimizda-module__7_I5iq__statsBar__num{color:var(--gold);margin-bottom:6px;font-size:1.6rem;font-weight:800;line-height:1}.hakkimizda-module__7_I5iq__statsBar__label{color:#ffffff80;letter-spacing:.04em;text-align:center;font-size:.75rem}.hakkimizda-module__7_I5iq__about__grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}@media (max-width:1024px){.hakkimizda-module__7_I5iq__about__grid{grid-template-columns:1fr;gap:40px}}.hakkimizda-module__7_I5iq__about__imgWrap{border-radius:var(--radius-lg);aspect-ratio:4/5;background:var(--surface-alt);position:relative;overflow:hidden}.hakkimizda-module__7_I5iq__about__logoOverlay{z-index:2;background:#fff;border-radius:50%;padding:6px;position:absolute;bottom:20px;right:20px;box-shadow:0 4px 20px #00000040}.hakkimizda-module__7_I5iq__about__logo{border-radius:50%;display:block}.hakkimizda-module__7_I5iq__about__text{flex-direction:column;display:flex}.hakkimizda-module__7_I5iq__about__title{color:var(--navy);margin:10px 0 0;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700}.hakkimizda-module__7_I5iq__about__line{background:var(--gold);width:48px;height:2px;margin:20px 0 28px}.hakkimizda-module__7_I5iq__about__lead{color:var(--navy);margin-bottom:18px;font-size:1.05rem;font-weight:500;line-height:1.8}.hakkimizda-module__7_I5iq__about__body{color:var(--text);margin-bottom:14px;font-size:.95rem;line-height:1.8}.hakkimizda-module__7_I5iq__about__checks{flex-direction:column;gap:10px;margin:24px 0 36px;display:flex}.hakkimizda-module__7_I5iq__about__check{color:var(--text);align-items:center;gap:10px;font-size:.9rem;display:flex}.hakkimizda-module__7_I5iq__about__check svg{color:var(--gold);flex-shrink:0}.hakkimizda-module__7_I5iq__about__actions{flex-wrap:wrap;gap:14px;display:flex}.hakkimizda-module__7_I5iq__values{background:var(--surface)}.hakkimizda-module__7_I5iq__values__head{text-align:center;margin-bottom:56px}.hakkimizda-module__7_I5iq__values__title{color:var(--navy);margin:10px 0 0;font-size:clamp(1.5rem,3vw,2rem)}.hakkimizda-module__7_I5iq__values__line{background:var(--gold);width:48px;height:2px;margin:20px auto}.hakkimizda-module__7_I5iq__values__sub{color:var(--text-muted);max-width:560px;margin:0 auto;font-size:1rem;line-height:1.7}.hakkimizda-module__7_I5iq__values__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (max-width:1024px){.hakkimizda-module__7_I5iq__values__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hakkimizda-module__7_I5iq__values__grid{grid-template-columns:1fr}}.hakkimizda-module__7_I5iq__values__card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;height:100%;padding:36px 28px;transition:box-shadow .25s,transform .25s}.hakkimizda-module__7_I5iq__values__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #00000014}.hakkimizda-module__7_I5iq__values__cardIcon{width:52px;height:52px;color:var(--gold);background:#b8924a14;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.hakkimizda-module__7_I5iq__values__cardTitle{color:var(--navy);margin-bottom:10px;font-size:1rem;font-weight:700}.hakkimizda-module__7_I5iq__values__cardDesc{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.7}.hakkimizda-module__7_I5iq__mv__grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}@media (max-width:768px){.hakkimizda-module__7_I5iq__mv__grid{grid-template-columns:1fr}}.hakkimizda-module__7_I5iq__mv__card{border-radius:var(--radius-lg);padding:48px 40px;position:relative;overflow:hidden}.hakkimizda-module__7_I5iq__mv__card--navy{background:var(--navy)}.hakkimizda-module__7_I5iq__mv__card--light{background:var(--surface-alt);border:1px solid var(--border)}.hakkimizda-module__7_I5iq__mv__cardAccent,.hakkimizda-module__7_I5iq__mv__cardAccentGold{background:var(--gold);width:4px;height:100%;position:absolute;top:0;left:0}.hakkimizda-module__7_I5iq__mv__cardTitle{color:#fff;margin:12px 0 20px;font-size:1.3rem;font-weight:700}.hakkimizda-module__7_I5iq__mv__cardTitle--dark{color:var(--navy)!important}.hakkimizda-module__7_I5iq__mv__cardBody{color:#ffffffa6;margin:0;font-size:.95rem;line-height:1.8}.hakkimizda-module__7_I5iq__mv__cardBody--dark{color:var(--text)!important}.hakkimizda-module__7_I5iq__mv__iconRow{color:var(--gold);letter-spacing:.04em;align-items:center;gap:10px;margin-top:28px;font-size:.85rem;font-weight:600;display:flex}.hakkimizda-module__7_I5iq__mv__iconRow--gold{color:var(--gold)}.hakkimizda-module__7_I5iq__brandBand{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:56px 0}.hakkimizda-module__7_I5iq__brandBand__inner{flex-wrap:wrap;align-items:center;gap:40px;display:flex}.hakkimizda-module__7_I5iq__brandBand__logo{flex-shrink:0}.hakkimizda-module__7_I5iq__brandBand__logoImg{border-radius:50%;display:block}.hakkimizda-module__7_I5iq__brandBand__text{flex:1;min-width:240px}.hakkimizda-module__7_I5iq__brandBand__title{color:var(--navy);margin-bottom:8px;font-size:1.25rem;font-weight:700}.hakkimizda-module__7_I5iq__brandBand__sub{color:var(--text-muted);margin-bottom:16px;font-size:.9rem;line-height:1.6}.hakkimizda-module__7_I5iq__brandBand__badges{flex-wrap:wrap;gap:16px;display:flex}.hakkimizda-module__7_I5iq__brandBand__badges span{color:var(--gold);letter-spacing:.03em;align-items:center;gap:6px;font-size:.8rem;font-weight:600;display:flex}.hakkimizda-module__7_I5iq__brandBand__cta{flex-shrink:0}
.home-module__Hx0lNG__hero{background:var(--navy);min-height:100vh;padding-top:var(--header-h);align-items:center;display:flex;position:relative;overflow:hidden}.home-module__Hx0lNG__hero__image{object-fit:cover;object-position:center right}.home-module__Hx0lNG__hero__overlay{z-index:1;background:linear-gradient(90deg,#0d1b2adb 0%,#0d1b2ab8 42%,#0d1b2a57 100%),linear-gradient(#0d1b2a1f,#0d1b2a61);position:absolute;inset:0}.home-module__Hx0lNG__hero__shade{z-index:2;background:linear-gradient(#0000,#0d1b2ae0);height:28%;position:absolute;inset:auto 0 0}.home-module__Hx0lNG__hero__inner{z-index:3;grid-template-columns:minmax(0,1fr) 360px;align-items:end;gap:72px;width:100%;padding:92px 0 72px;display:grid;position:relative}.home-module__Hx0lNG__hero__content{max-width:780px}.home-module__Hx0lNG__hero__eyebrow{align-items:center;gap:12px;margin-bottom:24px;display:flex}.home-module__Hx0lNG__hero__eyebrow .section-label{color:var(--gold-light)}.home-module__Hx0lNG__hero__eyebrow-line{background:var(--gold);width:36px;height:1px}.home-module__Hx0lNG__hero__title{max-width:760px;color:var(--white);letter-spacing:0;margin-bottom:28px;font-size:clamp(2.6rem,6vw,5.6rem);line-height:1.02}.home-module__Hx0lNG__hero__title em{color:var(--gold-light);font-style:italic}.home-module__Hx0lNG__hero__desc{color:#ffffffc7;max-width:620px;margin-bottom:36px;font-size:1.08rem;line-height:1.85}.home-module__Hx0lNG__hero__actions{flex-wrap:wrap;gap:16px;display:flex}.home-module__Hx0lNG__hero__contact{color:#ffffffb8;flex-wrap:wrap;align-items:center;gap:14px;margin-top:28px;font-size:.9rem;display:flex}.home-module__Hx0lNG__hero__contact a{transition:color var(--transition)}.home-module__Hx0lNG__hero__contact a:hover{color:var(--gold-light)}.home-module__Hx0lNG__hero__contact span{background:var(--gold);border-radius:50%;width:4px;height:4px}.home-module__Hx0lNG__hero__stats{gap:14px;display:grid}.home-module__Hx0lNG__hero__stat{color:var(--white);border-top:1px solid #ffffff29;align-items:center;gap:14px;padding:18px 0;display:flex}.home-module__Hx0lNG__hero__stat:last-child{border-bottom:1px solid #ffffff29}.home-module__Hx0lNG__hero__stat-icon{width:42px;height:42px;color:var(--gold-light);background:#b8924a2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-module__Hx0lNG__hero__stat-num{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;line-height:1.1}.home-module__Hx0lNG__hero__stat-label{color:#ffffff9e;letter-spacing:0;text-transform:uppercase;margin-top:4px;font-size:.8rem}.home-module__Hx0lNG__services{background:var(--surface)}.home-module__Hx0lNG__services__head{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:end;gap:64px;margin-bottom:64px;display:grid}.home-module__Hx0lNG__services__head-cta{text-align:right;flex-direction:column;justify-content:flex-end;align-items:flex-end;display:flex}.home-module__Hx0lNG__services__head-cta p{max-width:420px;margin:0 0 24px auto}.home-module__Hx0lNG__services__cards{grid-template-columns:1fr 1fr;gap:24px;display:grid}.home-module__Hx0lNG__services__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);transition:box-shadow var(--transition), transform var(--transition), border-color var(--transition);cursor:pointer;flex-direction:column;min-height:320px;padding:48px 40px;display:flex;position:relative;overflow:hidden}.home-module__Hx0lNG__services__card:before{content:"";background:var(--gold);transform-origin:0;height:3px;transition:transform var(--transition);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.home-module__Hx0lNG__services__card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-4px)}.home-module__Hx0lNG__services__card:hover:before{transform:scaleX(1)}.home-module__Hx0lNG__services__card-icon{border-radius:var(--radius-md);width:56px;height:56px;color:var(--gold);transition:background var(--transition);background:#b8924a14;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.home-module__Hx0lNG__services__card:hover .home-module__Hx0lNG__services__card-icon{background:#b8924a26}.home-module__Hx0lNG__services__card-title{color:var(--navy);margin-bottom:12px}.home-module__Hx0lNG__services__card-desc{flex:1;margin-bottom:28px;font-size:.92rem;line-height:1.75}.home-module__Hx0lNG__services__card-link{letter-spacing:0;text-transform:uppercase;color:var(--white);background:var(--gold);border-radius:var(--radius-sm);transition:background var(--transition), gap var(--transition), transform var(--transition);align-items:center;gap:8px;width:fit-content;margin-top:auto;padding:10px 20px;font-size:.78rem;font-weight:700;display:inline-flex}.home-module__Hx0lNG__services__card:hover .home-module__Hx0lNG__services__card-link{background:var(--gold-dark);gap:12px;transform:translate(2px)}.home-module__Hx0lNG__coverage{background:var(--bg)}.home-module__Hx0lNG__coverage__grid{grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);align-items:center;gap:64px;display:grid}.home-module__Hx0lNG__coverage__content p{max-width:560px;margin-top:28px}.home-module__Hx0lNG__coverage__points{gap:12px;margin-top:28px;display:grid}.home-module__Hx0lNG__coverage__points div{color:var(--text);align-items:flex-start;gap:10px;font-size:.92rem;display:flex}.home-module__Hx0lNG__coverage__points svg{color:var(--gold);flex-shrink:0;margin-top:3px}.home-module__Hx0lNG__coverage__map{border-radius:var(--radius-md);border:1px solid var(--border);min-height:420px;box-shadow:var(--shadow-md);background:var(--surface-alt);position:relative;overflow:hidden}.home-module__Hx0lNG__coverage__map iframe{filter:saturate(.86)contrast(1.05);border:0;width:100%;height:100%;min-height:420px}.home-module__Hx0lNG__coverage__map-badge{border-radius:var(--radius-sm);color:var(--white);box-shadow:var(--shadow-md);background:#0d1b2ae6;align-items:center;gap:8px;padding:12px 16px;font-size:.82rem;font-weight:600;display:inline-flex;position:absolute;bottom:24px;left:24px}.home-module__Hx0lNG__coverage__map-badge svg{color:var(--gold-light)}.home-module__Hx0lNG__whyus{background:var(--surface)}.home-module__Hx0lNG__whyus__inner{grid-template-columns:.85fr 1fr;align-items:center;gap:88px;display:grid}.home-module__Hx0lNG__whyus__visual{position:relative}.home-module__Hx0lNG__whyus__img{border-radius:var(--radius-md);aspect-ratio:4/5;background:var(--surface-alt);width:100%;box-shadow:var(--shadow-md);z-index:1;position:relative;overflow:hidden}.home-module__Hx0lNG__whyus__accent{border-radius:var(--radius-md);z-index:0;background:#b8924a14;border:1px solid #b8924a26;width:120px;height:120px;position:absolute;top:-24px;left:-24px}.home-module__Hx0lNG__whyus__accent2{border-radius:var(--radius-md);background:var(--navy);opacity:.08;z-index:0;width:80px;height:80px;position:absolute;bottom:-24px;right:-24px}.home-module__Hx0lNG__whyus__items{flex-direction:column;gap:30px;margin-top:40px;display:flex}.home-module__Hx0lNG__whyus__item{align-items:flex-start;gap:20px;display:flex}.home-module__Hx0lNG__whyus__item-icon{width:44px;height:44px;color:var(--gold);background:#b8924a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-module__Hx0lNG__whyus__item-title{font-family:var(--font-serif);color:var(--navy);margin-bottom:4px;font-size:1.08rem;font-weight:700}.home-module__Hx0lNG__whyus__item-desc{color:var(--text-muted);font-size:.9rem;line-height:1.7}.home-module__Hx0lNG__process{background:var(--navy);color:#fff}.home-module__Hx0lNG__process__head{text-align:center;margin-bottom:64px}.home-module__Hx0lNG__process__head h2{color:var(--white)}.home-module__Hx0lNG__process__head p{color:#ffffff94;max-width:560px;margin:16px auto 0}.home-module__Hx0lNG__process__steps{grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.home-module__Hx0lNG__process__steps:before{content:"";background:#b8924a40;height:1px;position:absolute;top:28px;left:10%;right:10%}.home-module__Hx0lNG__process__step{text-align:center;padding:0 20px;position:relative}.home-module__Hx0lNG__process__step-num{width:56px;height:56px;font-family:var(--font-serif);color:var(--gold);background:var(--navy);z-index:1;border:1px solid #b8924a66;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-size:1.2rem;display:flex;position:relative}.home-module__Hx0lNG__process__step-title{font-family:var(--font-serif);color:var(--white);margin-bottom:8px;font-size:1rem;font-weight:700}.home-module__Hx0lNG__process__step-desc{color:#ffffff80;font-size:.84rem;line-height:1.7}.home-module__Hx0lNG__cta{background:var(--surface-alt);position:relative;overflow:hidden}.home-module__Hx0lNG__cta__inner{grid-template-columns:1fr auto;align-items:center;gap:64px;display:grid}.home-module__Hx0lNG__cta__title{color:var(--navy);margin-bottom:12px}.home-module__Hx0lNG__cta__desc{color:var(--text-muted);max-width:560px}.home-module__Hx0lNG__cta__checks{flex-direction:column;gap:8px;margin-top:18px;display:flex}.home-module__Hx0lNG__cta__checks div{color:var(--text-muted);align-items:center;gap:8px;font-size:.88rem;display:flex}.home-module__Hx0lNG__cta__checks svg{color:var(--gold);flex-shrink:0}.home-module__Hx0lNG__cta__actions{flex-direction:column;flex-shrink:0;gap:12px;display:flex}@media (max-width:1024px){.home-module__Hx0lNG__hero__inner{grid-template-columns:1fr;align-items:start;gap:40px;padding:72px 0 56px}.home-module__Hx0lNG__hero__stats{grid-template-columns:repeat(3,1fr)}.home-module__Hx0lNG__hero__stat{border-bottom:1px solid #ffffff29}.home-module__Hx0lNG__services__head,.home-module__Hx0lNG__coverage__grid,.home-module__Hx0lNG__whyus__inner,.home-module__Hx0lNG__cta__inner{grid-template-columns:1fr;gap:40px}.home-module__Hx0lNG__services__head-cta{text-align:left;align-items:flex-start}.home-module__Hx0lNG__services__head-cta p{margin-left:0}.home-module__Hx0lNG__whyus__visual{display:none}.home-module__Hx0lNG__process__steps{grid-template-columns:1fr 1fr;gap:40px}.home-module__Hx0lNG__process__steps:before{display:none}}@media (max-width:700px){.home-module__Hx0lNG__hero{min-height:auto;padding-top:var(--header-h);align-items:flex-start}.home-module__Hx0lNG__hero__image{object-position:62% center}.home-module__Hx0lNG__hero__overlay{background:linear-gradient(90deg,#0d1b2ae6 0%,#0d1b2ac7 54%,#0d1b2a85 100%),linear-gradient(#0d1b2a33,#0d1b2a6b)}.home-module__Hx0lNG__hero__inner{gap:28px;padding:48px 0 36px}.home-module__Hx0lNG__hero__eyebrow{align-items:flex-start;gap:10px;margin-bottom:18px}.home-module__Hx0lNG__hero__eyebrow-line{flex-shrink:0;width:24px;margin-top:9px}.home-module__Hx0lNG__hero__title{margin-bottom:20px;font-size:clamp(2.35rem,12vw,3.6rem);line-height:1.08}.home-module__Hx0lNG__hero__desc{margin-bottom:26px;font-size:1rem;line-height:1.7}.home-module__Hx0lNG__hero__actions{gap:10px}.home-module__Hx0lNG__hero__contact{flex-direction:column;align-items:flex-start;gap:7px;margin-top:18px}.home-module__Hx0lNG__hero__contact span{display:none}.home-module__Hx0lNG__hero__stats,.home-module__Hx0lNG__services__cards,.home-module__Hx0lNG__process__steps{grid-template-columns:1fr}.home-module__Hx0lNG__hero__stat{border-radius:var(--radius-md);background:#ffffff0f;border:1px solid #ffffff24;padding:14px 16px}.home-module__Hx0lNG__services__card{min-height:auto;padding:34px 26px}.home-module__Hx0lNG__services__head{margin-bottom:36px}.home-module__Hx0lNG__coverage__content p{margin-top:20px}.home-module__Hx0lNG__coverage__points{gap:10px}.home-module__Hx0lNG__whyus__items{gap:16px}.home-module__Hx0lNG__whyus__item{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--white);gap:14px;padding:18px}.home-module__Hx0lNG__whyus__item-icon{width:38px;height:38px}.home-module__Hx0lNG__coverage__map,.home-module__Hx0lNG__coverage__map iframe{min-height:320px}.home-module__Hx0lNG__coverage__map-badge{justify-content:center;bottom:16px;left:16px;right:16px}.home-module__Hx0lNG__process__head{margin-bottom:36px}.home-module__Hx0lNG__process__step{border-radius:var(--radius-md);background:#ffffff0a;border:1px solid #ffffff1a;padding:22px 18px}.home-module__Hx0lNG__process__step-num{margin-bottom:14px}.home-module__Hx0lNG__cta__actions{width:100%}}
.contact-module__rZqPCa__page{background:var(--bg)}.contact-module__rZqPCa__hero{isolation:isolate;background-color:var(--navy);min-height:360px;padding-top:calc(var(--header-h) + 80px);background-image:linear-gradient(90deg,#0d1b2aeb 0%,#0d1b2ac2 48%,#0d1b2a75 100%),url(/hero-banner.png);background-position:100%;background-size:cover;align-items:center;padding-bottom:80px;display:flex;position:relative;overflow:hidden}.contact-module__rZqPCa__hero .container{z-index:1;position:relative}.contact-module__rZqPCa__hero .section-label{color:var(--gold-light)}.contact-module__rZqPCa__hero__title{color:#fff;max-width:640px;margin-top:8px}.contact-module__rZqPCa__hero__line{background:var(--gold);width:48px;height:2px;margin-top:20px;margin-bottom:16px}.contact-module__rZqPCa__hero__desc{color:#ffffffa6;max-width:560px;line-height:1.8}.contact-module__rZqPCa__contentGrid{grid-template-columns:minmax(0,1fr) 420px;align-items:start;gap:64px;display:grid}.contact-module__rZqPCa__form-wrap{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:48px 40px}.contact-module__rZqPCa__form-wrap h2{margin-bottom:8px}.contact-module__rZqPCa__form-wrap p{margin-bottom:36px;font-size:.9rem}.contact-module__rZqPCa__form-group{margin-bottom:20px}.contact-module__rZqPCa__form-group label{color:var(--navy);letter-spacing:0;text-transform:uppercase;margin-bottom:8px;font-size:.82rem;font-weight:500;display:block}.contact-module__rZqPCa__form-group input,.contact-module__rZqPCa__form-group select,.contact-module__rZqPCa__form-group textarea{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;font-family:var(--font-sans);color:var(--text);background:var(--bg);transition:border-color var(--transition), box-shadow var(--transition);appearance:none;outline:none;padding:14px 16px;font-size:.9rem}.contact-module__rZqPCa__form-group input:focus,.contact-module__rZqPCa__form-group select:focus,.contact-module__rZqPCa__form-group textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #b8924a1a}.contact-module__rZqPCa__form-group textarea{resize:vertical;min-height:120px}.contact-module__rZqPCa__form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23B8924A' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:44px}.contact-module__rZqPCa__form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-module__rZqPCa__kvkk-check{color:var(--text-muted);cursor:pointer;align-items:flex-start;gap:10px;font-size:.82rem;display:flex}.contact-module__rZqPCa__kvkk-check input[type=checkbox]{width:16px;height:16px;accent-color:var(--gold);cursor:pointer;flex-shrink:0;margin-top:1px}.contact-module__rZqPCa__kvkk-check a{color:var(--gold);text-decoration:underline}.contact-module__rZqPCa__submit-btn{background:var(--gold);width:100%;color:var(--white);border-radius:var(--radius-sm);font-family:var(--font-sans);letter-spacing:0;text-transform:uppercase;cursor:pointer;transition:var(--transition);border:none;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:16px;font-size:.9rem;font-weight:600;display:flex}.contact-module__rZqPCa__submit-btn:hover{background:var(--gold-dark);transform:translateY(-1px);box-shadow:0 6px 20px #b8924a4d}.contact-module__rZqPCa__submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact-module__rZqPCa__success-msg{text-align:center;padding:48px 24px}.contact-module__rZqPCa__success-msg h3{color:var(--navy);margin-bottom:12px}.contact-module__rZqPCa__success-msg p{color:var(--text-muted);margin-bottom:0;line-height:1.8}.contact-module__rZqPCa__successActions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px;display:flex}.contact-module__rZqPCa__success-icon{width:64px;height:64px;color:var(--gold);background:#b8924a1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.contact-module__rZqPCa__contact-info{flex-direction:column;gap:32px;display:flex}.contact-module__rZqPCa__contact-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);transition:box-shadow var(--transition);align-items:flex-start;gap:16px;padding:28px;display:flex}.contact-module__rZqPCa__contact-card:hover{box-shadow:var(--shadow-md)}.contact-module__rZqPCa__contact-card-icon{width:44px;height:44px;color:var(--gold);background:#b8924a14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-module__rZqPCa__contact-card-label{letter-spacing:0;text-transform:uppercase;color:var(--gold);margin-bottom:4px;font-size:.75rem;font-weight:600}.contact-module__rZqPCa__contact-card-value{color:var(--navy);overflow-wrap:anywhere;font-size:1rem;font-weight:500}.contact-module__rZqPCa__contact-card-link{transition:color var(--transition)}.contact-module__rZqPCa__contact-card-link:hover{color:var(--gold)}.contact-module__rZqPCa__hours-grid{grid-template-columns:1fr auto;gap:8px 24px;font-size:.875rem;display:grid}.contact-module__rZqPCa__hours-day{color:var(--text);font-weight:500}.contact-module__rZqPCa__hours-time{color:var(--text-muted);text-align:right}.contact-module__rZqPCa__hoursHead{align-items:center;gap:12px;margin-bottom:20px;display:flex}.contact-module__rZqPCa__mapCard{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-alt);min-height:260px;box-shadow:var(--shadow-sm);overflow:hidden}.contact-module__rZqPCa__mapCard iframe{border:0;width:100%;min-height:260px;display:block}@media (max-width:1024px){.contact-module__rZqPCa__contentGrid{grid-template-columns:1fr;gap:40px}}@media (max-width:640px){.contact-module__rZqPCa__hero{min-height:300px;padding-top:calc(var(--header-h) + 48px);background-position:50%;padding-bottom:52px}.contact-module__rZqPCa__hero__title{font-size:clamp(2.05rem,11vw,2.8rem)}.contact-module__rZqPCa__hero__desc{line-height:1.7}.contact-module__rZqPCa__form-wrap{border-radius:var(--radius-md);padding:28px 20px}.contact-module__rZqPCa__form-row{grid-template-columns:1fr}.contact-module__rZqPCa__contact-info{gap:18px}.contact-module__rZqPCa__contact-card{gap:12px;padding:20px}.contact-module__rZqPCa__contact-card-icon{width:38px;height:38px}.contact-module__rZqPCa__hours-grid{grid-template-columns:1fr;gap:2px 0}.contact-module__rZqPCa__hours-time{text-align:left;margin-bottom:8px}.contact-module__rZqPCa__mapCard,.contact-module__rZqPCa__mapCard iframe{min-height:220px}}
.legal-module__8113wq__page{background:var(--bg)}.legal-module__8113wq__hero{isolation:isolate;background-color:var(--navy);min-height:340px;padding-top:calc(var(--header-h) + 72px);background-image:linear-gradient(90deg,#0d1b2aeb 0%,#0d1b2ac2 48%,#0d1b2a75 100%),url(/hero-banner.png);background-position:100%;background-size:cover;align-items:center;padding-bottom:72px;display:flex;position:relative;overflow:hidden}.legal-module__8113wq__hero .container{z-index:1;position:relative}.legal-module__8113wq__hero .section-label{color:var(--gold-light)}.legal-module__8113wq__hero h1{color:var(--white);margin-top:8px}.legal-module__8113wq__hero p{color:#ffffffa3;max-width:680px;margin-top:18px}.legal-module__8113wq__content{max-width:920px;margin:0 auto;padding:72px 24px 96px}.legal-module__8113wq__content section{border-bottom:1px solid var(--border);padding:28px 0}.legal-module__8113wq__content section:last-child{border-bottom:none}.legal-module__8113wq__content h2{margin-bottom:14px;font-size:clamp(1.35rem,2.4vw,1.9rem)}.legal-module__8113wq__content p,.legal-module__8113wq__content li{color:var(--text-muted);line-height:1.8}.legal-module__8113wq__content ul{gap:8px;padding-left:20px;display:grid}.legal-module__8113wq__contactBox{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--white);padding:24px}@media (max-width:640px){.legal-module__8113wq__hero{min-height:300px;padding-top:calc(var(--header-h) + 48px);background-position:50%;padding-bottom:52px}}
