@font-face{font-family:Manrope;src:url('assets/fonts/manrope-variable.ttf') format('truetype');font-weight:200 800;font-display:swap}
:root{--red:#e5202b;--red-dark:#bf1520;--ink:#17191c;--muted:#626971;--line:#e5e7ea;--paper:#f5f6f7;--green:#16894d;--radius:12px;--bs-body-font-family:Manrope,Arial,sans-serif;--bs-body-color:var(--ink);--bs-body-font-size:1rem;--bs-body-line-height:1.75}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:#fff;font-family:Manrope,Arial,sans-serif;color:var(--ink);font-size:16px;line-height:1.75}a{color:inherit;text-decoration:none}a:hover{color:inherit}img{max-width:100%;height:auto}button,input,select{font:inherit}button{cursor:pointer}svg.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:none}h1,h2,h3,h4{font-weight:800;letter-spacing:-.045em;line-height:1.15}h1,h2,h3,p{margin-top:0}h2{font-size:clamp(2rem,3.25vw,3.2rem)}h3{font-size:1.3rem}p{color:var(--muted)}.container{max-width:1320px;padding-inline:32px}.eyebrow{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--red);margin-bottom:20px}.eyebrow:before{content:'';width:26px;height:2px;background:currentColor}.section{padding:100px 0}.section-head{display:flex;justify-content:space-between;gap:48px;align-items:end;margin-bottom:40px}.section-head h2{margin:0}.section-head>p{max-width:350px;margin-bottom:4px;font-size:16px}.text-red{color:var(--red)}.small-label{font-size:12px;letter-spacing:.09em;text-transform:uppercase;font-weight:800}.skip-link{position:fixed;top:-80px;left:16px;background:#fff;padding:10px;z-index:300}.skip-link:focus{top:10px}:focus-visible{outline:3px solid #2588e3;outline-offset:5px}.btn-212{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;border:1px solid transparent;padding:14px 22px;border-radius:6px;font-size:14px;font-weight:800;line-height:1.5;transition:background .2s,transform .2s,color .2s;text-align:center}.btn-212:hover{transform:translateY(-2px)}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red-dark);color:#fff}.btn-outline{background:transparent;color:#fff;border-color:#ffffff55}.btn-outline:hover{background:#ffffff13;color:#fff}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:#353a40;color:#fff}.btn-white{background:#fff;color:var(--ink)}.btn-green{background:var(--green);color:#fff}.btn-green:hover{background:#116e3e;color:#fff}.btn-line{border:1px solid var(--line);background:#fff}.link-arrow{display:inline-flex;align-items:center;gap:14px;font-size:14px;font-weight:800}.link-arrow .icon{width:18px;height:18px}.link-arrow:hover{color:var(--red)}
.topbar{height:36px;background:#f3f4f5;color:#596069;font-size:12px}.topbar .container{height:100%;display:flex;align-items:center;justify-content:space-between}.topbar-left,.topbar-right{display:flex;gap:24px;align-items:center}.topbar .icon{width:14px;height:14px}.topbar-left span,.topbar-right a{display:flex;align-items:center;gap:7px}.topbar-right a:hover{color:var(--red)}.site-header{position:sticky;top:0;z-index:80;background:#161819;border-bottom:1px solid #ffffff10}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:96px}.brand{flex:none;display:block;line-height:0}.brand img{width:279px;height:auto;max-height:58px;object-fit:contain}.site-nav{display:flex;align-items:center;gap:30px;margin-left:auto}.nav-item{position:relative}.nav-link,.nav-toggle{border:0;background:none;color:#ebedef!important;padding:32px 0;font-size:14px;font-weight:700;display:flex;align-items:center;gap:6px;white-space:nowrap}.nav-link:hover,.nav-toggle:hover{color:#fff!important}.nav-link.active:after{content:'';position:absolute;bottom:24px;left:0;right:0;height:2px;background:var(--red)}.nav-toggle .icon{width:14px;height:14px;transition:transform .2s}.nav-toggle[aria-expanded=true] .icon{transform:rotate(180deg)}.dropdown-menu-212{display:none;position:absolute;top:calc(100% - 5px);left:-22px;min-width:244px;padding:12px;border:1px solid #e7e7e7;background:#fff;box-shadow:0 16px 55px #0002;border-radius:8px;color:var(--ink)}.dropdown-menu-212.open{display:block;animation:menu-in .15s ease-out}.dropdown-menu-212 a{display:flex;align-items:center;gap:12px;padding:12px;border-radius:5px;font-size:14px;font-weight:650;line-height:1.5}.dropdown-menu-212 a:hover,.dropdown-menu-212 a:focus{background:#f6f6f7;color:var(--red)}.dropdown-menu-212 .icon{width:19px;height:19px;color:var(--red)}.region-dropdown{width:530px;left:auto;right:-60px}.region-dropdown.open{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dropdown-heading{padding:10px 12px 6px;font-size:12px;letter-spacing:.05em;color:var(--muted);font-weight:800}.header-cta{font-size:14px;min-height:46px;padding:12px 17px}.header-cta .icon{width:18px;height:18px}.mobile-toggle{display:none;border:1px solid #ffffff35;border-radius:6px;color:#fff;background:transparent;width:44px;height:44px;align-items:center;justify-content:center}.mobile-nav-extra{display:none}@keyframes menu-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.hero{position:relative;background:#10171d;min-height:628px;color:white;overflow:hidden}.hero-slide{display:none;position:relative;min-height:628px}.hero-slide.active{display:flex;align-items:center}.hero-media{position:absolute;inset:0;height:100%;width:100%;object-fit:cover;object-position:55% center}.hero-slide:after{position:absolute;content:'';inset:0;background:linear-gradient(90deg,#10171d 0%,#10171de8 26%,#10171d83 51%,#10171d12 76%),linear-gradient(0deg,#10171d90,transparent 38%)}.hero-copy{position:relative;z-index:2;max-width:630px;padding:60px 0 105px}.hero-copy .eyebrow{color:#ff6670;font-size:12px;letter-spacing:.14em;margin-bottom:24px}.hero h1,.hero h2{font-size:clamp(2.8rem,4.85vw,4.55rem);font-weight:800;line-height:1.12;letter-spacing:-.055em;color:#fff;margin-bottom:24px}.hero h1 span,.hero h2 span{color:#fff}.hero-description{font-size:17px;line-height:1.8;color:#d4d9df;max-width:470px;margin-bottom:30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-note{display:flex;align-items:center;gap:8px;margin-top:20px;color:#b9c3cc;font-size:12px}.hero-note .icon{width:16px;height:16px}.hero-controls-wrap{position:absolute;z-index:3;bottom:35px;left:0;width:100%;pointer-events:none}.hero-controls{display:flex;align-items:center;gap:16px;pointer-events:auto;width:max-content}.slide-number{font-size:13px;color:#b6bfc7;letter-spacing:.1em}.slide-number b{color:#fff}.slide-progress{width:100px;height:2px;background:#ffffff3b;display:flex;gap:0}.slide-dot{height:18px;margin-top:-8px;padding:8px 0;background:transparent;border:0;flex:1;position:relative}.slide-dot:after{content:'';height:2px;position:absolute;top:8px;left:0;right:0;background:transparent}.slide-dot.active:after{background:var(--red)}.slide-arrow{height:36px;width:36px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid #ffffff35;border-radius:50%;color:#fff}.slide-arrow .icon{width:16px;height:16px}.slide-arrow:hover{background:#ffffff15}.slide-pause{border:0;background:transparent;color:#aeb8c0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.slide-pause .icon{width:14px;height:14px}.hero-caption{position:absolute;right:0;bottom:4px;display:flex;align-items:center;gap:13px;color:#eee;font-size:13px;line-height:1.5;pointer-events:none}.hero-caption .icon{width:28px;height:28px;color:#ff5964}.hero-caption b{display:block;font-size:14px}.hero-controls-wrap .container{position:relative}.hero-slide[data-slide="2"] .hero-media{object-position:85% 25%;inset:0 0 0 38%;width:62%;object-fit:cover}.hero-slide[data-slide="2"]:after{background:linear-gradient(90deg,#40060bf7 0%,#58070bf5 35%,#75091088 65%,#85071011)}.hero-slide[data-slide="2"]{background:#810b12}.hero-slide[data-slide="2"] .hero-description{color:#ead7d8}.hero-slide[data-slide="2"] .hero-note{color:#dbc2c4}.service-strip{background:#fff;border-bottom:1px solid var(--line)}.service-strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}.service-shortcut{display:flex;align-items:center;gap:17px;padding:30px 18px;border-right:1px solid var(--line);transition:background .2s}.service-shortcut:first-child{padding-left:0}.service-shortcut:last-child{border:0}.service-shortcut>.icon{color:var(--red);height:30px;width:30px}.service-shortcut b{display:block;font-size:15px}.service-shortcut span{font-size:12px;color:var(--muted)}.service-shortcut:hover{background:#fafafa}.service-shortcut .shortcut-arrow{width:17px;height:17px;color:#989da3;margin-left:auto}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.service-card{display:flex;flex-direction:column;position:relative;border:1px solid var(--line);border-radius:8px;padding:30px 26px;transition:box-shadow .2s,border-color .2s,transform .2s;background:#fff;min-height:305px}.service-card:hover{border-color:var(--red);transform:translateY(-4px);box-shadow:0 12px 25px #131c2608}.service-card .service-icon{width:54px;height:54px;background:#f5f5f6;display:flex;align-items:center;justify-content:center;margin-bottom:30px;border-radius:9px;color:var(--red)}.service-icon .icon{width:29px;height:29px}.service-card .card-number{position:absolute;right:24px;top:31px;color:#dfe1e4;font-size:27px;font-weight:500;letter-spacing:-.03em}.service-card h3{margin-bottom:13px;font-size:21px}.service-card p{font-size:14px;line-height:1.8;margin-bottom:24px}.service-card .link-arrow{margin-top:auto;font-size:13px}.service-card .link-arrow .icon{margin-left:auto}.soft-section{background:var(--paper)}.process-layout{display:grid;grid-template-columns:1.05fr 1fr;gap:76px;align-items:center}.video-feature{position:relative;aspect-ratio:1.04;border-radius:12px;overflow:hidden;background:#15191c}.video-feature>img{width:100%;height:100%;object-fit:cover;opacity:.88}.video-feature:after{content:'';position:absolute;inset:30% 0 0;background:linear-gradient(transparent,#101519e8);pointer-events:none}.video-badge{position:absolute;top:22px;left:22px;display:flex;align-items:center;gap:9px;background:#fffffff0;color:#292e33;border-radius:5px;padding:9px 13px;font-size:11px;letter-spacing:.04em;font-weight:800}.video-badge .icon{width:16px;height:16px;color:var(--red)}.play-feature{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:82px;height:82px;border:1px solid #ffffff85;border-radius:50%;background:#ffffff25;backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s}.play-feature:hover{background:var(--red)}.play-feature .icon{width:28px;height:28px;fill:currentColor;stroke-width:1}.video-feature-caption{position:absolute;z-index:2;bottom:30px;left:30px;right:30px;color:#fff}.video-feature-caption small{font-size:12px;color:#ddd}.video-feature-caption h3{font-size:24px;margin:8px 0 0}.video-feature-caption .video-time{float:right;background:#ffffff22;border-radius:3px;padding:3px 7px;font-size:11px}.process-copy h2{margin-bottom:22px}.process-intro{margin-bottom:28px}.process-step{display:flex;gap:21px;padding:19px 0;border-top:1px solid #dfe2e6}.step-number{color:var(--red);font-size:13px;font-weight:800;margin-top:2px}.process-step h3{font-size:17px;letter-spacing:-.02em;margin:0 0 5px}.process-step p{font-size:14px;line-height:1.65;margin:0}.process-copy>.link-arrow{margin-top:20px}.regions-list{border-top:1px solid var(--line)}.region-row{display:flex;align-items:center;gap:28px;border-bottom:1px solid var(--line);padding:26px 0}.region-index{font-size:12px;color:#959ba2;align-self:center}.region-name{font-size:28px;letter-spacing:-.04em;font-weight:700;line-height:1.3;margin:0}.region-links{margin-left:auto;display:flex;gap:14px}.region-links a{display:flex;align-items:center;gap:25px;border:1px solid #dfe3e6;border-radius:5px;padding:10px 16px;font-size:13px;font-weight:700;transition:all .2s}.region-links .icon{width:16px;height:16px}.region-links a:hover{border-color:var(--red);color:var(--red);background:#fffafa}.faq-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px}.faq-intro h2{margin-bottom:20px}.faq-intro p{max-width:340px;margin-bottom:25px}.faq-list{border-top:1px solid #dce0e4}.faq-list details{border-bottom:1px solid #dce0e4;padding:0}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;padding:22px 0;cursor:pointer;font-size:16px;font-weight:700;line-height:1.55}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';font-weight:400;font-size:24px;color:var(--red);flex:none}.faq-list details[open] summary:after{content:'−'}.faq-list details p{font-size:14px;line-height:1.85;margin:0;padding:0 30px 22px 0}.contact-band{background:var(--red);color:#fff;padding:55px 0}.contact-band-inner{display:flex;align-items:center;justify-content:space-between;gap:45px}.contact-band h2{font-size:38px;margin:0 0 10px}.contact-band p{color:#ffe9eb;margin:0;font-size:15px}.contact-band-actions{display:flex;gap:12px;flex:none}.site-footer{background:#161819;color:#e7e9eb;padding:68px 0 25px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1.1fr 1.2fr;gap:50px}.footer-brand img{width:270px;margin-bottom:24px}.footer-brand p{font-size:13px;color:#a1a6ac;max-width:290px;line-height:1.9}.footer-title{color:#fff;font-weight:800;font-size:14px;margin-bottom:23px;letter-spacing:0}.footer-links{display:flex;flex-direction:column;gap:9px;font-size:13px;color:#aeb3b9}.footer-links a:hover{color:#fff}.footer-contact-phone{display:block;font-size:21px;font-weight:750;letter-spacing:-.03em;line-height:1.8}.footer-contact-label{display:block;color:#9299a1;font-size:12px;margin-top:12px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:50px;padding-top:24px;border-top:1px solid #ffffff18;font-size:12px;color:#939aa2}.footer-bottom div{display:flex;gap:23px}.footer-bottom a:hover{color:#fff}.fixed-contact{position:fixed;bottom:26px;right:24px;z-index:70;display:flex;flex-direction:column;gap:10px}.fixed-contact a{display:flex;align-items:center;justify-content:center;gap:9px;width:52px;height:52px;border-radius:50%;box-shadow:0 5px 25px #0002;color:#fff;transition:transform .2s}.fixed-contact a:hover{transform:translateY(-3px)}.fixed-contact .fixed-phone{background:var(--red)}.fixed-contact .fixed-whatsapp{background:var(--green)}.fixed-contact span{display:none}.fixed-contact .icon{width:24px;height:24px}
.page-hero{position:relative;background:#111b22;color:#fff;overflow:hidden;padding:37px 0 61px}.page-hero-bg{position:absolute;inset:0 0 0 40%;width:60%;height:100%;object-fit:cover;opacity:.33;object-position:center}.page-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#111b22 25%,#111b22aa 60%,transparent)}.page-hero .container{position:relative;z-index:1}.breadcrumbs{display:flex;align-items:center;gap:9px;flex-wrap:wrap;font-size:12px;color:#b5c1cb;margin-bottom:39px;list-style:none;padding:0}.breadcrumbs a:hover{color:#fff}.breadcrumbs .icon{height:13px;width:13px;opacity:.6}.page-hero h1{font-size:clamp(2.3rem,4vw,3.65rem);max-width:820px;margin-bottom:22px}.page-hero p{color:#c1cbd3;max-width:690px;font-size:16px;line-height:1.8;margin-bottom:28px}.page-hero .eyebrow{color:#ff6b76}.page-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 315px;gap:85px;align-items:start}.article-content{max-width:790px}.article-lead{font-size:19px;line-height:1.85;color:#414951;margin-bottom:34px}.article-content h2{font-size:29px;letter-spacing:-.035em;margin:44px 0 18px;scroll-margin-top:120px}.article-content h2:first-child{margin-top:0}.article-content h3{font-size:21px;letter-spacing:-.025em;margin:28px 0 15px}.article-content p{font-size:16px;line-height:1.9;margin-bottom:20px;color:#505a65}.article-content ul{padding-left:22px;color:#505a65;line-height:1.9;margin:20px 0}.article-content li{padding-left:5px;margin-bottom:8px}.article-content a:not(.btn-212){color:#cc1723;text-decoration:underline;text-underline-offset:3px}.article-sidebar{position:sticky;top:127px}.sidebar-contact{border-radius:9px;background:#f4f5f6;border:1px solid #e7eaed;padding:30px;margin-bottom:22px}.sidebar-contact>.icon{width:33px;height:33px;color:var(--red);margin-bottom:21px}.sidebar-contact h2{font-size:25px;margin-bottom:15px}.sidebar-contact p{font-size:14px;line-height:1.8;margin-bottom:23px}.sidebar-contact .btn-212{display:flex;width:100%;font-size:13px;padding-inline:10px;min-height:50px;margin-top:10px}.sidebar-contents{padding:25px;border:1px solid var(--line);border-radius:9px}.sidebar-contents h3{font-size:14px;letter-spacing:0;margin-bottom:15px}.sidebar-contents a{font-size:13px;display:block;padding:9px 0;color:#656c75;line-height:1.55;border-bottom:1px solid #edf0f2}.sidebar-contents a:last-child{border:0}.sidebar-contents a:hover{color:var(--red)}.article-callout{display:flex;gap:20px;align-items:flex-start;margin:36px 0;padding:27px;background:#fff6f7;border-left:3px solid var(--red)}.article-callout>.icon{width:26px;height:26px;color:var(--red);margin-top:4px}.article-callout h3{font-size:18px;margin:0 0 9px}.article-callout p{font-size:14px;margin:0}.article-related{border-top:1px solid var(--line);padding-top:28px;margin-top:45px}.article-related h3{font-size:19px;margin-top:0}.article-related-links{display:flex;gap:9px;flex-wrap:wrap}.article-related-links a{padding:9px 13px;border:1px solid var(--line);font-size:13px;border-radius:4px;text-decoration:none!important}.article-content .faq-list{margin-top:25px}.article-content .faq-list details p{font-size:15px}.article-content .faq-list summary{font-size:16px}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:65px}.contact-info-box{border:1px solid var(--line);padding:28px;border-radius:9px;margin-bottom:20px}.contact-info-box h2{font-size:24px;margin-bottom:14px}.contact-info-box p{margin-bottom:14px}.contact-number{display:inline-flex;align-items:center;gap:15px;font-size:26px;font-weight:800;letter-spacing:-.03em;color:var(--red)}.contact-info-box small{font-size:13px;color:var(--muted)}.contact-steps{background:var(--paper);padding:36px;border-radius:12px}.contact-steps h2{font-size:28px}.contact-steps ol{padding-left:22px;line-height:1.9;color:var(--muted)}.contact-steps li{padding-left:8px;margin:16px 0}.contact-steps .btn-212{width:100%;margin-top:13px}.video-dialog{border:0;padding:0;background:#15181c;color:#fff;max-width:960px;width:calc(100% - 40px);border-radius:12px;box-shadow:0 15px 100px #0009;max-height:90dvh;overflow:auto}.video-dialog::backdrop{background:#070b10db;backdrop-filter:blur(6px)}.video-dialog-top{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:19px 24px}.video-dialog h2{font-size:18px;letter-spacing:-.02em;margin:0}.video-dialog-close{border:1px solid #ffffff35;color:#fff;background:transparent;border-radius:50%;height:36px;width:36px;display:flex;align-items:center;justify-content:center}.video-dialog video{display:block;width:100%;max-height:65dvh;background:#000;aspect-ratio:16/9}.video-dialog-tabs{display:flex;gap:8px;padding:18px 24px;flex-wrap:wrap}.video-dialog-tabs button{border:1px solid #ffffff30;background:transparent;color:#eee;border-radius:5px;padding:8px 16px;font-size:13px}.video-dialog-tabs button.active{background:var(--red);border-color:var(--red)}body.modal-open{overflow:hidden}.error-main{text-align:center;min-height:50vh;padding:100px 25px}.error-main strong{color:var(--red);font-size:80px;display:block;line-height:1}.error-main h1{font-size:34px;margin-top:20px}.error-main p{margin:22px auto;max-width:450px}
@media(min-width:1450px){.hero-media{object-position:50% 54%}}
@media(max-width:1199px){.container{padding-inline:28px}.header-inner{gap:18px}.brand img{width:238px}.site-nav{gap:22px}.header-cta{padding:11px 13px;font-size:12px}.nav-link,.nav-toggle{font-size:13px}.hero h1,.hero h2{font-size:58px}.hero-copy{max-width:565px}.process-layout{gap:40px}.service-card{padding:26px 20px}.service-card h3{font-size:19px}.footer-grid{gap:28px}.footer-brand img{width:220px}.article-layout{gap:45px;grid-template-columns:minmax(0,1fr) 290px}.faq-layout{gap:55px}.hero-caption{right:28px}.section{padding:80px 0}}
@media(max-width:991px){.topbar-right .secondary-phone{display:none}.header-inner{min-height:83px}.brand img{width:250px}.header-cta{margin-left:auto;font-size:13px}.mobile-toggle{display:flex}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;max-height:calc(100dvh - 156px);overflow-y:auto;flex-direction:column;align-items:stretch;gap:0;padding:14px 28px 24px;background:#161819;border-top:1px solid #ffffff1a;margin:0;box-shadow:0 25px 30px #0003}.site-nav.open{display:flex}.nav-link,.nav-toggle{font-size:16px;padding:17px 0;justify-content:space-between;width:100%;border-bottom:1px solid #ffffff15}.nav-link.active:after{display:none}.dropdown-menu-212{position:static;box-shadow:none;padding:10px;min-width:0;margin:5px 0;border:0;background:#242729;color:#e6e8eb}.dropdown-menu-212 a{font-size:14px;padding:12px 10px}.dropdown-menu-212 a:hover{background:#313639}.region-dropdown{width:100%}.region-dropdown.open{display:grid}.dropdown-heading{color:#9ba3ac}.mobile-nav-extra{display:block;padding-top:20px}.hero,.hero-slide{min-height:580px}.hero h1,.hero h2{font-size:55px}.hero-copy{max-width:510px;padding:62px 0 100px}.hero-description{max-width:410px;font-size:16px}.hero-media{inset:0 0 0 10%;width:90%}.hero-slide:after{background:linear-gradient(90deg,#10171df8,#10171dc5 40%,#10171d25)}.hero-caption{display:none}.service-shortcut{padding:23px 14px;gap:12px}.service-shortcut>.icon{width:25px;height:25px}.service-shortcut span,.service-shortcut .shortcut-arrow{display:none}.service-shortcut b{font-size:13px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{min-height:270px;padding:28px}.service-card h3{font-size:23px}.service-card p{font-size:15px}.service-card .service-icon{margin-bottom:23px}.section{padding:70px 0}.process-layout{gap:35px;grid-template-columns:1fr 1fr}.video-feature{aspect-ratio:.8}.process-copy h2{font-size:34px}.process-intro{font-size:14px}.process-step{gap:15px}.process-step h3{font-size:16px}.process-step p{font-size:13px}.faq-layout{gap:40px;grid-template-columns:1fr 1.2fr}.contact-band-inner{flex-direction:column;align-items:flex-start;gap:25px}.contact-band h2{font-size:35px}.footer-grid{grid-template-columns:1.3fr 1fr;gap:38px 65px}.article-layout{grid-template-columns:minmax(0,1fr);gap:40px}.article-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:22px}.sidebar-contact{margin:0}.contact-layout{gap:30px}.contact-steps{padding:28px}.region-name{font-size:26px}.region-links{gap:10px}.region-links a{gap:15px;padding:10px 12px}.article-content{max-width:none}}
@media(max-width:767px){html{scroll-padding-top:85px}.container{padding-inline:22px}.topbar{height:29px;font-size:10px}.topbar-left{gap:0}.topbar-left .topbar-services{display:none}.topbar-right{gap:0}.topbar-right a{font-size:11px}.topbar-left .icon{width:12px;height:12px}.header-inner{min-height:76px;gap:15px}.brand img{width:224px;max-height:48px}.header-cta{display:none}.mobile-toggle{margin-left:auto;width:42px;height:42px}.site-nav{padding-inline:22px;max-height:calc(100dvh - 145px)}.region-dropdown.open{grid-template-columns:1fr}.nav-link,.nav-toggle{font-size:15px}.hero{min-height:620px}.hero-slide{min-height:620px;align-items:flex-start!important;flex-direction:column}.hero-media{position:absolute;inset:0 0 auto;width:100%;height:280px;object-fit:cover;object-position:64% 51%}.hero-slide:after{background:linear-gradient(0deg,#10171d 0%,#10171d 49%,#10171de6 58%,#10171d12 82%,#10171d00 100%)}.hero-copy{max-width:none;padding:211px 0 80px}.hero-copy .eyebrow{font-size:10px;letter-spacing:.13em;margin-bottom:15px}.hero h1,.hero h2{font-size:clamp(2rem,8.9vw,2.75rem);line-height:1.16;letter-spacing:-.045em;margin-bottom:17px}.hero-description{font-size:14px;line-height:1.8;max-width:500px;margin-bottom:22px}.hero-actions{gap:9px;flex-wrap:nowrap}.hero-actions .btn-212{min-height:48px;font-size:12px;padding:11px 13px;gap:8px;flex:1}.hero-actions .icon{width:17px;height:17px}.hero-note{font-size:11px;margin-top:15px;line-height:1.5}.hero-note .icon{height:14px;width:14px}.hero-controls-wrap{bottom:22px}.hero-controls{gap:12px}.slide-number{font-size:11px}.slide-progress{width:74px}.slide-arrow{height:29px;width:29px}.slide-pause{width:24px;height:28px}.hero-slide[data-slide="2"] .hero-media{inset:0 0 auto;width:100%;height:285px;object-position:75% 24%;object-fit:cover}.hero-slide[data-slide="2"]:after{background:linear-gradient(0deg,#58070b 0%,#58070b 49%,#58070bf2 58%,#810b1230 85%,transparent)}.hero-slide[data-slide="2"]{background:#58070b}.service-strip-grid{grid-template-columns:repeat(2,1fr)}.service-shortcut{padding:18px 13px;gap:12px;border-bottom:1px solid var(--line)}.service-shortcut:first-child{padding-left:0}.service-shortcut:nth-child(2){border-right:0}.service-shortcut:nth-child(3){padding-left:0;border-bottom:0}.service-shortcut b{font-size:12px}.service-shortcut>.icon{width:23px;height:23px}.service-shortcut:last-child{border:0}.section{padding:58px 0}.eyebrow{font-size:10px;letter-spacing:.13em;margin-bottom:15px}.eyebrow:before{width:21px}h2{font-size:32px}.section-head{display:block;margin-bottom:29px}.section-head>p{font-size:14px;margin:20px 0 0;max-width:500px}.service-grid{gap:13px}.service-card{padding:22px 17px;min-height:288px;border-radius:7px}.service-card .service-icon{width:44px;height:44px;border-radius:7px;margin-bottom:25px}.service-icon .icon{width:25px;height:25px}.service-card .card-number{font-size:20px;top:25px;right:17px}.service-card h3{font-size:18px;letter-spacing:-.03em;margin-bottom:10px}.service-card p{font-size:12px;line-height:1.85;margin-bottom:20px}.service-card .link-arrow{font-size:11px;gap:6px}.service-card .link-arrow .icon{width:15px;height:15px}.process-layout{grid-template-columns:1fr;gap:34px}.video-feature{aspect-ratio:1.18;max-height:425px}.video-badge{top:18px;left:18px;font-size:10px;padding:8px 10px}.video-feature-caption{left:23px;right:23px;bottom:23px}.video-feature-caption h3{font-size:24px}.play-feature{width:67px;height:67px}.process-copy h2{font-size:32px}.process-intro{font-size:15px}.process-step{padding:18px 0;gap:19px}.process-step h3{font-size:17px}.process-step p{font-size:14px}.region-row{padding:23px 0;gap:16px;flex-wrap:wrap}.region-index{font-size:11px}.region-name{font-size:25px}.region-links{width:100%;margin-left:30px;gap:10px}.region-links a{font-size:12px;gap:15px;padding:9px 12px;flex:1;justify-content:space-between}.region-links .icon{width:15px;height:15px}.faq-layout{grid-template-columns:1fr;gap:30px}.faq-intro p{font-size:14px;margin-bottom:20px;max-width:100%}.faq-list summary{font-size:14px;padding:20px 0}.faq-list details p{font-size:14px;padding-right:10px}.contact-band{padding:39px 0}.contact-band h2{font-size:30px}.contact-band p{font-size:14px}.contact-band-inner{gap:22px}.contact-band-actions{gap:10px;width:100%}.contact-band-actions .btn-212{font-size:12px;padding:12px 13px;flex:1}.site-footer{padding:45px 0 106px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 18px}.footer-brand{grid-column:span 2}.footer-brand img{width:248px;margin-bottom:20px}.footer-brand p{max-width:100%;font-size:13px;margin:0}.footer-title{font-size:13px;margin-bottom:18px}.footer-links{font-size:12px;gap:8px}.footer-contact{grid-column:span 2;border-top:1px solid #ffffff18;padding-top:23px}.footer-contact-phone{font-size:22px;display:inline-block;margin-right:18px}.footer-contact .footer-title{margin-bottom:10px}.footer-contact-label{margin-top:8px}.footer-bottom{margin-top:27px;display:block;font-size:10px;padding-top:21px}.footer-bottom div{margin-top:11px;gap:17px}.fixed-contact{bottom:0;left:0;right:0;padding:10px 13px calc(10px + env(safe-area-inset-bottom));flex-direction:row;gap:10px;background:#fff;box-shadow:0 -3px 22px #00000012;border-top:1px solid #e5e8eb}.fixed-contact a{border-radius:6px;box-shadow:none;width:auto;flex:1;height:47px;gap:9px}.fixed-contact span{display:inline;font-size:13px;font-weight:750}.fixed-contact .icon{width:21px;height:21px}.fixed-contact a:hover{transform:none}.page-hero{padding:26px 0 42px}.page-hero-bg{inset:0;width:100%;opacity:.19}.page-hero:after{background:linear-gradient(90deg,#111b22df,#111b2277)}.breadcrumbs{font-size:10px;gap:7px;margin-bottom:29px}.page-hero h1{font-size:36px;line-height:1.14;letter-spacing:-.04em;margin-bottom:19px}.page-hero p{font-size:14px;line-height:1.85;margin-bottom:24px}.page-hero-actions{gap:9px}.page-hero-actions .btn-212{font-size:12px;min-height:49px;padding:12px 14px;flex:1}.page-hero-actions .icon{width:18px;height:18px}.article-layout{gap:35px}.article-lead{font-size:17px;line-height:1.85;margin-bottom:28px}.article-content p{font-size:15px;line-height:1.95}.article-content h2{font-size:25px;margin-top:34px;line-height:1.25}.article-content h3{font-size:20px;line-height:1.3}.article-content ul{font-size:15px;line-height:1.85}.article-callout{padding:23px 20px;gap:15px;margin:28px 0}.article-callout>.icon{width:23px;height:23px}.article-callout p{font-size:14px}.article-related-links a{font-size:12px}.article-sidebar{grid-template-columns:1fr}.sidebar-contents{display:none}.sidebar-contact{padding:27px}.contact-layout{grid-template-columns:1fr;gap:20px}.contact-info-box{padding:24px}.contact-number{font-size:23px}.contact-steps{padding:26px}.contact-steps h2{font-size:26px}.contact-steps li{font-size:14px}.video-dialog{width:calc(100% - 22px);border-radius:9px}.video-dialog-top{padding:16px}.video-dialog h2{font-size:15px}.video-dialog-tabs{padding:14px;gap:7px}.video-dialog-tabs button{font-size:12px;padding:7px 12px}.video-dialog-close{width:32px;height:32px}.video-dialog video{max-height:61dvh}}
@media(max-width:370px){.container{padding-inline:17px}.brand img{width:210px}.hero{min-height:636px}.hero-slide{min-height:636px}.hero-actions .btn-212{font-size:11px;padding-inline:9px}.service-card{padding:20px 14px}.service-card h3{font-size:17px}.service-card .card-number{display:none}.hero h1,.hero h2{font-size:32px}.footer-contact-phone{font-size:21px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.btn-212:hover,.service-card:hover{transform:none}}
@media print{.topbar,.site-header,.fixed-contact,.site-footer,.contact-band,.hero-actions,.article-sidebar,.video-dialog{display:none!important}.article-layout{display:block}.section{padding:20px 0}.page-hero{background:white!important;color:black}.page-hero p{color:#333}.page-hero-bg,.page-hero:after{display:none}.article-content p{font-size:11pt}.container{max-width:none;padding:0}}

/* Okunabilirlik: küçük ekranlarda metinler ve dokunma alanları. */
.service-card p{font-size:15px}.service-shortcut span{font-size:13px}.footer-links,.footer-brand p{font-size:14px}.footer-contact-label{font-size:13px}.process-step p{font-size:15px}
@media(max-width:767px){.service-card p{font-size:14px}.service-card .link-arrow{font-size:12px}.service-card{min-height:310px}.hero-description,.article-content p,.article-content ul{font-size:16px}.hero-copy{padding-top:205px}.hero,.hero-slide{min-height:650px}.hero-actions .btn-212{font-size:13px}.section-head>p,.faq-intro p,.faq-list details p{font-size:16px}.faq-list summary{font-size:16px}.region-links a{font-size:14px}.service-shortcut b{font-size:14px}.process-intro,.process-step p{font-size:16px}.footer-links{font-size:14px}.article-content .faq-list details p{font-size:16px}.sidebar-contact p,.contact-steps li{font-size:16px}.contact-steps p{font-size:16px}}
@media(max-width:370px){.hero,.hero-slide{min-height:690px}.hero-actions{flex-wrap:wrap}.hero-actions .btn-212{flex:1 1 100%}.service-grid{grid-template-columns:1fr}.service-card{min-height:240px}.service-card .card-number{display:block}.service-card h3{font-size:22px}.service-card p{font-size:16px}.service-shortcut{padding-right:8px;gap:9px}.service-shortcut b{font-size:12px}.region-links{margin-left:0}.region-links a{font-size:13px}}

.brand img,.footer-brand img{filter:contrast(1.35);mix-blend-mode:screen}.hero-slide.active .hero-copy{animation:hero-copy-in .5s ease-out}.hero-slide.active .hero-media{animation:hero-image-in .65s ease-out}@keyframes hero-copy-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes hero-image-in{from{opacity:.7}to{opacity:1}}

/* Fotoğraf odaklı hizmetler ve yazı içi görseller. */
.service-card{overflow:hidden;padding:0 24px 27px;min-height:400px}
.service-card-photo{width:calc(100% + 48px);max-width:none;height:176px;object-fit:cover;margin:0 -24px 25px;transition:transform .3s}
.service-card .service-icon{display:none}
.service-card .card-number{top:16px;right:16px;font-size:12px;font-weight:800;color:#fff;background:#17191cab;border-radius:4px;padding:3px 8px;backdrop-filter:blur(5px)}
.service-card h3{font-size:22px}
.service-card p{font-size:14px}
.process-video{width:100%;height:100%;object-fit:cover;display:block}
.article-figure{margin:0 0 35px}
.article-figure:not(:first-child){margin-top:40px}
.article-figure img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:10px}
.article-figure figcaption,.about-photo figcaption{padding-top:10px;color:var(--muted);font-size:13px;line-height:1.6}
.about-layout{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}
.about-layout h2{margin-bottom:25px}
.about-photo{margin:0}
.about-photo img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px}
.hero-slide[data-slide="2"]{background:#10171d}
.hero-slide[data-slide="2"] .hero-media{inset:0;width:100%;object-position:72% center}
.hero-slide[data-slide="2"]:after{background:linear-gradient(90deg,#10171dfa 0%,#10171de8 26%,#10171d87 51%,#10171d12 80%),linear-gradient(0deg,#10171d90,transparent 38%)}
.hero-slide[data-slide="2"] .hero-description{color:#d4d9df}
.hero-slide[data-slide="2"] .hero-note{color:#b9c3cc}
.site-nav{gap:23px}.header-inner{gap:23px}.nav-link,.nav-toggle{font-size:13px}.header-cta{font-size:13px;padding-inline:14px}
@media(min-width:992px) and (max-width:1100px){
 .header-inner{min-height:84px}.mobile-toggle{display:flex}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;margin:0;background:#17191c;border-top:1px solid #ffffff18;padding:15px 32px 24px;max-height:calc(100dvh - 120px);overflow:auto}
 .site-nav.open{display:block}.nav-link,.nav-toggle{padding:14px 0;width:100%;justify-content:space-between;font-size:15px}.nav-link.active:after{display:none}.dropdown-menu-212{position:static;box-shadow:none;margin:2px 0 8px;width:100%;min-width:0}.region-dropdown.open{grid-template-columns:1fr 1fr}.header-cta{margin-left:auto}
}
@media(max-width:991px){.about-layout{gap:35px}.service-card{min-height:390px}.service-card-photo{height:200px}.nav-link,.nav-toggle{font-size:15px}}
@media(max-width:767px){
 .service-card{padding:0 16px 22px;min-height:335px}.service-card-photo{width:calc(100% + 32px);margin:0 -16px 19px;height:130px}.service-card h3{font-size:19px}.service-card p{font-size:14px;line-height:1.7}.service-card .card-number{top:10px;right:10px;font-size:10px}
 .hero-slide[data-slide="2"] .hero-media{inset:0 0 auto;width:100%;height:285px;object-position:65% center}
 .hero-slide[data-slide="2"]:after{background:linear-gradient(0deg,#10171d 0%,#10171d 49%,#10171de6 58%,#10171d12 82%,#10171d00 100%)}
 .about-layout{grid-template-columns:1fr;gap:25px}.about-photo img{aspect-ratio:4/3}.article-figure{margin-bottom:26px}.article-figure:not(:first-child){margin-top:30px}.article-figure img{border-radius:7px}.article-figure figcaption{font-size:12px}
}
@media(max-width:370px){.service-card{padding:0 20px 24px;min-height:0}.service-card-photo{width:calc(100% + 40px);margin-inline:-20px;height:170px}.service-card h3{font-size:23px}.service-card p{font-size:16px}}

.page-hero-bg{opacity:.62}
@media(max-width:767px){.page-hero-bg{opacity:.4}}

/* Ortak okunabilirlik ölçüleri: masaüstü ve mobilde küçülmeyen metinler. */
:root{--text-ui:1rem;--text-secondary:.875rem}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
.nav-link,.nav-toggle,.dropdown-menu-212 a,.header-cta,
.footer-brand p,.footer-links,.footer-contact-label{font-size:var(--text-ui);line-height:1.65}
.topbar,.topbar-right a,.dropdown-heading,.footer-bottom{font-size:var(--text-secondary);line-height:1.6}
.footer-title{font-size:1.125rem;line-height:1.5}
.footer-links,.footer-brand p,.footer-contact-label{color:#c1c7cd}
.footer-bottom{color:#b6bec6;flex-wrap:wrap}
.footer-bottom div{flex-wrap:wrap}
.footer-links a{padding-block:3px;overflow-wrap:break-word}
.footer-contact-phone{display:flex;align-items:center;gap:10px;font-size:1.375rem;letter-spacing:-.02em;margin-right:0;white-space:nowrap}
.footer-contact-label{display:flex;align-items:flex-start;gap:10px}
.footer-contact-label .icon{margin-top:3px}
.topbar{height:auto;min-height:40px;padding-block:5px}
.topbar .container{gap:4px 18px;flex-wrap:wrap}
.topbar-left,.topbar-right{gap:18px}
.topbar-right a{white-space:nowrap}
.header-inner{gap:20px}
.site-nav{gap:20px}
.header-cta{padding-inline:15px}
.eyebrow,.small-label,.hero-copy .eyebrow,.hero-note,.hero-caption,
.service-shortcut span,.service-card .card-number,.slide-number,.video-badge,
.video-feature-caption small,.video-feature-caption .video-time,.step-number,
.region-index,.breadcrumbs,.article-figure figcaption,.about-photo figcaption,
.contact-info-box small,.sidebar-contents a,.sidebar-contents h3{font-size:var(--text-secondary)}
.btn-212,.hero-actions .btn-212,.page-hero-actions .btn-212,
.contact-band-actions .btn-212,.sidebar-contact .btn-212,
.service-card .link-arrow,.region-links a,.article-related-links a{font-size:var(--text-ui)}
.hero-note{line-height:1.6}
svg.icon{display:inline-block;vertical-align:middle;flex:0 0 auto;overflow:visible;stroke-width:1.9}
.topbar .icon{width:18px;height:18px}
.header-cta .icon,.hero-actions .icon,.page-hero-actions .icon,
.footer-contact .icon{width:22px;height:22px}
.fixed-contact .icon{width:26px;height:26px}
.fixed-contact span{font-size:var(--text-ui);line-height:1.4}
@media(max-width:1250px){
 .mobile-toggle{display:flex}.header-inner{min-height:84px}.header-cta{margin-left:auto}
 .site-nav{display:none;position:absolute;top:100%;left:0;right:0;margin:0;background:#17191c;border-top:1px solid #ffffff18;padding:15px 32px 24px;max-height:calc(100dvh - 180px);overflow:auto;-webkit-overflow-scrolling:touch}
 .site-nav.open{display:block}.nav-link,.nav-toggle{padding:15px 0;width:100%;justify-content:space-between;border-bottom:1px solid #ffffff15;font-size:var(--text-ui)}.nav-link.active:after{display:none}
 .dropdown-menu-212{position:static;box-shadow:none;margin:2px 0 8px;width:100%;min-width:0}.region-dropdown.open{grid-template-columns:1fr 1fr}.mobile-nav-extra{display:block;margin-top:18px}
}
@media(max-width:991px){.topbar-left .topbar-services{display:none}}
@media(max-width:767px){
 .header-inner{min-height:76px}.header-cta{display:none}
 .site-nav{padding-inline:22px}.region-dropdown.open{grid-template-columns:1fr}
 .topbar-left,.topbar-right{gap:10px}.topbar-left span{gap:6px}.topbar-right{margin-left:auto}
 .topbar-right a{font-size:var(--text-secondary)}
 .footer-grid{gap:30px 24px;grid-template-columns:1fr 1fr}
 .footer-title{margin-bottom:14px}.footer-links{gap:8px}.footer-brand p{line-height:1.8}
 .footer-bottom{line-height:1.8}.footer-contact-phone{margin-bottom:8px}
 .hero-copy .eyebrow{font-size:var(--text-secondary);letter-spacing:.08em}
 .hero-actions,.page-hero-actions,.contact-band-actions{flex-wrap:wrap}
 .hero-actions .btn-212,.page-hero-actions .btn-212{flex:1 1 140px;padding-inline:11px;font-size:var(--text-ui)}
 .hero-actions .btn-212{min-height:58px}.hero-copy{padding-bottom:110px}
 .hero-note{max-width:100%;align-items:flex-start}
 .fixed-contact a{min-height:50px}.fixed-contact{padding-bottom:calc(10px + env(safe-area-inset-bottom,0px))}
 .article-related-links a,.region-links a{line-height:1.55}
 .breadcrumbs{line-height:1.65}.service-shortcut b{font-size:var(--text-ui)}
}
@media(max-width:479px){
 .footer-grid{grid-template-columns:1fr}.footer-brand,.footer-contact{grid-column:auto}
 .footer-links a{min-height:38px;display:flex;align-items:center}
}
@media(max-width:370px){
 .hero-actions .btn-212,.page-hero-actions .btn-212{flex-basis:100%}
 .hero-copy .eyebrow{letter-spacing:.035em}
 .hero-note{font-size:var(--text-secondary)}.service-shortcut{gap:8px}
 .service-shortcut b{font-size:var(--text-secondary)}.fixed-contact a{gap:8px}
}
@media(min-width:768px){.footer-bottom{padding-right:84px}}

/* Blog bilgi merkezi */
.blog-landing-hero{background:#11171c;color:#fff;padding:58px 0 72px;overflow:hidden}
.blog-landing-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:72px;align-items:center}
.blog-landing-copy .breadcrumbs{margin-bottom:46px}
.blog-landing-copy .eyebrow{color:#ff6570}
.blog-landing-copy h1{font-size:clamp(2.8rem,4.8vw,4.8rem);line-height:1.07;margin:0 0 25px;max-width:640px}
.blog-landing-copy>p{color:#c5cbd1;max-width:510px;font-size:17px;line-height:1.85;margin-bottom:34px}
.blog-hero-stats{display:flex;gap:28px;color:#adb5bd;font-size:13px}
.blog-hero-stats span{display:flex;align-items:baseline;gap:7px}
.blog-hero-stats strong{color:#fff;font-size:23px}
.blog-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:transform .22s,box-shadow .22s,border-color .22s}
.blog-card:hover{transform:translateY(-4px);border-color:#d9dcdf;box-shadow:0 18px 42px #10171d12}
.blog-card-media{display:block;overflow:hidden;background:#d9e0e5;aspect-ratio:16/9}
.blog-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s}
.blog-card:hover .blog-card-media img{transform:scale(1.035)}
.blog-card-body{display:flex;flex-direction:column;flex:1;padding:24px 25px 26px}
.blog-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#747b83;font-size:12px;font-weight:650;margin-bottom:14px}
.blog-meta span:first-child{color:var(--red);font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.blog-card h2{font-size:22px;line-height:1.3;letter-spacing:-.035em;margin:0 0 13px}
.blog-card h2 a:hover{color:var(--red)}
.blog-card p{font-size:14px;line-height:1.8;margin-bottom:23px}
.blog-read-link{display:inline-flex;align-items:center;gap:11px;margin-top:auto;font-size:13px;font-weight:800;color:var(--ink)}
.blog-read-link .icon{width:17px;height:17px;color:var(--red);transition:transform .2s}
.blog-read-link:hover{color:var(--red)}
.blog-read-link:hover .icon{transform:translateX(3px)}
.blog-card-featured{background:#fff;color:var(--ink);display:grid;grid-template-columns:1.1fr .9fr;border:0;box-shadow:0 25px 70px #0000003d}
.blog-card-featured .blog-card-media{aspect-ratio:auto;min-height:440px}
.blog-card-featured .blog-card-body{padding:42px 38px;justify-content:center}
.blog-card-featured h2{font-size:31px}
.blog-card-featured p{font-size:15px}
.blog-library{background:#fff}
.blog-library-head{display:flex;justify-content:space-between;align-items:end;gap:45px;margin-bottom:35px}
.blog-library-head h2{margin:0}
.blog-search{position:relative;display:block;width:min(420px,100%)}
.blog-search>span:first-child{display:block;font-size:12px;font-weight:800;color:#525a62;margin-bottom:8px}
.blog-search input{width:100%;height:54px;padding:0 52px 0 17px;border:1px solid #d8dde1;border-radius:7px;background:#fff;color:var(--ink);font-size:15px;outline:none}
.blog-search input:focus{border-color:var(--red);box-shadow:0 0 0 3px #e5202b16}
.blog-search-icon{position:absolute;right:18px;bottom:10px;font-size:25px;line-height:1;color:#777f87;pointer-events:none}
.blog-toolbar{display:flex;gap:9px;flex-wrap:wrap;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.blog-filter{border:1px solid #dfe3e6;background:#fff;color:#515961;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:750;line-height:1.5}
.blog-filter:hover{border-color:#aeb5bc;color:var(--ink)}
.blog-filter.active{background:var(--ink);border-color:var(--ink);color:#fff}
.blog-result-count{font-size:13px;margin:23px 0;color:#747b83}
.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}
.blog-empty{border:1px dashed #cfd4d8;border-radius:10px;text-align:center;padding:55px 24px;color:#69717a}
.blog-empty strong,.blog-empty span{display:block}
.blog-empty strong{color:var(--ink);font-size:19px;margin-bottom:5px}
.home-blog{border-bottom:1px solid #e7e9eb}
.home-blog .section-head .link-arrow{margin-bottom:8px}
.home-blog+.soft-section{background:#fff}
.blog-article-hero{background:#11171c;color:#fff;padding:42px 0 0;overflow:hidden}
.blog-article-hero .breadcrumbs{margin-bottom:44px}
.blog-article-head{display:grid;grid-template-columns:.88fr 1.12fr;gap:70px;align-items:center}
.blog-category{display:inline-flex;align-items:center;border:1px solid #ffffff35;color:#ff8991;border-radius:99px;padding:7px 12px;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;margin-bottom:22px}
.blog-article-head h1{font-size:clamp(2.55rem,4.6vw,4.6rem);line-height:1.08;margin:0 0 23px;max-width:720px}
.blog-article-head>div>p{font-size:17px;line-height:1.85;color:#c9d0d6;max-width:620px;margin-bottom:25px}
.blog-byline{display:flex;gap:9px;flex-wrap:wrap;color:#aeb7bf;font-size:12px;margin-bottom:58px}
.blog-article-head figure{margin:0;align-self:end;border-radius:12px 12px 0 0;overflow:hidden;height:510px;box-shadow:0 20px 70px #0006}
.blog-article-head figure img{width:100%;height:100%;object-fit:cover}
.blog-article-layout{display:grid;grid-template-columns:minmax(0,790px) 315px;gap:90px;align-items:start;justify-content:center}
.blog-prose{min-width:0}
.blog-prose .article-lead{font-size:21px;color:#333b43;border-left:3px solid var(--red);padding-left:24px;margin-bottom:45px}
.blog-prose h2{font-size:32px;line-height:1.25;margin:52px 0 19px;scroll-margin-top:125px}
.blog-prose section:first-of-type h2{margin-top:0}
.blog-prose p{font-size:17px;line-height:1.95;color:#4c5660;margin-bottom:21px}
.blog-prose ul{background:#f6f7f8;border-radius:9px;padding:24px 28px 24px 49px;margin:28px 0;color:#424b54}
.blog-prose li{padding-left:7px;margin:9px 0;line-height:1.8}
.blog-inline-image{margin:45px 0 52px}
.blog-inline-image img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:11px}
.blog-inline-image figcaption{font-size:13px;line-height:1.65;color:#727a82;margin-top:11px}
.blog-sidebar{position:sticky;top:126px}
.blog-sidebar .sidebar-contents{margin-bottom:22px}
.blog-sidebar .sidebar-contents h2{font-size:16px;letter-spacing:0;margin-bottom:13px}
.blog-service-cta{display:grid;grid-template-columns:1fr auto;gap:38px;align-items:center;background:var(--red);color:#fff;border-radius:12px;padding:38px;margin:52px 0}
.blog-service-cta span{font-size:11px;font-weight:800;letter-spacing:.13em;color:#ffdadd}
.blog-service-cta h2{font-size:28px;margin:9px 0 10px}
.blog-service-cta p{color:#ffe7e9;font-size:14px;line-height:1.75;margin:0}
.blog-service-cta>div:last-child{display:flex;flex-direction:column;gap:9px;min-width:185px}
.blog-service-cta .btn-212{min-height:49px;padding:11px 15px;font-size:12px}
.blog-faq{margin-top:58px}
.blog-faq>h2{margin-bottom:25px}
.related-posts .blog-card{background:#fff}

@media(max-width:1199px){
 .blog-landing-grid{grid-template-columns:.7fr 1.3fr;gap:38px}.blog-card-featured{grid-template-columns:1fr}.blog-card-featured .blog-card-media{min-height:250px}.blog-card-featured .blog-card-body{padding:29px}.blog-card-featured h2{font-size:26px}
 .blog-article-head{gap:38px}.blog-article-head figure{height:440px}.blog-article-layout{gap:48px;grid-template-columns:minmax(0,1fr) 290px}
}
@media(max-width:991px){
 .blog-landing-grid{grid-template-columns:1fr}.blog-landing-copy{max-width:720px}.blog-landing-copy .breadcrumbs{margin-bottom:32px}.blog-card-featured{grid-template-columns:1.05fr .95fr}.blog-card-featured .blog-card-media{min-height:330px}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .blog-article-head{grid-template-columns:1fr}.blog-article-head>div{max-width:760px}.blog-byline{margin-bottom:15px}.blog-article-head figure{height:auto;aspect-ratio:16/8;margin-top:10px}.blog-article-layout{grid-template-columns:1fr}.blog-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:22px}.blog-sidebar .sidebar-contents{margin:0}.blog-service-cta{grid-template-columns:1fr}
}
@media(max-width:767px){
 .blog-landing-hero{padding:28px 0 48px}.blog-landing-grid{gap:38px}.blog-landing-copy h1{font-size:38px}.blog-landing-copy>p{font-size:16px}.blog-hero-stats{gap:20px}.blog-hero-stats strong{font-size:20px}
 .blog-card-featured{grid-template-columns:1fr}.blog-card-featured .blog-card-media{min-height:0;aspect-ratio:16/9}.blog-card-featured .blog-card-body{padding:23px 20px 25px}.blog-card-featured h2{font-size:23px}.blog-card-featured p{font-size:15px}
 .blog-library-head{display:block}.blog-library-head h2{margin-bottom:25px}.blog-search{width:100%}.blog-toolbar{flex-wrap:nowrap;overflow-x:auto;padding-bottom:15px;scrollbar-width:thin}.blog-filter{flex:none;font-size:12px}.blog-grid{grid-template-columns:1fr;gap:18px}.blog-card-body{padding:21px 19px 23px}.blog-card h2{font-size:22px}.blog-card p{font-size:16px}.blog-meta{font-size:12px}
 .home-blog .section-head .link-arrow{margin-top:20px}.home-blog .blog-card:nth-child(n+3){display:none}
 .blog-article-hero{padding-top:28px}.blog-article-hero .breadcrumbs{margin-bottom:30px}.blog-article-head h1{font-size:36px}.blog-article-head>div>p{font-size:16px}.blog-byline{font-size:12px;margin-bottom:8px}.blog-article-head figure{aspect-ratio:4/3;margin-inline:-22px;border-radius:0}
 .blog-article-layout{gap:36px}.blog-prose .article-lead{font-size:18px;padding-left:18px;margin-bottom:36px}.blog-prose h2{font-size:27px;margin-top:40px}.blog-prose p,.blog-prose ul{font-size:16px}.blog-prose ul{padding:20px 20px 20px 40px}.blog-inline-image{margin:34px 0 40px}.blog-inline-image img{border-radius:7px}.blog-service-cta{padding:28px 22px;gap:24px;margin:40px 0}.blog-service-cta h2{font-size:25px}.blog-service-cta p{font-size:16px}.blog-service-cta>div:last-child{width:100%}.blog-sidebar{grid-template-columns:1fr}.blog-sidebar .sidebar-contents{display:none}.blog-faq{margin-top:42px}
}
@media(max-width:370px){.blog-landing-copy h1,.blog-article-head h1{font-size:32px}.blog-card h2{font-size:21px}.blog-hero-stats{display:block}.blog-hero-stats span+span{margin-top:6px}}
@media print{.blog-sidebar,.related-posts,.blog-service-cta,.blog-toolbar,.blog-search{display:none!important}.blog-article-layout{display:block}.blog-article-hero{background:#fff;color:#000;padding:20px 0}.blog-article-head{display:block}.blog-article-head figure{max-height:320px}.blog-article-head>div>p,.blog-byline{color:#333}.blog-prose p{font-size:11pt}}
