:root{--c-primary:#E63946;--c-secondary:#F4A261;--c-accent:#E9C46A;--c-bg:#FFF8E7;--c-dark:#1C0A00;--c-text:#3D2B1F;--c-light:#FEFAF2;--c-white:#fff;--c-gray:#6B5B4E;--shadow-sm:0 2px 12px rgba(230,57,70,.08);--shadow-md:0 8px 32px rgba(230,57,70,.12);--shadow-lg:0 16px 48px rgba(230,57,70,.18);--r-md:16px;--r-lg:24px;--r-pill:100px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:'Inter',sans-serif;background:#FFF8E7;color:#3D2B1F;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}picture{display:block;width:100%}.hero-visual picture{height:100%}a{color:inherit;text-decoration:none;transition:all .3s ease}button,input,select,textarea{min-height:44px}.legal-content a,.ci-text a,.breadcrumb a,.footer-links a,.fb-links a,.f-contact-item a{min-height:auto}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:'Poppins',sans-serif;font-weight:700;line-height:1.2;color:#1C0A00}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(1.875rem,4vw,3rem)}h3{font-size:clamp(1.125rem,2.5vw,1.625rem)}h4{font-size:1.125rem}p{line-height:1.7}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border-radius:100px;font-family:'Poppins',sans-serif;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent;min-height:44px;white-space:nowrap;text-decoration:none}.btn-primary{background:#E63946;color:#fff}.btn-primary:hover{background:#c72d3a;transform:translateY(-2px);box-shadow:0 8px 24px rgba(230,57,70,.3);color:#fff}.btn-secondary{background:transparent;color:#E63946;border-color:#E63946}.btn-secondary:hover{background:#E63946;color:#fff;transform:translateY(-2px)}.btn-accent{background:#F4A261;color:#fff}.btn-accent:hover{background:#e0844a;transform:translateY(-2px);color:#fff}.btn-lg{padding:1rem 2.5rem;font-size:1.0625rem}.btn-white{background:#fff;color:#E63946}.btn-white:hover{background:#FFF8E7;transform:translateY(-2px)}.section{padding:6rem 0}.section-alt{background:#FEFAF2}.section-header{text-align:center;margin-bottom:4rem}.section-label{display:inline-block;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#E63946;margin-bottom:.875rem}.section-title{margin-bottom:1rem}.section-desc{font-size:1.0625rem;color:#6B5B4E;max-width:620px;margin:0 auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,248,231,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(230,57,70,.08);transition:all .3s ease}.site-header.scrolled{box-shadow:0 4px 24px rgba(230,57,70,.1)}.nav-container{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:72px}.nav-logo{display:flex;flex-direction:column;text-decoration:none;min-height:auto}.nav-logo-text{font-family:'Poppins',sans-serif;font-size:1.375rem;font-weight:800;color:#E63946;line-height:1.1}.nav-logo-sub{font-size:.625rem;font-weight:500;color:#8B7355;letter-spacing:.08em;text-transform:uppercase}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{font-size:.9375rem;font-weight:500;color:#3D2B1F;position:relative;padding:.5rem 0;min-height:auto;display:inline-flex;align-items:center}.nav-link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#E63946;transition:width .3s ease;border-radius:100px}.nav-link:hover::after,.nav-link.active::after{width:100%}.nav-link:hover{color:#E63946}.nav-cta{margin-left:1rem}.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;background:none;border:none;min-height:44px;width:44px;align-items:center;justify-content:center}.nav-toggle span{display:block;width:24px;height:2px;background:#3D2B1F;border-radius:100px;transition:all .3s ease}.nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center}.hero-content{padding:calc(72px + 2rem) 3.5rem 4rem 5rem;display:flex;flex-direction:column;justify-content:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(244,162,97,.12);border:1px solid rgba(244,162,97,.3);border-radius:100px;padding:.375rem 1rem;font-size:.8125rem;font-weight:600;color:#E63946;margin-bottom:1.5rem;min-height:auto}.hero-title{margin-bottom:1.5rem}.hero-title .accent{color:#E63946}.hero-desc{font-size:1.0625rem;color:#6B5B4E;margin-bottom:2.5rem;max-width:500px;line-height:1.75}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem;align-items:center}.hero-stats{display:flex;gap:2.5rem}.hero-stat-divider{width:1px;background:rgba(230,57,70,.2);align-self:stretch}.hero-stat-number{font-family:'Poppins',sans-serif;font-size:1.875rem;font-weight:800;color:#E63946;line-height:1}.hero-stat-label{font-size:.8125rem;color:#8B7355;margin-top:.25rem}.hero-visual{position:relative;height:100vh;overflow:hidden;background:linear-gradient(135deg,#E63946 0%,#F4A261 100%)}.hero-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(230,57,70,.25) 0%,rgba(244,162,97,.15) 100%);z-index:1}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-float-card{position:absolute;z-index:2;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-radius:16px;padding:1.125rem 1.375rem;box-shadow:0 8px 32px rgba(0,0,0,.12);animation:float 3s ease-in-out infinite}.hero-float-card-1{bottom:12%;left:5%}.hero-float-card-2{top:28%;right:5%;animation-delay:-1.5s}.hero-float-card .fc-icon{font-size:1.5rem;margin-bottom:.375rem}.hero-float-card .fc-label{font-size:.75rem;color:#8B7355;font-weight:500}.hero-float-card .fc-value{font-family:'Poppins',sans-serif;font-size:1.125rem;font-weight:700;color:#1C0A00}.hero-scroll-hint{position:absolute;bottom:2.5rem;left:calc(50% - 30px);z-index:3;display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero-scroll-hint span{font-size:.625rem;color:rgba(255,248,231,.8);font-weight:500;letter-spacing:.1em;text-transform:uppercase}.hero-scroll-hint .scroll-line{width:1px;height:36px;background:rgba(255,248,231,.4);animation:scrollPulse 1.5s ease-in-out infinite}.about-section{padding:7rem 0}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center}.split-grid.reverse .split-image{order:2}.split-grid.reverse .split-content{order:1}.split-image{position:relative;border-radius:24px;overflow:hidden;background:#F0E8D8}.split-image img{width:100%;height:500px;object-fit:cover;border-radius:24px;transition:transform .6s ease}.split-image:hover img{transform:scale(1.03)}.image-badge{position:absolute;bottom:2rem;left:2rem;background:linear-gradient(135deg,#E63946,#c72d3a);color:#fff;padding:1rem 1.5rem;border-radius:16px;box-shadow:0 8px 24px rgba(230,57,70,.3)}.image-badge .badge-num{font-family:'Poppins',sans-serif;font-size:2rem;font-weight:800;line-height:1}.image-badge .badge-lbl{font-size:.8125rem;opacity:.9}.split-content .section-label{display:block;margin-bottom:.75rem}.split-content h2{margin-bottom:1.5rem}.split-content p{color:#6B5B4E;margin-bottom:1.25rem;font-size:1rem;line-height:1.75}.about-highlights{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0 2.5rem}.highlight-item{display:flex;align-items:flex-start;gap:.75rem}.hi-icon{width:40px;height:40px;border-radius:10px;background:rgba(230,57,70,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.125rem;min-height:40px}.hi-text h4{font-size:.9375rem;color:#1C0A00;margin-bottom:.125rem}.hi-text p{font-size:.8125rem;color:#8B7355;margin:0;line-height:1.5}.services-section{padding:7rem 0;background:#FFF8E7}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:#fff;border-radius:20px;padding:2.5rem 2rem;box-shadow:0 4px 20px rgba(230,57,70,.07);transition:all .35s ease;border:1px solid rgba(230,57,70,.06);position:relative;overflow:hidden}.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#E63946,#F4A261,#E9C46A);opacity:0;transition:opacity .3s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 52px rgba(230,57,70,.16)}.service-card:hover::before{opacity:1}.service-icon{width:58px;height:58px;border-radius:14px;background:linear-gradient(135deg,rgba(230,57,70,.08),rgba(244,162,97,.12));display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.625rem;min-height:58px}.service-card h3{font-size:1.1875rem;margin-bottom:.75rem;color:#1C0A00}.service-card p{color:#6B5B4E;font-size:.9375rem;line-height:1.65}.service-features{margin-top:1.5rem;display:flex;flex-direction:column;gap:.5rem}.sf-item{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:#3D2B1F;min-height:auto}.sf-check{width:18px;height:18px;border-radius:50%;background:rgba(230,57,70,.1);display:inline-flex;align-items:center;justify-content:center;font-size:.625rem;color:#E63946;font-weight:700;flex-shrink:0;min-height:18px}.why-section{padding:7rem 0;background:linear-gradient(135deg,#1C0A00 0%,#3D1010 55%,#E63946 100%);position:relative;overflow:hidden}.why-section::before{content:'';position:absolute;top:-30%;right:-5%;width:500px;height:500px;border-radius:50%;background:rgba(244,162,97,.07);pointer-events:none}.why-section::after{content:'';position:absolute;bottom:-20%;left:-5%;width:400px;height:400px;border-radius:50%;background:rgba(233,196,106,.05);pointer-events:none}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.why-content .section-label{color:#E9C46A}.why-content h2{color:#FFF8E7;margin-bottom:1.5rem}.why-content>p{color:rgba(255,248,231,.75);font-size:1rem;margin-bottom:2rem;line-height:1.75}.why-list{display:flex;flex-direction:column;gap:1.25rem}.why-item{display:flex;align-items:flex-start;gap:1rem}.wi-icon{width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.125rem;min-height:44px}.wi-text h4{font-family:'Poppins',sans-serif;color:#FFF8E7;font-size:.9375rem;margin-bottom:.25rem}.wi-text p{color:rgba(255,248,231,.65);font-size:.875rem;margin:0;line-height:1.55}.why-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.why-stat{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.why-stat:hover{background:rgba(255,255,255,.14);transform:translateY(-4px)}.ws-number{font-family:'Poppins',sans-serif;font-size:2.75rem;font-weight:800;color:#E9C46A;line-height:1}.ws-label{font-size:.875rem;color:rgba(255,248,231,.75);margin-top:.5rem}.process-section{padding:7rem 0}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}.process-connector{position:absolute;top:44px;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,#E63946,#F4A261,#E9C46A,#F4A261);z-index:0}.process-step{text-align:center;position:relative;z-index:1;padding:0 1rem}.ps-number{width:88px;height:88px;border-radius:50%;background:#fff;border:3px solid;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-family:'Poppins',sans-serif;font-size:1.625rem;font-weight:800;box-shadow:0 8px 24px rgba(230,57,70,.15);min-height:88px}.ps-number.s1{border-color:#E63946;color:#E63946}.ps-number.s2{border-color:#F4A261;color:#F4A261}.ps-number.s3{border-color:#E9C46A;color:#E9C46A}.ps-number.s4{border-color:#E63946;color:#E63946}.process-step h3{font-size:1.0625rem;margin-bottom:.625rem;color:#1C0A00}.process-step p{font-size:.9rem;color:#6B5B4E;line-height:1.6}.testimonials-section{padding:7rem 0;background:#FFF8E7}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 4px 20px rgba(230,57,70,.07);transition:all .35s ease;display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 16px 44px rgba(230,57,70,.13)}.t-stars{color:#E9C46A;font-size:1.125rem;letter-spacing:.05em;margin-bottom:1.25rem}.t-text{font-size:.9375rem;color:#3D2B1F;line-height:1.75;font-style:italic;margin-bottom:1.75rem;flex:1}.t-author{display:flex;align-items:center;gap:.875rem}.t-avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#E63946,#F4A261);display:flex;align-items:center;justify-content:center;font-family:'Poppins',sans-serif;font-weight:700;color:#fff;font-size:1.0625rem;flex-shrink:0;min-height:46px}.t-name{font-family:'Poppins',sans-serif;font-size:.9375rem;color:#1C0A00;font-weight:600}.t-role{font-size:.8125rem;color:#8B7355}.contact-section{padding:7rem 0}.contact-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:5rem;align-items:start}.contact-info .section-label{display:block;margin-bottom:.75rem}.contact-info h2{margin-bottom:1.25rem}.contact-info>p{color:#6B5B4E;margin-bottom:2.5rem;font-size:1rem;line-height:1.75}.c-details{display:flex;flex-direction:column;gap:1.375rem;margin-bottom:2.5rem}.c-item{display:flex;align-items:flex-start;gap:1rem}.ci-icon{width:46px;height:46px;border-radius:12px;background:rgba(230,57,70,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.125rem;min-height:46px}.ci-text h4{font-family:'Poppins',sans-serif;font-size:.875rem;color:#8B7355;font-weight:500;margin-bottom:.25rem}.ci-text a,.ci-text p{font-size:.9375rem;color:#3D2B1F;margin:0;font-weight:500}.ci-text a:hover{color:#E63946}.contact-form-box{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 8px 40px rgba(230,57,70,.1)}.contact-form-box h3{font-size:1.375rem;margin-bottom:1.75rem;color:#1C0A00}.form-group{margin-bottom:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}label{display:block;font-size:.875rem;font-weight:600;color:#3D2B1F;margin-bottom:.5rem;min-height:auto}input:not([type=checkbox]):not([type=file]),select,textarea{width:100%;padding:.8125rem 1.125rem;border:1.5px solid rgba(61,43,31,.15);border-radius:12px;font-family:'Inter',sans-serif;font-size:.9375rem;color:#3D2B1F;background:#FEFAF2;transition:all .3s ease;min-height:44px;-webkit-appearance:none;appearance:none}input:not([type=checkbox]):not([type=file]):focus,select:focus,textarea:focus{outline:none;border-color:#E63946;box-shadow:0 0 0 3px rgba(230,57,70,.1);background:#fff}textarea{resize:vertical;min-height:120px}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23E63946' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.form-consent{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.form-consent input[type=checkbox]{width:18px;height:18px;min-height:18px;flex-shrink:0;margin-top:2px;accent-color:#E63946;cursor:pointer}.form-consent label{font-size:.875rem;color:#6B5B4E;font-weight:400;min-height:auto;line-height:1.55}.form-consent label a{color:#E63946;text-decoration:underline}.honeypot{display:none!important;visibility:hidden!important;position:absolute!important}.form-submit{width:100%;padding:1rem;border-radius:100px;font-size:1.0625rem;cursor:pointer}.form-msg{display:none;padding:1rem 1.25rem;border-radius:12px;margin-top:1rem;font-size:.9375rem;font-weight:500;line-height:1.5}.form-msg.success{background:rgba(34,197,94,.08);color:#166534;border:1px solid rgba(34,197,94,.2)}.form-msg.error{background:rgba(230,57,70,.08);color:#c0392b;border:1px solid rgba(230,57,70,.2)}.site-footer{background:#1C0A00;color:rgba(255,248,231,.8);padding:5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3.5rem}.footer-brand p{font-size:.9375rem;color:rgba(255,248,231,.55);margin:1rem 0 1.75rem;max-width:260px;line-height:1.7}.footer-logo-text{font-family:'Poppins',sans-serif;font-size:1.375rem;font-weight:800;color:#E63946}.footer-logo-sub{font-size:.625rem;font-weight:500;color:rgba(255,248,231,.4);letter-spacing:.08em;text-transform:uppercase;display:block;margin-top:0}.social-links{display:flex;gap:.625rem}.sl-link{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:rgba(255,248,231,.65);font-size:.9375rem;min-height:38px}.sl-link:hover{background:#E63946;color:#fff;transform:translateY(-2px)}.footer-col h4{font-family:'Poppins',sans-serif;font-size:.9375rem;font-weight:600;color:#FFF8E7;margin-bottom:1.25rem}.footer-links{display:flex;flex-direction:column;gap:.625rem}.footer-links a{font-size:.9rem;color:rgba(255,248,231,.55);transition:color .3s ease;min-height:auto}.footer-links a:hover{color:#F4A261}.f-contact-item{display:flex;align-items:flex-start;gap:.625rem;font-size:.9rem;color:rgba(255,248,231,.55);margin-bottom:.75rem;line-height:1.5;min-height:auto}.f-contact-item a{color:rgba(255,248,231,.55)}.f-contact-item a:hover{color:#F4A261}.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.fb-copy{font-size:.875rem;color:rgba(255,248,231,.45)}.fb-links{display:flex;gap:1.5rem}.fb-links a{font-size:.875rem;color:rgba(255,248,231,.45);transition:color .3s ease;min-height:auto}.fb-links a:hover{color:#F4A261}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;border-radius:50%;background:#E63946;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(230,57,70,.4);cursor:pointer;transition:all .3s ease;z-index:999;opacity:0;visibility:hidden;border:none;font-size:1.25rem}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background:#c72d3a;transform:translateY(-4px);box-shadow:0 8px 28px rgba(230,57,70,.5)}.skip-link{position:absolute;top:-100%;left:0;padding:.75rem 1.5rem;background:#E63946;color:#fff;font-weight:600;z-index:9999;border-radius:0 0 8px 0;font-size:.9rem;min-height:auto}:focus-visible{outline:2px solid #E63946;outline-offset:2px;border-radius:4px}.skip-link:focus{top:0}.fade-in{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.page-hero{background:linear-gradient(135deg,#E63946 0%,#F4A261 60%,#E9C46A 100%);padding:8rem 0 5rem;text-align:center;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:-50%;left:-10%;width:400px;height:400px;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none}.page-hero h1{color:#FFF8E7;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem)}.page-hero p{color:rgba(255,248,231,.9);font-size:1.0625rem;max-width:600px;margin:0 auto}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;margin-bottom:1.5rem;justify-content:center;flex-wrap:wrap;min-height:auto}.breadcrumb a{color:rgba(255,248,231,.8);min-height:auto}.breadcrumb a:hover{color:#FFF8E7}.breadcrumb .bc-sep{color:rgba(255,248,231,.5)}.page-content{padding:5rem 0}.apply-wrapper{max-width:820px;margin:0 auto;background:#fff;border-radius:24px;padding:3rem;box-shadow:0 8px 40px rgba(230,57,70,.1)}.apply-wrapper h2{margin-bottom:.5rem}.apply-wrapper>p{color:#6B5B4E;margin-bottom:2.5rem}.form-section-title{font-family:'Poppins',sans-serif;font-size:1.0625rem;font-weight:600;color:#E63946;margin:2rem 0 1.25rem;padding-bottom:.5rem;border-bottom:2px solid rgba(230,57,70,.1)}.field-hint{font-size:.8125rem;color:#8B7355;margin-top:.375rem}input[type=file]{padding:.75rem 1.25rem;background:#FEFAF2;border:1.5px dashed rgba(230,57,70,.25);cursor:pointer}input[type=file]:hover{border-color:#E63946}.error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 1.5rem;text-align:center}.error-inner{max-width:560px}.error-code{font-family:'Poppins',sans-serif;font-size:clamp(6rem,20vw,10rem);font-weight:800;line-height:.9;background:linear-gradient(135deg,#E63946,#F4A261);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block;margin-bottom:1.5rem}.error-page h1{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1rem}.error-page p{color:#6B5B4E;font-size:1rem;margin-bottom:2.5rem;line-height:1.7}.error-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.legal-content{padding:5rem 0}.legal-container{max-width:860px;margin:0 auto;padding:0 1.5rem}.legal-content h2{font-size:1.375rem;margin:2.5rem 0 .875rem;color:#1C0A00}.legal-content h3{font-size:1.125rem;margin:1.75rem 0 .625rem;color:#1C0A00}.legal-content p{color:#3D2B1F;margin-bottom:1.125rem;line-height:1.8;font-size:.9375rem}.legal-content ul{margin:.75rem 0 1.25rem 1.75rem;list-style:disc}.legal-content ul li{color:#3D2B1F;margin-bottom:.5rem;line-height:1.7;font-size:.9375rem}.legal-updated{font-size:.875rem;color:#8B7355;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(230,57,70,.1)}.legal-highlight{background:rgba(230,57,70,.04);border-left:4px solid #E63946;border-radius:0 12px 12px 0;padding:1.25rem 1.5rem;margin:1.5rem 0}.legal-highlight p{margin:0}.cta-section{background:linear-gradient(135deg,#E63946 0%,#F4A261 100%);padding:6rem 0;text-align:center;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;top:-40%;right:-5%;width:500px;height:500px;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none}.cta-section h2{color:#FFF8E7;margin-bottom:1.25rem}.cta-section p{color:rgba(255,248,231,.85);font-size:1.0625rem;max-width:560px;margin:0 auto 2.5rem}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@keyframes scrollPulse{0%,100%{opacity:.3;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1.2)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@media(max-width:1200px){.hero-content{padding:calc(72px + 1.5rem) 3rem 3.5rem 4rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:2rem}.footer-grid .footer-col:last-child{grid-column:span 2}}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.process-steps{grid-template-columns:repeat(2,1fr)}.process-connector{display:none}.why-grid{grid-template-columns:1fr;gap:3rem}.contact-grid{grid-template-columns:1fr;gap:3rem}.footer-grid{grid-column-gap:2rem}}@media(max-width:768px){.hero{grid-template-columns:1fr;height:auto;min-height:auto}.hero-content{padding:calc(72px + 1.25rem) 1.5rem 2.5rem;order:1;display:flex;flex-direction:column;justify-content:flex-start}.hero-visual{height:55vw;min-height:280px;order:2}.hero-float-card{display:none}.hero-scroll-hint{display:none}.hero-stats{gap:1.5rem;flex-wrap:wrap}.hero-stat-divider{display:none}.nav-menu{display:none;position:fixed;top:72px;left:0;right:0;bottom:0;background:rgba(255,248,231,.98);flex-direction:column;padding:1.5rem;gap:0;overflow-y:auto;z-index:999}.nav-menu.open{display:flex}.nav-link{padding:1rem 0;border-bottom:1px solid rgba(230,57,70,.08);width:100%;min-height:52px;font-size:1.0625rem}.nav-cta{margin:1.5rem 0 0;width:100%}.nav-cta .btn{width:100%;justify-content:center}.nav-toggle{display:flex}.split-grid{grid-template-columns:1fr;gap:2.5rem}.split-grid.reverse .split-image,.split-grid.reverse .split-content{order:0}.split-image img{height:280px}.about-highlights{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:1fr}.why-stats{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid .footer-col:last-child{grid-column:auto}.apply-wrapper{padding:2rem 1.25rem}.section{padding:4.5rem 0}.contact-form-box{padding:2rem 1.5rem}}@media(max-width:480px){.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{text-align:center;justify-content:center}.hero-stats{gap:1rem}.why-stats{grid-template-columns:1fr}.section{padding:3.5rem 0}.process-steps{grid-template-columns:1fr}.error-code{font-size:6rem}.contact-form-box{padding:1.75rem 1.25rem}.apply-wrapper{padding:1.75rem 1rem}.cta-actions{flex-direction:column;align-items:center}}@media print{*{color:#000!important;background:#fff!important;box-shadow:none!important;text-shadow:none!important}.site-header,.site-footer,.back-to-top,.nav-toggle,.hero-visual,.hero-scroll-hint,.hero-float-card,.contact-form-box,.why-section,.testimonials-section,.cta-section{display:none!important}a[href]::after{content:" (" attr(href) ")"}body{font-size:12pt;line-height:1.5}.container{max-width:100%;padding:0 1cm}h1{font-size:22pt}h2{font-size:16pt}h3{font-size:13pt}.services-grid,.process-steps{grid-template-columns:repeat(2,1fr)!important}p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
