@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
:root{--nav-bg:transparent;--nav-bg-scrolled:#ffffffeb;--nav-border:#fff3;--text-primary:#0f0f1a;--text-secondary:#3a3a4a;--accent-start:#6366f1;--accent-end:#8b5cf6;--shadow-soft:0 8px 40px #0000000f;--shadow-hover:0 12px 48px #6366f140;--radius-full:9999px;--transition:.3s cubic-bezier(.25, .46, .45, .94)}.Navbar-module__RlE9oG__navbar{z-index:1000;width:100%;transition:background var(--transition), box-shadow var(--transition);background:0 0;position:fixed;top:0;left:0}.Navbar-module__RlE9oG__navbar.Navbar-module__RlE9oG__scrolled{background:#fff;border-bottom:1px solid #00000082}.Navbar-module__RlE9oG__inner{justify-content:space-between;align-items:center;gap:28px;width:100%;max-width:1280px;margin:0 auto;padding:14px 32px;display:flex}.Navbar-module__RlE9oG__brand{color:var(--text-primary);transition:transform var(--transition);flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.Navbar-module__RlE9oG__brand:hover{transform:scale(1.02)}.Navbar-module__RlE9oG__logoWrap{flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.Navbar-module__RlE9oG__logo{object-fit:contain;border-radius:10px;width:38px;height:38px;display:block}.Navbar-module__RlE9oG__brandText{letter-spacing:-.4px;background:linear-gradient(135deg, var(--text-primary), var(--accent-end));-webkit-text-fill-color:transparent;text-transform:lowercase;-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:400}.Navbar-module__RlE9oG__links{flex:1;justify-content:center;align-items:center;gap:32px;min-width:0;display:flex}.Navbar-module__RlE9oG__link{color:var(--text-secondary);white-space:nowrap;transition:color var(--transition);padding:4px 0;font-size:.95rem;font-weight:500;text-decoration:none;position:relative}.Navbar-module__RlE9oG__link:after{content:"";background:linear-gradient(90deg, var(--accent-start), var(--accent-end));width:0;height:2.5px;transition:width var(--transition);border-radius:999px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.Navbar-module__RlE9oG__link:hover{color:var(--text-primary)}.Navbar-module__RlE9oG__link:hover:after{width:100%}.Navbar-module__RlE9oG__actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.Navbar-module__RlE9oG__loginButton,.Navbar-module__RlE9oG__signupButton{border-radius:var(--radius-full);transition:all var(--transition);cursor:pointer;border:1px solid #0000;padding:10px 24px;font-size:.9rem;font-weight:600;text-decoration:none;position:relative;overflow:hidden}.Navbar-module__RlE9oG__loginButton{color:var(--text-primary);background:0 0;border-color:#00000073;font-weight:400}.Navbar-module__RlE9oG__loginButton:hover{background:#0000000a;transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.Navbar-module__RlE9oG__signupButton{color:#fff;background:linear-gradient(135deg, var(--accent-start), var(--accent-end));border:none;font-weight:400;box-shadow:0 4px 14px #6366f14d}.Navbar-module__RlE9oG__signupButton:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)scale(1.02)}.Navbar-module__RlE9oG__signupButton:after{content:"";background:linear-gradient(135deg, var(--accent-end), var(--accent-start));opacity:0;transition:opacity var(--transition);border-radius:inherit;position:absolute;inset:0}.Navbar-module__RlE9oG__hamburger{-webkit-backdrop-filter:blur(4px);cursor:pointer;width:44px;height:44px;transition:all var(--transition);background:#ffffff80;border:1px solid #00000014;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:0;display:none}.Navbar-module__RlE9oG__hamburger:hover{background:#fffc;border-color:#00000026;transform:scale(1.05)}.Navbar-module__RlE9oG__hamburger span{background:var(--text-primary);width:20px;height:2.5px;transition:all var(--transition);transform-origin:50%;border-radius:9999px;display:block}.Navbar-module__RlE9oG__hamburgerActive span:first-child{transform:rotate(45deg)translate(5.5px,5.5px)}.Navbar-module__RlE9oG__hamburgerActive span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__RlE9oG__hamburgerActive span:nth-child(3){transform:rotate(-45deg)translate(5.5px,-5.5px)}.Navbar-module__RlE9oG__overlay{opacity:0;pointer-events:none;z-index:999;-webkit-backdrop-filter:blur(6px);background:#00000059;transition:opacity .4s;position:fixed;inset:0}.Navbar-module__RlE9oG__overlayOpen{opacity:1;pointer-events:auto}.Navbar-module__RlE9oG__mobileMenu{-webkit-backdrop-filter:blur(20px);z-index:1001;background:#fff;flex-direction:column;width:min(88vw,400px);height:80vh;padding:28px 32px;transition:transform .45s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-20px 0 60px #0000001f}.Navbar-module__RlE9oG__mobileMenuOpen{transform:translate(0)}.Navbar-module__RlE9oG__mobileTop{border-bottom:1px solid #0000004e;justify-content:space-between;align-items:center;padding-bottom:24px;display:flex}.Navbar-module__RlE9oG__mobileBrand{color:var(--text-primary);align-items:center;gap:10px;text-decoration:none;display:inline-flex}.Navbar-module__RlE9oG__closeButton{width:40px;height:40px;color:var(--text-primary);cursor:pointer;transition:all var(--transition);background:#00000005;border:1px solid #0000000f;border-radius:12px;justify-content:center;align-items:center;font-size:1.3rem;line-height:1;display:flex}.Navbar-module__RlE9oG__closeButton:hover{background:#0000000f;transform:rotate(90deg)scale(1.1)}.Navbar-module__RlE9oG__mobileLinks{flex-direction:column;flex:1;gap:4px;padding:24px 0;display:flex;overflow-y:auto}.Navbar-module__RlE9oG__mobileLink{color:var(--text-secondary);transition:all var(--transition);border-bottom:1px solid #00000048;border-radius:5px;padding:16px 8px;font-size:1.1rem;font-weight:500;text-decoration:none}.Navbar-module__RlE9oG__mobileLink:hover{color:var(--text-primary);background:#6366f10f;border-bottom-color:#0000;padding-left:20px}.Navbar-module__RlE9oG__mobileActions{border-top:1px solid #00000045;gap:12px;padding-top:20px;display:flex}.Navbar-module__RlE9oG__mobileLoginButton,.Navbar-module__RlE9oG__mobileSignupButton{text-align:center;border-radius:var(--radius-full);transition:all var(--transition);flex:1;padding:14px 16px;font-size:.95rem;font-weight:600;text-decoration:none}.Navbar-module__RlE9oG__mobileLoginButton{color:var(--text-primary);background:0 0;border:1px solid #0000005c;font-weight:400}.Navbar-module__RlE9oG__mobileLoginButton:hover{background:#00000008;transform:scale(1.02)}.Navbar-module__RlE9oG__mobileSignupButton{color:#fff;background:linear-gradient(135deg, var(--accent-start), var(--accent-end));border:none;font-weight:400;box-shadow:0 4px 14px #6366f14d}.Navbar-module__RlE9oG__mobileSignupButton:hover{box-shadow:var(--shadow-hover);transform:scale(1.03)}@media (max-width:900px){.Navbar-module__RlE9oG__inner{padding:12px 20px}.Navbar-module__RlE9oG__brandText,.Navbar-module__RlE9oG__links{display:none}.Navbar-module__RlE9oG__hamburger{display:flex}}@media (max-width:520px){.Navbar-module__RlE9oG__inner{padding:10px 16px}.Navbar-module__RlE9oG__loginButton,.Navbar-module__RlE9oG__signupButton{display:none}.Navbar-module__RlE9oG__hamburger{width:40px;height:40px}.Navbar-module__RlE9oG__mobileMenu{padding:24px 20px}}
.Hero-module__5wCMUW__hero{background:#c1c6fb;align-items:center;min-height:100vh;padding:5rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:relative;overflow:hidden}.Hero-module__5wCMUW__container{z-index:2;width:100%;max-width:1280px;margin:0 auto;position:relative}.Hero-module__5wCMUW__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:5rem;display:grid}.Hero-module__5wCMUW__primary{max-width:640px}.Hero-module__5wCMUW__decorative{justify-content:center;align-items:center;min-height:300px;display:flex;position:relative}.Hero-module__5wCMUW__orb{background:radial-gradient(circle at 30% 30%,#8b5cf626,#6366f10d);border-radius:50%;width:400px;height:400px;animation:12s ease-in-out infinite alternate Hero-module__5wCMUW__float;position:absolute}.Hero-module__5wCMUW__orbSecondary{background:radial-gradient(circle at 70% 70%,#f43f5e1a,#ec48990a);border-radius:50%;width:250px;height:250px;animation:16s ease-in-out infinite alternate-reverse Hero-module__5wCMUW__float;position:absolute;top:20%;right:10%}@keyframes Hero-module__5wCMUW__float{0%{transform:translate(0)scale(1)}to{transform:translate(-20px,30px)scale(1.05)}}.Hero-module__5wCMUW__badge{letter-spacing:.12em;text-transform:uppercase;color:#1f1a30;background:0 0;border:1px solid #191021;border-radius:100px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.7rem;font-weight:600;display:inline-block}.Hero-module__5wCMUW__title{letter-spacing:-.02em;color:#1e1a2b;margin:0 0 1.25rem;font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:clamp(2.6rem,5.5vw,4.2rem);font-weight:400;line-height:1.2}.Hero-module__5wCMUW__accent{background:linear-gradient(135deg,#15101e,#111120);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__5wCMUW__description{color:#4a4458;max-width:560px;margin:0 0 2rem;font-size:clamp(1rem,1.1vw,1.15rem);font-weight:400;line-height:1.8}.Hero-module__5wCMUW__actions{flex-wrap:wrap;align-items:center;gap:1.2rem 2rem;display:flex}.Hero-module__5wCMUW__primaryButton{color:#faf9fc;cursor:pointer;letter-spacing:.01em;background:#1e1a2b;border:none;border-radius:60px;align-items:center;gap:.6rem;padding:.8rem 2.4rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .3s,transform .2s,box-shadow .3s;display:inline-flex;box-shadow:0 8px 24px #1e1a2b1f}.Hero-module__5wCMUW__primaryButton:hover{background:#2d2640;transform:translateY(-2px);box-shadow:0 14px 32px #1e1a2b2e}.Hero-module__5wCMUW__primaryButton:focus-visible{outline-offset:3px;outline:3px solid #7c3aed}.Hero-module__5wCMUW__arrow{transition:transform .25s;display:inline-block}.Hero-module__5wCMUW__primaryButton:hover .Hero-module__5wCMUW__arrow{transform:translate(6px)}.Hero-module__5wCMUW__trustBadge{color:#7a7288;letter-spacing:.03em;font-size:.8rem;font-weight:500}.Hero-module__5wCMUW__reasons{border-top:1px solid #1e1a2b0f;padding-top:4rem}.Hero-module__5wCMUW__reasonsHeading{color:#1e1a2b;text-align:center;letter-spacing:-.01em;margin:0 0 .5rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,2.8vw,2.6rem);font-weight:400}.Hero-module__5wCMUW__reasonsSubheading{color:#1d1925;text-align:center;max-width:720px;margin:0 auto 3rem;font-size:clamp(.95rem,1vw,1.1rem);line-height:1.7}.Hero-module__5wCMUW__reasonsList{grid-template-columns:repeat(4,1fr);gap:1.8rem;margin:0;padding:0;list-style:none;display:grid}.Hero-module__5wCMUW__reasonCard{background:#fff;border:1px solid #1e1a2b0a;border-radius:20px;padding:1.8rem 1.5rem;transition:transform .3s,box-shadow .4s;box-shadow:0 4px 20px #00000005}.Hero-module__5wCMUW__reasonCard:hover{transform:translateY(-6px);box-shadow:0 20px 40px #1e1a2b0f}.Hero-module__5wCMUW__reasonIcon{margin-bottom:.8rem;font-size:2rem;display:block}.Hero-module__5wCMUW__reasonTitle{color:#1e1a2b;letter-spacing:-.01em;margin:0 0 .4rem;font-size:1.05rem;font-weight:700}.Hero-module__5wCMUW__reasonText{color:#24202c;margin:0;font-size:.92rem;line-height:1.6}@media (max-width:1024px){.Hero-module__5wCMUW__grid{grid-template-columns:1fr;gap:2rem}.Hero-module__5wCMUW__primary{text-align:center;max-width:100%}.Hero-module__5wCMUW__description{max-width:100%;margin-left:auto;margin-right:auto}.Hero-module__5wCMUW__actions{justify-content:center}.Hero-module__5wCMUW__decorative{display:none}.Hero-module__5wCMUW__reasonsList{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width:768px){.Hero-module__5wCMUW__hero{padding:2.5rem 1.5rem}.Hero-module__5wCMUW__title{font-size:clamp(2rem,7vw,2.8rem)}.Hero-module__5wCMUW__description{font-size:.98rem}.Hero-module__5wCMUW__primaryButton{justify-content:center;width:100%;padding:.7rem 2rem;font-size:.95rem}.Hero-module__5wCMUW__trustBadge{text-align:center;width:100%}.Hero-module__5wCMUW__reasonsHeading{font-size:clamp(1.4rem,4vw,2rem)}.Hero-module__5wCMUW__reasonsSubheading{margin-bottom:2rem;font-size:.92rem}.Hero-module__5wCMUW__reasonsList{grid-template-columns:1fr;gap:1.2rem}.Hero-module__5wCMUW__reasonCard{padding:1.4rem}}@media (max-width:480px){.Hero-module__5wCMUW__hero{padding:2rem 1rem}.Hero-module__5wCMUW__badge{padding:.3rem 1rem;font-size:.6rem}.Hero-module__5wCMUW__title{font-size:1.8rem}.Hero-module__5wCMUW__description{font-size:.9rem}.Hero-module__5wCMUW__primaryButton{padding:.6rem 1.5rem;font-size:.9rem}.Hero-module__5wCMUW__reasonTitle{font-size:.98rem}.Hero-module__5wCMUW__reasonText{font-size:.86rem}.Hero-module__5wCMUW__orb,.Hero-module__5wCMUW__orbSecondary{width:200px;height:200px}}@media (prefers-reduced-motion:reduce){.Hero-module__5wCMUW__orb,.Hero-module__5wCMUW__orbSecondary,.Hero-module__5wCMUW__primaryButton,.Hero-module__5wCMUW__reasonCard,.Hero-module__5wCMUW__arrow{transition:none;animation:none}.Hero-module__5wCMUW__primaryButton:hover,.Hero-module__5wCMUW__reasonCard:hover{transform:none}}
.ServicesDesign-module__p1neRa__section{box-sizing:border-box;background:#fff;justify-content:center;align-items:flex-start;width:100%;padding:80px 24px 100px;display:flex}.ServicesDesign-module__p1neRa__content{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:1120px;font-family:Poppins,sans-serif;display:flex}.ServicesDesign-module__p1neRa__header{text-align:center;width:100%;margin-bottom:44px}.ServicesDesign-module__p1neRa__title{letter-spacing:-.02em;color:#1a2a3a;background:linear-gradient(135deg,#1a2a3a 40%,#3a5a7a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 8px;font-size:42px;font-weight:400;line-height:1.15}.ServicesDesign-module__p1neRa__title:after{display:none}.ServicesDesign-module__p1neRa__subtitle{color:#5b6f82;max-width:660px;margin:6px auto 0;font-size:16px;font-weight:300;line-height:1.65}.ServicesDesign-module__p1neRa__divider{background:linear-gradient(90deg,#d4af37,#f0d080);border-radius:4px;width:80px;height:3px;margin:18px auto 0;box-shadow:0 2px 6px #d4af3733}.ServicesDesign-module__p1neRa__card{box-sizing:border-box;background:#fff;border-radius:28px;width:100%;padding:48px 52px 52px;transition:transform .3s,box-shadow .4s}.ServicesDesign-module__p1neRa__card:hover{transform:translateY(-3px)}.ServicesDesign-module__p1neRa__heading{text-align:center;margin:0 0 32px}.ServicesDesign-module__p1neRa__headingText{color:#1a2a3a;letter-spacing:.4px;padding:0 24px;font-size:20px;font-weight:600;display:inline-block;position:relative}.ServicesDesign-module__p1neRa__headingText:before,.ServicesDesign-module__p1neRa__headingText:after{content:"";background:linear-gradient(90deg,#0000,#d4af37);width:24px;height:1px;position:absolute;top:50%}.ServicesDesign-module__p1neRa__headingText:before{background:linear-gradient(90deg,#d4af37,#0000);left:-12px;transform:translateY(-50%)rotate(180deg)}.ServicesDesign-module__p1neRa__headingText:after{right:-12px;transform:translateY(-50%)}.ServicesDesign-module__p1neRa__grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:4px 48px;display:grid}.ServicesDesign-module__p1neRa__list{margin:0;padding:0;list-style:none}.ServicesDesign-module__p1neRa__item{color:#1e2e3e;border-bottom:1px solid #0000000a;margin:0 0 10px;padding:8px 0 8px 28px;font-size:15px;font-weight:400;line-height:1.5;transition:background .2s,padding-left .3s;position:relative}.ServicesDesign-module__p1neRa__item:last-child{border-bottom:none;margin-bottom:0}.ServicesDesign-module__p1neRa__item:before{content:"";background:linear-gradient(135deg,#d4af37,#e8c86a);border-radius:50%;width:8px;height:8px;transition:transform .3s,box-shadow .3s;position:absolute;top:.8em;left:4px}.ServicesDesign-module__p1neRa__item:hover{background:#d4af370a;padding-left:34px}.ServicesDesign-module__p1neRa__item:hover:before{transform:scale(1.25);box-shadow:0 0 0 4px #d4af3726}.ServicesDesign-module__p1neRa__link{color:inherit;justify-content:space-between;align-items:center;text-decoration:none;transition:color .25s;display:flex}.ServicesDesign-module__p1neRa__link:hover{color:#d4af37}.ServicesDesign-module__p1neRa__arrow{opacity:0;color:#d4af37;font-size:13px;transition:opacity .25s,transform .25s;display:inline-block;transform:translate(-6px)}.ServicesDesign-module__p1neRa__link:hover .ServicesDesign-module__p1neRa__arrow{opacity:1;transform:translate(0)}@media (max-width:900px){.ServicesDesign-module__p1neRa__section{padding:60px 20px 80px}.ServicesDesign-module__p1neRa__title{font-size:34px}.ServicesDesign-module__p1neRa__subtitle{font-size:15px}.ServicesDesign-module__p1neRa__card{border-radius:24px;padding:36px 32px 40px}.ServicesDesign-module__p1neRa__grid{grid-template-columns:repeat(2,1fr);column-gap:32px}.ServicesDesign-module__p1neRa__headingText{padding:0 16px;font-size:18px}.ServicesDesign-module__p1neRa__headingText:before,.ServicesDesign-module__p1neRa__headingText:after{width:16px}.ServicesDesign-module__p1neRa__item{margin-bottom:8px;padding:7px 0 7px 26px;font-size:14px}.ServicesDesign-module__p1neRa__item:before{width:7px;height:7px;top:.75em;left:3px}}@media (max-width:640px){.ServicesDesign-module__p1neRa__section{padding:40px 16px 60px}.ServicesDesign-module__p1neRa__header{margin-bottom:32px}.ServicesDesign-module__p1neRa__title{font-size:28px;line-height:1.2}.ServicesDesign-module__p1neRa__subtitle{max-width:100%;font-size:14px;line-height:1.55}.ServicesDesign-module__p1neRa__divider{width:60px;height:2px;margin-top:14px}.ServicesDesign-module__p1neRa__card{border-radius:20px;padding:24px 18px 28px;box-shadow:0 10px 30px #1a2a3a0d}.ServicesDesign-module__p1neRa__heading{margin-bottom:24px}.ServicesDesign-module__p1neRa__headingText{padding:0 12px;font-size:17px}.ServicesDesign-module__p1neRa__headingText:before,.ServicesDesign-module__p1neRa__headingText:after{display:none}.ServicesDesign-module__p1neRa__grid{grid-template-columns:1fr;gap:6px 0}.ServicesDesign-module__p1neRa__item{border-bottom:1px solid #0000000a;margin-bottom:8px;padding:8px 0 8px 26px;font-size:14px}.ServicesDesign-module__p1neRa__item:last-child{border-bottom:none}.ServicesDesign-module__p1neRa__item:before{width:7px;height:7px;top:.8em;left:2px}.ServicesDesign-module__p1neRa__item:hover{padding-left:30px}.ServicesDesign-module__p1neRa__arrow{font-size:12px}}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/65c558afe41e89d6-s.3jppgd0xzx-0d.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/14e23f9b59180572-s.0t8ljjjn9wtsx.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b49b0d9b851e4899-s.2zyohmvb-ks7f.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2a65768255d6b625-s.p.3u4lli0-axodc.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/65c558afe41e89d6-s.3jppgd0xzx-0d.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/14e23f9b59180572-s.0t8ljjjn9wtsx.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b49b0d9b851e4899-s.2zyohmvb-ks7f.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2a65768255d6b625-s.p.3u4lli0-axodc.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display Fallback;src:local(Times New Roman);ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.0%;size-adjust:111.26%}.playfair_display_3c39b06f-module__6a2Lia__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}
:root{--color-primary:#1a2a3a;--color-primary-light:#2c4055;--color-accent:#c9a959;--color-accent-hover:#b8973f;--color-text-light:#f8f6f0;--color-text-muted:#ffffffbf;--color-bg-content:white;--font-heading:"Georgia", "Times New Roman", serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--shadow-elegant:0 20px 60px #00000059;--radius-md:8px;--transition-smooth:.35s cubic-bezier(.25, .46, .45, .94)}.Second-module__Rq2k3a__container{background-color:var(--color-bg-content);min-height:100vh;color:var(--color-text-light);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;padding-top:20px;line-height:1.6;display:flex}@media (max-width:1000px){.Second-module__Rq2k3a__container{padding-top:0}}.Second-module__Rq2k3a__imageColumn{background-color:#fff;flex-shrink:0;width:100%;height:60vh;position:relative;overflow:hidden}.Second-module__Rq2k3a__imageWrapper{width:100%;height:100%;position:relative}.Second-module__Rq2k3a__image{object-fit:contain;transition:transform .8s}.Second-module__Rq2k3a__imageWrapper:hover .Second-module__Rq2k3a__image{transform:scale(1.02)}.Second-module__Rq2k3a__contentColumn{background:#fff;flex:1;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.Second-module__Rq2k3a__contentInner{width:100%;max-width:640px;margin:0 auto}.Second-module__Rq2k3a__badge{letter-spacing:.12em;text-transform:uppercase;color:#a48126;background:#c9a95900;border:1px solid #a48126;border-radius:100px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.7rem;font-weight:400;display:inline-block}.Second-module__Rq2k3a__heading{font-family:var(--font-heading);color:#a48126;letter-spacing:-.01em;margin:0 0 1.25rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:400;line-height:1.2}.Second-module__Rq2k3a__heading:after{content:"";background:var(--color-accent);border-radius:2px;width:60px;height:3px;margin-top:1rem;display:block}.Second-module__Rq2k3a__paragraph{color:#000;max-width:580px;margin:0 0 1.25rem;font-size:clamp(.95rem,1.2vw,1.1rem)}.Second-module__Rq2k3a__paragraph:last-of-type{margin-bottom:1.75rem}.Second-module__Rq2k3a__benefitsList{flex-direction:column;gap:.7rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.Second-module__Rq2k3a__benefitItem{color:#a48126;align-items:flex-start;gap:.75rem;font-size:clamp(.9rem,1.1vw,1rem);display:flex}.Second-module__Rq2k3a__benefitIcon{color:#fff;background:#a48126;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.4rem;height:1.4rem;margin-top:.1rem;font-size:.8rem;font-weight:700;display:inline-flex}.Second-module__Rq2k3a__ctaWrapper{margin-top:.5rem}.Second-module__Rq2k3a__ctaButton{background:var(--color-accent);color:var(--color-primary);border-radius:var(--radius-md);transition:background var(--transition-smooth), transform .2s ease, box-shadow .3s ease;cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--font-body);letter-spacing:.01em;border:none;align-items:center;gap:.6rem;padding:.9rem 2.2rem;text-decoration:none;display:inline-flex;box-shadow:0 4px 20px #c9a95940}.Second-module__Rq2k3a__ctaButton:hover,.Second-module__Rq2k3a__ctaButton:focus-visible{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 8px 30px #c9a95959}.Second-module__Rq2k3a__ctaButton:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.Second-module__Rq2k3a__buttonArrow{font-size:1.1rem;transition:transform .25s;display:inline-block}.Second-module__Rq2k3a__ctaButton:hover .Second-module__Rq2k3a__buttonArrow{transform:translate(4px)}.Second-module__Rq2k3a__ctaSubtext{color:var(--color-text-muted);letter-spacing:.02em;margin-top:.9rem;font-size:.85rem}@media (min-width:768px){.Second-module__Rq2k3a__container{flex-direction:row}.Second-module__Rq2k3a__imageColumn{flex-shrink:0;width:50%;height:100vh}.Second-module__Rq2k3a__contentColumn{width:50%;padding:4rem 3rem}.Second-module__Rq2k3a__contentInner{max-width:560px}.Second-module__Rq2k3a__heading{font-size:clamp(2.4rem,3.8vw,3.6rem)}.Second-module__Rq2k3a__heading:after{width:70px;margin-top:1.2rem}.Second-module__Rq2k3a__ctaButton{padding:1rem 2.6rem;font-size:1.05rem}}@media (min-width:1200px){.Second-module__Rq2k3a__contentColumn{padding:4rem}.Second-module__Rq2k3a__contentInner{max-width:640px}.Second-module__Rq2k3a__heading{font-size:3.8rem}.Second-module__Rq2k3a__paragraph{font-size:1.15rem}.Second-module__Rq2k3a__benefitItem{font-size:1.05rem}}@media (max-width:480px){.Second-module__Rq2k3a__contentColumn{padding:2rem 1.2rem}.Second-module__Rq2k3a__heading{font-size:1.75rem}.Second-module__Rq2k3a__heading:after{width:44px;margin-top:.8rem}.Second-module__Rq2k3a__ctaButton{justify-content:center;width:100%;padding:.85rem 1.5rem;font-size:.95rem}.Second-module__Rq2k3a__ctaSubtext{text-align:center;font-size:.8rem}.Second-module__Rq2k3a__benefitsList{gap:.6rem}.Second-module__Rq2k3a__benefitItem{font-size:.85rem}.Second-module__Rq2k3a__badge{padding:.3rem .8rem;font-size:.6rem}}@media (prefers-reduced-motion:reduce){.Second-module__Rq2k3a__imageWrapper:hover .Second-module__Rq2k3a__image{transform:none}.Second-module__Rq2k3a__ctaButton,.Second-module__Rq2k3a__buttonArrow,.Second-module__Rq2k3a__ctaButton:hover .Second-module__Rq2k3a__buttonArrow{transition:none;transform:none}.Second-module__Rq2k3a__ctaButton:hover{transform:none}}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_d301a58c-module__GdWy7q__className{font-family:Inter,Inter Fallback;font-style:normal}
.Third-module__Hv5KoW__thirdSection{background:#fff;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.Third-module__Hv5KoW__thirdSection:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#c8b4a00f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.Third-module__Hv5KoW__thirdSection:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#b496820d 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-30%;left:-10%}.Third-module__Hv5KoW__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1280px;margin:0 auto;display:grid;position:relative}.Third-module__Hv5KoW__content{flex-direction:column;gap:1.5rem;padding:1rem 0;display:flex}.Third-module__Hv5KoW__badge{letter-spacing:.15em;text-transform:uppercase;color:#a67c6b;background:0 0;border:1px solid #a67c6b;border-radius:100px;width:fit-content;padding:.4rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:400;display:inline-block}.Third-module__Hv5KoW__heading{color:#2c241e;letter-spacing:-.02em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,4vw,3rem);font-weight:300;line-height:1.15}.Third-module__Hv5KoW__highlight{color:#8b5e4a;font-weight:400;position:relative}.Third-module__Hv5KoW__highlight:after{content:"";background:#8b5e4a40;border-radius:2px;width:100%;height:.12em;position:absolute;bottom:.05em;left:0}.Third-module__Hv5KoW__description{color:#4a403a;max-width:560px;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1rem,1.1vw,1.125rem);font-weight:400;line-height:1.8}.Third-module__Hv5KoW__description:first-of-type{margin-top:.25rem}.Third-module__Hv5KoW__ctaGroup{flex-direction:column;align-items:flex-start;gap:.75rem;margin-top:.75rem;display:flex}.Third-module__Hv5KoW__ctaButton{color:#faf8f6;letter-spacing:.02em;cursor:pointer;background:#2c241e;border:none;border-radius:50px;align-items:center;gap:.75rem;padding:.9rem 2.4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.Third-module__Hv5KoW__ctaButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff14,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Third-module__Hv5KoW__ctaButton:hover:before{left:100%}.Third-module__Hv5KoW__ctaButton:hover{background:#3d322a;transform:translateY(-2px);box-shadow:0 12px 32px #2c241e33}.Third-module__Hv5KoW__ctaButton:active{transform:translateY(0);box-shadow:0 4px 12px #2c241e26}.Third-module__Hv5KoW__arrow{font-size:1.2rem;line-height:1;transition:transform .3s;display:inline-block}.Third-module__Hv5KoW__ctaButton:hover .Third-module__Hv5KoW__arrow{transform:translate(4px)}.Third-module__Hv5KoW__ctaSubtext{color:#8a7a72;letter-spacing:.01em;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.85rem}.Third-module__Hv5KoW__imageWrapper{justify-content:flex-end;align-items:center;display:flex;position:relative}.Third-module__Hv5KoW__imageContainer{aspect-ratio:9/16;background:#e8e0da;border-radius:0;width:80%;position:relative;overflow:hidden;box-shadow:0 20px 60px #2c241e1f}.Third-module__Hv5KoW__image{object-fit:cover;transition:transform .6s}.Third-module__Hv5KoW__imageContainer:hover .Third-module__Hv5KoW__image{transform:scale(1.02)}.Third-module__Hv5KoW__imageOverlay{pointer-events:none;z-index:1;background:linear-gradient(135deg,#2c241e14 0%,#0000 50%);position:absolute;inset:0}.Third-module__Hv5KoW__accentDot{z-index:-1;background:#a67c6b26;border-radius:50%;width:80px;height:80px;position:absolute;bottom:-1.5rem;right:-1.5rem}.Third-module__Hv5KoW__accentLine{z-index:-1;background:#a67c6b33;border-radius:4px;width:120px;height:4px;position:absolute;top:-1rem;left:-2rem}@media (max-width:1024px){.Third-module__Hv5KoW__container{gap:3rem}.Third-module__Hv5KoW__heading{font-size:clamp(2rem,4.5vw,2.8rem)}}@media (max-width:768px){.Third-module__Hv5KoW__thirdSection{min-height:100vh;padding:3rem 1.5rem}.Third-module__Hv5KoW__container{grid-template-columns:1fr;gap:2.5rem}.Third-module__Hv5KoW__content{order:2;gap:1.25rem;padding:0}.Third-module__Hv5KoW__imageWrapper{order:1;justify-content:center}.Third-module__Hv5KoW__imageContainer{aspect-ratio:9/16;max-width:540px;margin:0 auto}.Third-module__Hv5KoW__heading{font-size:clamp(1.8rem,6vw,2.4rem)}.Third-module__Hv5KoW__description{max-width:100%;font-size:1rem}.Third-module__Hv5KoW__description:first-of-type{margin-top:0}.Third-module__Hv5KoW__badge{padding:.3rem .9rem;font-size:.7rem}.Third-module__Hv5KoW__ctaButton{justify-content:center;width:100%;padding:.8rem 2rem;font-size:.95rem}.Third-module__Hv5KoW__ctaGroup{align-items:stretch;width:100%}.Third-module__Hv5KoW__ctaSubtext{text-align:center;font-size:.8rem}.Third-module__Hv5KoW__accentDot{width:50px;height:50px;bottom:-.75rem;right:-.75rem}.Third-module__Hv5KoW__accentLine{width:70px;top:-.5rem;left:-1rem}}@media (max-width:420px){.Third-module__Hv5KoW__thirdSection{padding:2rem 1rem}.Third-module__Hv5KoW__heading{font-size:1.6rem}.Third-module__Hv5KoW__imageContainer{aspect-ratio:9/16}.Third-module__Hv5KoW__ctaButton{padding:.7rem 1.5rem;font-size:.9rem}}@media (prefers-reduced-motion:reduce){.Third-module__Hv5KoW__image,.Third-module__Hv5KoW__ctaButton,.Third-module__Hv5KoW__arrow,.Third-module__Hv5KoW__ctaButton:before{transition:none!important;transform:none!important}.Third-module__Hv5KoW__imageContainer:hover .Third-module__Hv5KoW__image{transform:none}}@media (prefers-contrast:high){.Third-module__Hv5KoW__heading{color:#1a1410}.Third-module__Hv5KoW__highlight{color:#6d4c3a}.Third-module__Hv5KoW__description{color:#2c241e}.Third-module__Hv5KoW__ctaButton{background:#1a1410}.Third-module__Hv5KoW__ctaButton:hover{background:#2c241e}}
.Fourth-module__TlCJ-q__container{box-sizing:border-box;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 0;display:flex}.Fourth-module__TlCJ-q__heading{text-align:center;color:#1a1a1a;max-width:80%;margin:0 0 3rem;font-family:Georgia,Times New Roman,Times,serif;font-size:46px;font-weight:400;line-height:1.3}.Fourth-module__TlCJ-q__grid{grid-template-columns:repeat(4,1fr);gap:24px;width:85%;max-width:1200px;margin:0 auto;display:grid}.Fourth-module__TlCJ-q__card{background:0 0;flex-direction:column;display:flex}.Fourth-module__TlCJ-q__cardHeader{box-sizing:border-box;background-color:#007c85;align-items:center;height:41px;padding:0 14px;display:flex}.Fourth-module__TlCJ-q__cardIcon{color:#ffc400;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-right:10px;display:flex}.Fourth-module__TlCJ-q__cardIcon svg{stroke:currentColor;stroke-width:2px;fill:none;width:100%;height:100%}.Fourth-module__TlCJ-q__cardTitle{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-family:Georgia,Times New Roman,Times,serif;font-size:13px;font-weight:700;overflow:hidden}.Fourth-module__TlCJ-q__cardContent{box-sizing:border-box;color:#222;background-color:#edf6f8;height:210px;padding:17px;font-family:Georgia,Times New Roman,Times,serif;font-size:14px;line-height:1.9;overflow:hidden}@media (max-width:1024px){.Fourth-module__TlCJ-q__grid{grid-template-columns:repeat(2,1fr);gap:20px;width:90%}.Fourth-module__TlCJ-q__heading{max-width:90%;font-size:24px}}@media (max-width:640px){.Fourth-module__TlCJ-q__grid{grid-template-columns:1fr;gap:16px;width:92%}.Fourth-module__TlCJ-q__heading{max-width:95%;margin-bottom:2rem;font-size:22px}.Fourth-module__TlCJ-q__cardContent{height:auto;min-height:161px}}
:root{--bg-warm:#faf8f5;--text-deep:#1f1d1b;--text-soft:#4a4540;--accent-gold:#b8956a;--accent-gold-light:#dac9b6;--border-subtle:#e8e1d8;--shadow-air:0 20px 50px -12px #1f1d1b14;--radius-frame:12px;--transition-elegant:.4s ease}.Hero-module__jK8YgW__hero{background:#c1c6fb;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2.5rem;display:flex;position:relative}.Hero-module__jK8YgW__hero:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__jK8YgW__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid;position:relative}.Hero-module__jK8YgW__content{opacity:0;flex-direction:column;gap:1.6rem;animation:1s forwards Hero-module__jK8YgW__fadeUp;display:flex}.Hero-module__jK8YgW__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:40px;width:fit-content;padding:.3rem 1.2rem;font-size:.7rem;font-weight:400;display:inline-block}.Hero-module__jK8YgW__title{color:var(--text-deep);letter-spacing:-.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:400;line-height:1.08}.Hero-module__jK8YgW__title:after{content:"";background:var(--accent-gold);border-radius:4px;width:72px;height:3px;margin-top:1.4rem;display:block}.Hero-module__jK8YgW__description{color:#000;letter-spacing:.01em;max-width:520px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.Hero-module__jK8YgW__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.4rem;display:flex}.Hero-module__jK8YgW__primaryBtn{background:var(--text-deep);color:#fff;letter-spacing:.03em;transition:all var(--transition-elegant);border:1px solid var(--text-deep);border-radius:60px;padding:.85rem 2.8rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__jK8YgW__primaryBtn:hover{color:var(--text-deep);background:0 0;transform:translateY(-2px);box-shadow:0 8px 24px #1f1d1b0f}.Hero-module__jK8YgW__secondaryBtn{color:var(--text-soft);transition:all var(--transition-elegant);background:0 0;border:none;border-bottom:1.5px solid #000;padding:.85rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__jK8YgW__secondaryBtn:hover{border-bottom-color:var(--accent-gold);color:var(--text-deep);transform:translateY(-2px)}.Hero-module__jK8YgW__trustBadges{color:#000;letter-spacing:.02em;flex-wrap:wrap;gap:1.8rem;margin-top:.6rem;font-size:.85rem;font-weight:300;display:flex}.Hero-module__jK8YgW__trustBadges span{opacity:.8;align-items:center;gap:.4rem;display:flex}.Hero-module__jK8YgW__trustBadges span:before{content:"";background:var(--accent-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.Hero-module__jK8YgW__imageWrapper{opacity:0;flex-direction:column;align-items:center;animation:1s .2s forwards Hero-module__jK8YgW__fadeUp;display:flex}.Hero-module__jK8YgW__imageFrame{border-radius:var(--radius-frame);width:100%;max-width:560px;box-shadow:var(--shadow-air);background:#fff;transition:transform .6s,box-shadow .6s;overflow:hidden;transform:scale(1)}.Hero-module__jK8YgW__imageFrame:hover{transform:scale(1.005);box-shadow:0 30px 70px -12px #1f1d1b1f}.Hero-module__jK8YgW__image{object-fit:cover;filter:saturate(.92)contrast(1.02);width:100%;height:auto;display:block}.Hero-module__jK8YgW__imageCaption{letter-spacing:.2em;text-transform:uppercase;color:#000;opacity:.5;border-top:1px solid var(--border-subtle);text-align:center;max-width:400px;margin-top:1.2rem;padding-top:1.2rem;font-size:.7rem;font-weight:400}@keyframes Hero-module__jK8YgW__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__jK8YgW__container{gap:3rem}.Hero-module__jK8YgW__title{font-size:3.4rem}}@media (max-width:768px){.Hero-module__jK8YgW__hero{padding:3rem 1.5rem}.Hero-module__jK8YgW__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__jK8YgW__content{align-items:center}.Hero-module__jK8YgW__eyebrow{align-self:center}.Hero-module__jK8YgW__title{font-size:2.8rem}.Hero-module__jK8YgW__title:after{margin-left:auto;margin-right:auto}.Hero-module__jK8YgW__description{max-width:100%;font-size:1rem}.Hero-module__jK8YgW__actions{justify-content:center}.Hero-module__jK8YgW__trustBadges{justify-content:center;gap:1.2rem}.Hero-module__jK8YgW__imageFrame{max-width:440px}.Hero-module__jK8YgW__imageCaption{text-align:center}}@media (max-width:480px){.Hero-module__jK8YgW__title{font-size:2.2rem}.Hero-module__jK8YgW__description{font-size:.95rem}.Hero-module__jK8YgW__primaryBtn{padding:.75rem 2rem;font-size:.85rem}.Hero-module__jK8YgW__secondaryBtn{padding:.75rem .3rem;font-size:.85rem}.Hero-module__jK8YgW__trustBadges{flex-direction:column;align-items:center;gap:.6rem;font-size:.8rem}.Hero-module__jK8YgW__trustBadges span:before{display:none}}
:root{--bg-warm:#faf8f5;--text-deep:#1f1d1b;--text-soft:#4a4540;--accent-gold:#b8956a;--accent-gold-light:#dac9b6;--border-subtle:#e8e1d8;--shadow-air:0 20px 50px -12px #1f1d1b14;--radius-frame:12px;--transition-elegant:.4s ease}.Hero-module__dz8mqa__hero{background:#c1c6fb;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2.5rem;display:flex;position:relative}.Hero-module__dz8mqa__hero:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__dz8mqa__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid;position:relative}.Hero-module__dz8mqa__content{opacity:0;flex-direction:column;gap:1.6rem;animation:1s forwards Hero-module__dz8mqa__fadeUp;display:flex}.Hero-module__dz8mqa__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:40px;width:fit-content;padding:.3rem 1.2rem;font-size:.7rem;font-weight:400;display:inline-block}.Hero-module__dz8mqa__title{color:var(--text-deep);letter-spacing:-.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:400;line-height:1.08}.Hero-module__dz8mqa__title:after{content:"";background:var(--accent-gold);border-radius:4px;width:72px;height:3px;margin-top:1.4rem;display:block}.Hero-module__dz8mqa__description{color:#000;letter-spacing:.01em;max-width:520px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.Hero-module__dz8mqa__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.4rem;display:flex}.Hero-module__dz8mqa__primaryBtn{background:var(--text-deep);color:#fff;letter-spacing:.03em;transition:all var(--transition-elegant);border:1px solid var(--text-deep);border-radius:60px;padding:.85rem 2.8rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__dz8mqa__primaryBtn:hover{color:var(--text-deep);background:0 0;transform:translateY(-2px);box-shadow:0 8px 24px #1f1d1b0f}.Hero-module__dz8mqa__secondaryBtn{color:var(--text-soft);transition:all var(--transition-elegant);background:0 0;border:none;border-bottom:1.5px solid #000;padding:.85rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__dz8mqa__secondaryBtn:hover{border-bottom-color:var(--accent-gold);color:var(--text-deep);transform:translateY(-2px)}.Hero-module__dz8mqa__trustBadges{color:#000;letter-spacing:.02em;flex-wrap:wrap;gap:1.8rem;margin-top:.6rem;font-size:.85rem;font-weight:300;display:flex}.Hero-module__dz8mqa__trustBadges span{opacity:.8;align-items:center;gap:.4rem;display:flex}.Hero-module__dz8mqa__trustBadges span:before{content:"";background:var(--accent-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.Hero-module__dz8mqa__imageWrapper{opacity:0;flex-direction:column;align-items:center;animation:1s .2s forwards Hero-module__dz8mqa__fadeUp;display:flex}.Hero-module__dz8mqa__imageFrame{border-radius:var(--radius-frame);width:100%;max-width:560px;box-shadow:var(--shadow-air);background:#fff;transition:transform .6s,box-shadow .6s;overflow:hidden;transform:scale(1)}.Hero-module__dz8mqa__imageFrame:hover{transform:scale(1.005);box-shadow:0 30px 70px -12px #1f1d1b1f}.Hero-module__dz8mqa__image{object-fit:cover;filter:saturate(.92)contrast(1.02);width:100%;height:auto;display:block}.Hero-module__dz8mqa__imageCaption{letter-spacing:.2em;text-transform:uppercase;color:#000;opacity:.5;border-top:1px solid var(--border-subtle);text-align:center;max-width:400px;margin-top:1.2rem;padding-top:1.2rem;font-size:.7rem;font-weight:400}@keyframes Hero-module__dz8mqa__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__dz8mqa__container{gap:3rem}.Hero-module__dz8mqa__title{font-size:3.4rem}}@media (max-width:768px){.Hero-module__dz8mqa__hero{padding:3rem 1.5rem}.Hero-module__dz8mqa__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__dz8mqa__content{align-items:center}.Hero-module__dz8mqa__eyebrow{align-self:center}.Hero-module__dz8mqa__title{font-size:2.8rem}.Hero-module__dz8mqa__title:after{margin-left:auto;margin-right:auto}.Hero-module__dz8mqa__description{max-width:100%;font-size:1rem}.Hero-module__dz8mqa__actions{justify-content:center}.Hero-module__dz8mqa__trustBadges{justify-content:center;gap:1.2rem}.Hero-module__dz8mqa__imageFrame{max-width:440px}.Hero-module__dz8mqa__imageCaption{text-align:center}}@media (max-width:480px){.Hero-module__dz8mqa__title{font-size:2.2rem}.Hero-module__dz8mqa__description{font-size:.95rem}.Hero-module__dz8mqa__primaryBtn{padding:.75rem 2rem;font-size:.85rem}.Hero-module__dz8mqa__secondaryBtn{padding:.75rem .3rem;font-size:.85rem}.Hero-module__dz8mqa__trustBadges{flex-direction:column;align-items:center;gap:.6rem;font-size:.8rem}.Hero-module__dz8mqa__trustBadges span:before{display:none}}
:root{--bg-warm:#faf8f5;--text-deep:#1f1d1b;--text-soft:#4a4540;--accent-gold:#b8956a;--accent-gold-light:#dac9b6;--border-subtle:#e8e1d8;--shadow-air:0 20px 50px -12px #1f1d1b14;--radius-frame:12px;--transition-elegant:.4s ease}.Hero-module__ahRp5q__hero{background:#c1c6fb;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2.5rem;display:flex;position:relative}.Hero-module__ahRp5q__hero:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__ahRp5q__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid;position:relative}.Hero-module__ahRp5q__content{opacity:0;flex-direction:column;gap:1.6rem;animation:1s forwards Hero-module__ahRp5q__fadeUp;display:flex}.Hero-module__ahRp5q__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:40px;width:fit-content;padding:.3rem 1.2rem;font-size:.7rem;font-weight:400;display:inline-block}.Hero-module__ahRp5q__title{color:var(--text-deep);letter-spacing:-.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:400;line-height:1.08}.Hero-module__ahRp5q__title:after{content:"";background:var(--accent-gold);border-radius:4px;width:72px;height:3px;margin-top:1.4rem;display:block}.Hero-module__ahRp5q__description{color:#000;letter-spacing:.01em;max-width:520px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.Hero-module__ahRp5q__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.4rem;display:flex}.Hero-module__ahRp5q__primaryBtn{background:var(--text-deep);color:#fff;letter-spacing:.03em;transition:all var(--transition-elegant);border:1px solid var(--text-deep);border-radius:60px;padding:.85rem 2.8rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__ahRp5q__primaryBtn:hover{color:var(--text-deep);background:0 0;transform:translateY(-2px);box-shadow:0 8px 24px #1f1d1b0f}.Hero-module__ahRp5q__secondaryBtn{color:var(--text-soft);transition:all var(--transition-elegant);background:0 0;border:none;border-bottom:1.5px solid #000;padding:.85rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__ahRp5q__secondaryBtn:hover{border-bottom-color:var(--accent-gold);color:var(--text-deep);transform:translateY(-2px)}.Hero-module__ahRp5q__trustBadges{color:#000;letter-spacing:.02em;flex-wrap:wrap;gap:1.8rem;margin-top:.6rem;font-size:.85rem;font-weight:300;display:flex}.Hero-module__ahRp5q__trustBadges span{opacity:.8;align-items:center;gap:.4rem;display:flex}.Hero-module__ahRp5q__trustBadges span:before{content:"";background:var(--accent-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.Hero-module__ahRp5q__imageWrapper{opacity:0;flex-direction:column;align-items:center;animation:1s .2s forwards Hero-module__ahRp5q__fadeUp;display:flex}.Hero-module__ahRp5q__imageFrame{border-radius:var(--radius-frame);width:100%;max-width:560px;box-shadow:var(--shadow-air);background:#fff;transition:transform .6s,box-shadow .6s;overflow:hidden;transform:scale(1)}.Hero-module__ahRp5q__imageFrame:hover{transform:scale(1.005);box-shadow:0 30px 70px -12px #1f1d1b1f}.Hero-module__ahRp5q__image{object-fit:cover;filter:saturate(.92)contrast(1.02);width:100%;height:auto;display:block}.Hero-module__ahRp5q__imageCaption{letter-spacing:.2em;text-transform:uppercase;color:#000;opacity:.5;border-top:1px solid var(--border-subtle);text-align:center;max-width:400px;margin-top:1.2rem;padding-top:1.2rem;font-size:.7rem;font-weight:400}@keyframes Hero-module__ahRp5q__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__ahRp5q__container{gap:3rem}.Hero-module__ahRp5q__title{font-size:3.4rem}}@media (max-width:768px){.Hero-module__ahRp5q__hero{padding:3rem 1.5rem}.Hero-module__ahRp5q__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__ahRp5q__content{align-items:center}.Hero-module__ahRp5q__eyebrow{align-self:center}.Hero-module__ahRp5q__title{font-size:2.8rem}.Hero-module__ahRp5q__title:after{margin-left:auto;margin-right:auto}.Hero-module__ahRp5q__description{max-width:100%;font-size:1rem}.Hero-module__ahRp5q__actions{justify-content:center}.Hero-module__ahRp5q__trustBadges{justify-content:center;gap:1.2rem}.Hero-module__ahRp5q__imageFrame{max-width:440px}.Hero-module__ahRp5q__imageCaption{text-align:center}}@media (max-width:480px){.Hero-module__ahRp5q__title{font-size:2.2rem}.Hero-module__ahRp5q__description{font-size:.95rem}.Hero-module__ahRp5q__primaryBtn{padding:.75rem 2rem;font-size:.85rem}.Hero-module__ahRp5q__secondaryBtn{padding:.75rem .3rem;font-size:.85rem}.Hero-module__ahRp5q__trustBadges{flex-direction:column;align-items:center;gap:.6rem;font-size:.8rem}.Hero-module__ahRp5q__trustBadges span:before{display:none}}
:root{--bg-warm:#faf8f5;--text-deep:#1f1d1b;--text-soft:#4a4540;--accent-gold:#b8956a;--accent-gold-light:#dac9b6;--border-subtle:#e8e1d8;--shadow-air:0 20px 50px -12px #1f1d1b14;--radius-frame:12px;--transition-elegant:.4s ease}.Hero-module__vldamq__hero{background:#c1c6fb;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2.5rem;display:flex;position:relative}.Hero-module__vldamq__hero:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__vldamq__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid;position:relative}.Hero-module__vldamq__content{opacity:0;flex-direction:column;gap:1.6rem;animation:1s forwards Hero-module__vldamq__fadeUp;display:flex}.Hero-module__vldamq__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:40px;width:fit-content;padding:.3rem 1.2rem;font-size:.7rem;font-weight:400;display:inline-block}.Hero-module__vldamq__title{color:var(--text-deep);letter-spacing:-.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:400;line-height:1.08}.Hero-module__vldamq__title:after{content:"";background:var(--accent-gold);border-radius:4px;width:72px;height:3px;margin-top:1.4rem;display:block}.Hero-module__vldamq__description{color:#000;letter-spacing:.01em;max-width:520px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.Hero-module__vldamq__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.4rem;display:flex}.Hero-module__vldamq__primaryBtn{background:var(--text-deep);color:#fff;letter-spacing:.03em;transition:all var(--transition-elegant);border:1px solid var(--text-deep);border-radius:60px;padding:.85rem 2.8rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__vldamq__primaryBtn:hover{color:var(--text-deep);background:0 0;transform:translateY(-2px);box-shadow:0 8px 24px #1f1d1b0f}.Hero-module__vldamq__secondaryBtn{color:var(--text-soft);transition:all var(--transition-elegant);background:0 0;border:none;border-bottom:1.5px solid #000;padding:.85rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__vldamq__secondaryBtn:hover{border-bottom-color:var(--accent-gold);color:var(--text-deep);transform:translateY(-2px)}.Hero-module__vldamq__trustBadges{color:#000;letter-spacing:.02em;flex-wrap:wrap;gap:1.8rem;margin-top:.6rem;font-size:.85rem;font-weight:300;display:flex}.Hero-module__vldamq__trustBadges span{opacity:.8;align-items:center;gap:.4rem;display:flex}.Hero-module__vldamq__trustBadges span:before{content:"";background:var(--accent-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.Hero-module__vldamq__imageWrapper{opacity:0;flex-direction:column;align-items:center;animation:1s .2s forwards Hero-module__vldamq__fadeUp;display:flex}.Hero-module__vldamq__imageFrame{border-radius:var(--radius-frame);width:100%;max-width:560px;box-shadow:var(--shadow-air);background:#fff;transition:transform .6s,box-shadow .6s;overflow:hidden;transform:scale(1)}.Hero-module__vldamq__imageFrame:hover{transform:scale(1.005);box-shadow:0 30px 70px -12px #1f1d1b1f}.Hero-module__vldamq__image{object-fit:cover;filter:saturate(.92)contrast(1.02);width:100%;height:auto;display:block}.Hero-module__vldamq__imageCaption{letter-spacing:.2em;text-transform:uppercase;color:#000;opacity:.5;border-top:1px solid var(--border-subtle);text-align:center;max-width:400px;margin-top:1.2rem;padding-top:1.2rem;font-size:.7rem;font-weight:400}@keyframes Hero-module__vldamq__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__vldamq__container{gap:3rem}.Hero-module__vldamq__title{font-size:3.4rem}}@media (max-width:768px){.Hero-module__vldamq__hero{padding:3rem 1.5rem}.Hero-module__vldamq__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__vldamq__content{align-items:center}.Hero-module__vldamq__eyebrow{align-self:center}.Hero-module__vldamq__title{font-size:2.8rem}.Hero-module__vldamq__title:after{margin-left:auto;margin-right:auto}.Hero-module__vldamq__description{max-width:100%;font-size:1rem}.Hero-module__vldamq__actions{justify-content:center}.Hero-module__vldamq__trustBadges{justify-content:center;gap:1.2rem}.Hero-module__vldamq__imageFrame{max-width:440px}.Hero-module__vldamq__imageCaption{text-align:center}}@media (max-width:480px){.Hero-module__vldamq__title{font-size:2.2rem}.Hero-module__vldamq__description{font-size:.95rem}.Hero-module__vldamq__primaryBtn{padding:.75rem 2rem;font-size:.85rem}.Hero-module__vldamq__secondaryBtn{padding:.75rem .3rem;font-size:.85rem}.Hero-module__vldamq__trustBadges{flex-direction:column;align-items:center;gap:.6rem;font-size:.8rem}.Hero-module__vldamq__trustBadges span:before{display:none}}
:root{--bg-warm:#faf8f5;--text-deep:#1f1d1b;--text-soft:#4a4540;--accent-gold:#b8956a;--accent-gold-light:#dac9b6;--border-subtle:#e8e1d8;--shadow-air:0 20px 50px -12px #1f1d1b14;--radius-frame:12px;--transition-elegant:.4s ease}.Hero-module__B_XDLW__hero{background:#c1c6fb;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2.5rem;display:flex;position:relative}.Hero-module__B_XDLW__hero:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__B_XDLW__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid;position:relative}.Hero-module__B_XDLW__content{opacity:0;flex-direction:column;gap:1.6rem;animation:1s forwards Hero-module__B_XDLW__fadeUp;display:flex}.Hero-module__B_XDLW__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:40px;width:fit-content;padding:.3rem 1.2rem;font-size:.7rem;font-weight:400;display:inline-block}.Hero-module__B_XDLW__title{color:var(--text-deep);letter-spacing:-.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:400;line-height:1.08}.Hero-module__B_XDLW__title:after{content:"";background:var(--accent-gold);border-radius:4px;width:72px;height:3px;margin-top:1.4rem;display:block}.Hero-module__B_XDLW__description{color:#000;letter-spacing:.01em;max-width:520px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.Hero-module__B_XDLW__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.4rem;display:flex}.Hero-module__B_XDLW__primaryBtn{background:var(--text-deep);color:#fff;letter-spacing:.03em;transition:all var(--transition-elegant);border:1px solid var(--text-deep);border-radius:60px;padding:.85rem 2.8rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__B_XDLW__primaryBtn:hover{color:var(--text-deep);background:0 0;transform:translateY(-2px);box-shadow:0 8px 24px #1f1d1b0f}.Hero-module__B_XDLW__secondaryBtn{color:var(--text-soft);transition:all var(--transition-elegant);background:0 0;border:none;border-bottom:1.5px solid #000;padding:.85rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__B_XDLW__secondaryBtn:hover{border-bottom-color:var(--accent-gold);color:var(--text-deep);transform:translateY(-2px)}.Hero-module__B_XDLW__trustBadges{color:#000;letter-spacing:.02em;flex-wrap:wrap;gap:1.8rem;margin-top:.6rem;font-size:.85rem;font-weight:300;display:flex}.Hero-module__B_XDLW__trustBadges span{opacity:.8;align-items:center;gap:.4rem;display:flex}.Hero-module__B_XDLW__trustBadges span:before{content:"";background:var(--accent-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.Hero-module__B_XDLW__imageWrapper{opacity:0;flex-direction:column;align-items:center;animation:1s .2s forwards Hero-module__B_XDLW__fadeUp;display:flex}.Hero-module__B_XDLW__imageFrame{border-radius:var(--radius-frame);width:100%;max-width:560px;box-shadow:var(--shadow-air);background:#fff;transition:transform .6s,box-shadow .6s;overflow:hidden;transform:scale(1)}.Hero-module__B_XDLW__imageFrame:hover{transform:scale(1.005);box-shadow:0 30px 70px -12px #1f1d1b1f}.Hero-module__B_XDLW__image{object-fit:cover;filter:saturate(.92)contrast(1.02);width:100%;height:auto;display:block}.Hero-module__B_XDLW__imageCaption{letter-spacing:.2em;text-transform:uppercase;color:#000;opacity:.5;border-top:1px solid var(--border-subtle);text-align:center;max-width:400px;margin-top:1.2rem;padding-top:1.2rem;font-size:.7rem;font-weight:400}@keyframes Hero-module__B_XDLW__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__B_XDLW__container{gap:3rem}.Hero-module__B_XDLW__title{font-size:3.4rem}}@media (max-width:768px){.Hero-module__B_XDLW__hero{padding:3rem 1.5rem}.Hero-module__B_XDLW__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__B_XDLW__content{align-items:center}.Hero-module__B_XDLW__eyebrow{align-self:center}.Hero-module__B_XDLW__title{font-size:2.8rem}.Hero-module__B_XDLW__title:after{margin-left:auto;margin-right:auto}.Hero-module__B_XDLW__description{max-width:100%;font-size:1rem}.Hero-module__B_XDLW__actions{justify-content:center}.Hero-module__B_XDLW__trustBadges{justify-content:center;gap:1.2rem}.Hero-module__B_XDLW__imageFrame{max-width:440px}.Hero-module__B_XDLW__imageCaption{text-align:center}}@media (max-width:480px){.Hero-module__B_XDLW__title{font-size:2.2rem}.Hero-module__B_XDLW__description{font-size:.95rem}.Hero-module__B_XDLW__primaryBtn{padding:.75rem 2rem;font-size:.85rem}.Hero-module__B_XDLW__secondaryBtn{padding:.75rem .3rem;font-size:.85rem}.Hero-module__B_XDLW__trustBadges{flex-direction:column;align-items:center;gap:.6rem;font-size:.8rem}.Hero-module__B_XDLW__trustBadges span:before{display:none}}
:root{--bg-warm:#faf8f5;--text-deep:#1f1d1b;--text-soft:#4a4540;--accent-gold:#b8956a;--accent-gold-light:#dac9b6;--border-subtle:#e8e1d8;--shadow-air:0 20px 50px -12px #1f1d1b14;--radius-frame:12px;--transition-elegant:.4s ease}.Hero-module__gbmLdG__hero{background:#c1c6fb;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2.5rem;display:flex;position:relative}.Hero-module__gbmLdG__hero:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__gbmLdG__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid;position:relative}.Hero-module__gbmLdG__content{opacity:0;flex-direction:column;gap:1.6rem;animation:1s forwards Hero-module__gbmLdG__fadeUp;display:flex}.Hero-module__gbmLdG__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:40px;width:fit-content;padding:.3rem 1.2rem;font-size:.7rem;font-weight:400;display:inline-block}.Hero-module__gbmLdG__title{color:var(--text-deep);letter-spacing:-.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:400;line-height:1.08}.Hero-module__gbmLdG__title:after{content:"";background:var(--accent-gold);border-radius:4px;width:72px;height:3px;margin-top:1.4rem;display:block}.Hero-module__gbmLdG__description{color:#000;letter-spacing:.01em;max-width:520px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.Hero-module__gbmLdG__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.4rem;display:flex}.Hero-module__gbmLdG__primaryBtn{background:var(--text-deep);color:#fff;letter-spacing:.03em;transition:all var(--transition-elegant);border:1px solid var(--text-deep);border-radius:60px;padding:.85rem 2.8rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__gbmLdG__primaryBtn:hover{color:var(--text-deep);background:0 0;transform:translateY(-2px);box-shadow:0 8px 24px #1f1d1b0f}.Hero-module__gbmLdG__secondaryBtn{color:var(--text-soft);transition:all var(--transition-elegant);background:0 0;border:none;border-bottom:1.5px solid #000;padding:.85rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__gbmLdG__secondaryBtn:hover{border-bottom-color:var(--accent-gold);color:var(--text-deep);transform:translateY(-2px)}.Hero-module__gbmLdG__trustBadges{color:#000;letter-spacing:.02em;flex-wrap:wrap;gap:1.8rem;margin-top:.6rem;font-size:.85rem;font-weight:300;display:flex}.Hero-module__gbmLdG__trustBadges span{opacity:.8;align-items:center;gap:.4rem;display:flex}.Hero-module__gbmLdG__trustBadges span:before{content:"";background:var(--accent-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.Hero-module__gbmLdG__imageWrapper{opacity:0;flex-direction:column;align-items:center;animation:1s .2s forwards Hero-module__gbmLdG__fadeUp;display:flex}.Hero-module__gbmLdG__imageFrame{border-radius:var(--radius-frame);width:100%;max-width:560px;box-shadow:var(--shadow-air);background:#fff;transition:transform .6s,box-shadow .6s;overflow:hidden;transform:scale(1)}.Hero-module__gbmLdG__imageFrame:hover{transform:scale(1.005);box-shadow:0 30px 70px -12px #1f1d1b1f}.Hero-module__gbmLdG__image{object-fit:cover;filter:saturate(.92)contrast(1.02);width:100%;height:auto;display:block}.Hero-module__gbmLdG__imageCaption{letter-spacing:.2em;text-transform:uppercase;color:#000;opacity:.5;border-top:1px solid var(--border-subtle);text-align:center;max-width:400px;margin-top:1.2rem;padding-top:1.2rem;font-size:.7rem;font-weight:400}@keyframes Hero-module__gbmLdG__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__gbmLdG__container{gap:3rem}.Hero-module__gbmLdG__title{font-size:3.4rem}}@media (max-width:768px){.Hero-module__gbmLdG__hero{padding:3rem 1.5rem}.Hero-module__gbmLdG__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__gbmLdG__content{align-items:center}.Hero-module__gbmLdG__eyebrow{align-self:center}.Hero-module__gbmLdG__title{font-size:2.8rem}.Hero-module__gbmLdG__title:after{margin-left:auto;margin-right:auto}.Hero-module__gbmLdG__description{max-width:100%;font-size:1rem}.Hero-module__gbmLdG__actions{justify-content:center}.Hero-module__gbmLdG__trustBadges{justify-content:center;gap:1.2rem}.Hero-module__gbmLdG__imageFrame{max-width:440px}.Hero-module__gbmLdG__imageCaption{text-align:center}}@media (max-width:480px){.Hero-module__gbmLdG__title{font-size:2.2rem}.Hero-module__gbmLdG__description{font-size:.95rem}.Hero-module__gbmLdG__primaryBtn{padding:.75rem 2rem;font-size:.85rem}.Hero-module__gbmLdG__secondaryBtn{padding:.75rem .3rem;font-size:.85rem}.Hero-module__gbmLdG__trustBadges{flex-direction:column;align-items:center;gap:.6rem;font-size:.8rem}.Hero-module__gbmLdG__trustBadges span:before{display:none}}
:root{--bg-warm:#faf8f5;--text-deep:#1f1d1b;--text-soft:#4a4540;--accent-gold:#b8956a;--accent-gold-light:#dac9b6;--border-subtle:#e8e1d8;--shadow-air:0 20px 50px -12px #1f1d1b14;--radius-frame:12px;--transition-elegant:.4s ease}.Hero-module__waV2VG__hero{background:#c1c6fb;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2.5rem;display:flex;position:relative}.Hero-module__waV2VG__hero:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__waV2VG__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid;position:relative}.Hero-module__waV2VG__content{opacity:0;flex-direction:column;gap:1.6rem;animation:1s forwards Hero-module__waV2VG__fadeUp;display:flex}.Hero-module__waV2VG__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:40px;width:fit-content;padding:.3rem 1.2rem;font-size:.7rem;font-weight:400;display:inline-block}.Hero-module__waV2VG__title{color:var(--text-deep);letter-spacing:-.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:400;line-height:1.08}.Hero-module__waV2VG__title:after{content:"";background:var(--accent-gold);border-radius:4px;width:72px;height:3px;margin-top:1.4rem;display:block}.Hero-module__waV2VG__description{color:#000;letter-spacing:.01em;max-width:520px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.Hero-module__waV2VG__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.4rem;display:flex}.Hero-module__waV2VG__primaryBtn{background:var(--text-deep);color:#fff;letter-spacing:.03em;transition:all var(--transition-elegant);border:1px solid var(--text-deep);border-radius:60px;padding:.85rem 2.8rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__waV2VG__primaryBtn:hover{color:var(--text-deep);background:0 0;transform:translateY(-2px);box-shadow:0 8px 24px #1f1d1b0f}.Hero-module__waV2VG__secondaryBtn{color:var(--text-soft);transition:all var(--transition-elegant);background:0 0;border:none;border-bottom:1.5px solid #000;padding:.85rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__waV2VG__secondaryBtn:hover{border-bottom-color:var(--accent-gold);color:var(--text-deep);transform:translateY(-2px)}.Hero-module__waV2VG__trustBadges{color:#000;letter-spacing:.02em;flex-wrap:wrap;gap:1.8rem;margin-top:.6rem;font-size:.85rem;font-weight:300;display:flex}.Hero-module__waV2VG__trustBadges span{opacity:.8;align-items:center;gap:.4rem;display:flex}.Hero-module__waV2VG__trustBadges span:before{content:"";background:var(--accent-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.Hero-module__waV2VG__imageWrapper{opacity:0;flex-direction:column;align-items:center;animation:1s .2s forwards Hero-module__waV2VG__fadeUp;display:flex}.Hero-module__waV2VG__imageFrame{border-radius:var(--radius-frame);width:100%;max-width:560px;box-shadow:var(--shadow-air);background:#fff;transition:transform .6s,box-shadow .6s;overflow:hidden;transform:scale(1)}.Hero-module__waV2VG__imageFrame:hover{transform:scale(1.005);box-shadow:0 30px 70px -12px #1f1d1b1f}.Hero-module__waV2VG__image{object-fit:cover;filter:saturate(.92)contrast(1.02);width:100%;height:auto;display:block}.Hero-module__waV2VG__imageCaption{letter-spacing:.2em;text-transform:uppercase;color:#000;opacity:.5;border-top:1px solid var(--border-subtle);text-align:center;max-width:400px;margin-top:1.2rem;padding-top:1.2rem;font-size:.7rem;font-weight:400}@keyframes Hero-module__waV2VG__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__waV2VG__container{gap:3rem}.Hero-module__waV2VG__title{font-size:3.4rem}}@media (max-width:768px){.Hero-module__waV2VG__hero{padding:3rem 1.5rem}.Hero-module__waV2VG__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__waV2VG__content{align-items:center}.Hero-module__waV2VG__eyebrow{align-self:center}.Hero-module__waV2VG__title{font-size:2.8rem}.Hero-module__waV2VG__title:after{margin-left:auto;margin-right:auto}.Hero-module__waV2VG__description{max-width:100%;font-size:1rem}.Hero-module__waV2VG__actions{justify-content:center}.Hero-module__waV2VG__trustBadges{justify-content:center;gap:1.2rem}.Hero-module__waV2VG__imageFrame{max-width:440px}.Hero-module__waV2VG__imageCaption{text-align:center}}@media (max-width:480px){.Hero-module__waV2VG__title{font-size:2.2rem}.Hero-module__waV2VG__description{font-size:.95rem}.Hero-module__waV2VG__primaryBtn{padding:.75rem 2rem;font-size:.85rem}.Hero-module__waV2VG__secondaryBtn{padding:.75rem .3rem;font-size:.85rem}.Hero-module__waV2VG__trustBadges{flex-direction:column;align-items:center;gap:.6rem;font-size:.8rem}.Hero-module__waV2VG__trustBadges span:before{display:none}}
:root{--bg-warm:#faf8f5;--text-deep:#1f1d1b;--text-soft:#4a4540;--accent-gold:#b8956a;--accent-gold-light:#dac9b6;--border-subtle:#e8e1d8;--shadow-air:0 20px 50px -12px #1f1d1b14;--radius-frame:12px;--transition-elegant:.4s ease}.Hero-module__Uj3z2W__hero{background:#c1c6fb;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2.5rem;display:flex;position:relative}.Hero-module__Uj3z2W__hero:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__Uj3z2W__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid;position:relative}.Hero-module__Uj3z2W__content{opacity:0;flex-direction:column;gap:1.6rem;animation:1s forwards Hero-module__Uj3z2W__fadeUp;display:flex}.Hero-module__Uj3z2W__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:40px;width:fit-content;padding:.3rem 1.2rem;font-size:.7rem;font-weight:400;display:inline-block}.Hero-module__Uj3z2W__title{color:var(--text-deep);letter-spacing:-.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:400;line-height:1.08}.Hero-module__Uj3z2W__title:after{content:"";background:var(--accent-gold);border-radius:4px;width:72px;height:3px;margin-top:1.4rem;display:block}.Hero-module__Uj3z2W__description{color:#000;letter-spacing:.01em;max-width:520px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.Hero-module__Uj3z2W__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.4rem;display:flex}.Hero-module__Uj3z2W__primaryBtn{background:var(--text-deep);color:#fff;letter-spacing:.03em;transition:all var(--transition-elegant);border:1px solid var(--text-deep);border-radius:60px;padding:.85rem 2.8rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__Uj3z2W__primaryBtn:hover{color:var(--text-deep);background:0 0;transform:translateY(-2px);box-shadow:0 8px 24px #1f1d1b0f}.Hero-module__Uj3z2W__secondaryBtn{color:var(--text-soft);transition:all var(--transition-elegant);background:0 0;border:none;border-bottom:1.5px solid #000;padding:.85rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__Uj3z2W__secondaryBtn:hover{border-bottom-color:var(--accent-gold);color:var(--text-deep);transform:translateY(-2px)}.Hero-module__Uj3z2W__trustBadges{color:#000;letter-spacing:.02em;flex-wrap:wrap;gap:1.8rem;margin-top:.6rem;font-size:.85rem;font-weight:300;display:flex}.Hero-module__Uj3z2W__trustBadges span{opacity:.8;align-items:center;gap:.4rem;display:flex}.Hero-module__Uj3z2W__trustBadges span:before{content:"";background:var(--accent-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.Hero-module__Uj3z2W__imageWrapper{opacity:0;flex-direction:column;align-items:center;animation:1s .2s forwards Hero-module__Uj3z2W__fadeUp;display:flex}.Hero-module__Uj3z2W__imageFrame{border-radius:var(--radius-frame);width:100%;max-width:560px;box-shadow:var(--shadow-air);background:#fff;transition:transform .6s,box-shadow .6s;overflow:hidden;transform:scale(1)}.Hero-module__Uj3z2W__imageFrame:hover{transform:scale(1.005);box-shadow:0 30px 70px -12px #1f1d1b1f}.Hero-module__Uj3z2W__image{object-fit:cover;filter:saturate(.92)contrast(1.02);width:100%;height:auto;display:block}.Hero-module__Uj3z2W__imageCaption{letter-spacing:.2em;text-transform:uppercase;color:#000;opacity:.5;border-top:1px solid var(--border-subtle);text-align:center;max-width:400px;margin-top:1.2rem;padding-top:1.2rem;font-size:.7rem;font-weight:400}@keyframes Hero-module__Uj3z2W__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__Uj3z2W__container{gap:3rem}.Hero-module__Uj3z2W__title{font-size:3.4rem}}@media (max-width:768px){.Hero-module__Uj3z2W__hero{padding:3rem 1.5rem}.Hero-module__Uj3z2W__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__Uj3z2W__content{align-items:center}.Hero-module__Uj3z2W__eyebrow{align-self:center}.Hero-module__Uj3z2W__title{font-size:2.8rem}.Hero-module__Uj3z2W__title:after{margin-left:auto;margin-right:auto}.Hero-module__Uj3z2W__description{max-width:100%;font-size:1rem}.Hero-module__Uj3z2W__actions{justify-content:center}.Hero-module__Uj3z2W__trustBadges{justify-content:center;gap:1.2rem}.Hero-module__Uj3z2W__imageFrame{max-width:440px}.Hero-module__Uj3z2W__imageCaption{text-align:center}}@media (max-width:480px){.Hero-module__Uj3z2W__title{font-size:2.2rem}.Hero-module__Uj3z2W__description{font-size:.95rem}.Hero-module__Uj3z2W__primaryBtn{padding:.75rem 2rem;font-size:.85rem}.Hero-module__Uj3z2W__secondaryBtn{padding:.75rem .3rem;font-size:.85rem}.Hero-module__Uj3z2W__trustBadges{flex-direction:column;align-items:center;gap:.6rem;font-size:.8rem}.Hero-module__Uj3z2W__trustBadges span:before{display:none}}
:root{--bg-warm:#faf8f5;--text-deep:#1f1d1b;--text-soft:#4a4540;--accent-gold:#b8956a;--accent-gold-light:#dac9b6;--border-subtle:#e8e1d8;--shadow-air:0 20px 50px -12px #1f1d1b14;--radius-frame:12px;--transition-elegant:.4s ease}.Hero-module__MGS35a__hero{background:#c1c6fb;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2.5rem;display:flex;position:relative}.Hero-module__MGS35a__hero:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__MGS35a__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid;position:relative}.Hero-module__MGS35a__content{opacity:0;flex-direction:column;gap:1.6rem;animation:1s forwards Hero-module__MGS35a__fadeUp;display:flex}.Hero-module__MGS35a__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:40px;width:fit-content;padding:.3rem 1.2rem;font-size:.7rem;font-weight:400;display:inline-block}.Hero-module__MGS35a__title{color:var(--text-deep);letter-spacing:-.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:400;line-height:1.08}.Hero-module__MGS35a__title:after{content:"";background:var(--accent-gold);border-radius:4px;width:72px;height:3px;margin-top:1.4rem;display:block}.Hero-module__MGS35a__description{color:#000;letter-spacing:.01em;max-width:520px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.Hero-module__MGS35a__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.4rem;display:flex}.Hero-module__MGS35a__primaryBtn{background:var(--text-deep);color:#fff;letter-spacing:.03em;transition:all var(--transition-elegant);border:1px solid var(--text-deep);border-radius:60px;padding:.85rem 2.8rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__MGS35a__primaryBtn:hover{color:var(--text-deep);background:0 0;transform:translateY(-2px);box-shadow:0 8px 24px #1f1d1b0f}.Hero-module__MGS35a__secondaryBtn{color:var(--text-soft);transition:all var(--transition-elegant);background:0 0;border:none;border-bottom:1.5px solid #000;padding:.85rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__MGS35a__secondaryBtn:hover{border-bottom-color:var(--accent-gold);color:var(--text-deep);transform:translateY(-2px)}.Hero-module__MGS35a__trustBadges{color:#000;letter-spacing:.02em;flex-wrap:wrap;gap:1.8rem;margin-top:.6rem;font-size:.85rem;font-weight:300;display:flex}.Hero-module__MGS35a__trustBadges span{opacity:.8;align-items:center;gap:.4rem;display:flex}.Hero-module__MGS35a__trustBadges span:before{content:"";background:var(--accent-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.Hero-module__MGS35a__imageWrapper{opacity:0;flex-direction:column;align-items:center;animation:1s .2s forwards Hero-module__MGS35a__fadeUp;display:flex}.Hero-module__MGS35a__imageFrame{border-radius:var(--radius-frame);width:100%;max-width:560px;box-shadow:var(--shadow-air);background:#fff;transition:transform .6s,box-shadow .6s;overflow:hidden;transform:scale(1)}.Hero-module__MGS35a__imageFrame:hover{transform:scale(1.005);box-shadow:0 30px 70px -12px #1f1d1b1f}.Hero-module__MGS35a__image{object-fit:cover;filter:saturate(.92)contrast(1.02);width:100%;height:auto;display:block}.Hero-module__MGS35a__imageCaption{letter-spacing:.2em;text-transform:uppercase;color:#000;opacity:.5;border-top:1px solid var(--border-subtle);text-align:center;max-width:400px;margin-top:1.2rem;padding-top:1.2rem;font-size:.7rem;font-weight:400}@keyframes Hero-module__MGS35a__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__MGS35a__container{gap:3rem}.Hero-module__MGS35a__title{font-size:3.4rem}}@media (max-width:768px){.Hero-module__MGS35a__hero{padding:3rem 1.5rem}.Hero-module__MGS35a__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__MGS35a__content{align-items:center}.Hero-module__MGS35a__eyebrow{align-self:center}.Hero-module__MGS35a__title{font-size:2.8rem}.Hero-module__MGS35a__title:after{margin-left:auto;margin-right:auto}.Hero-module__MGS35a__description{max-width:100%;font-size:1rem}.Hero-module__MGS35a__actions{justify-content:center}.Hero-module__MGS35a__trustBadges{justify-content:center;gap:1.2rem}.Hero-module__MGS35a__imageFrame{max-width:440px}.Hero-module__MGS35a__imageCaption{text-align:center}}@media (max-width:480px){.Hero-module__MGS35a__title{font-size:2.2rem}.Hero-module__MGS35a__description{font-size:.95rem}.Hero-module__MGS35a__primaryBtn{padding:.75rem 2rem;font-size:.85rem}.Hero-module__MGS35a__secondaryBtn{padding:.75rem .3rem;font-size:.85rem}.Hero-module__MGS35a__trustBadges{flex-direction:column;align-items:center;gap:.6rem;font-size:.8rem}.Hero-module__MGS35a__trustBadges span:before{display:none}}
:root{--bg-warm:#faf8f5;--text-deep:#1f1d1b;--text-soft:#4a4540;--accent-gold:#b8956a;--accent-gold-light:#dac9b6;--border-subtle:#e8e1d8;--shadow-air:0 20px 50px -12px #1f1d1b14;--radius-frame:12px;--transition-elegant:.4s ease}.Hero-module__g0Z5qq__hero{background:#c1c6fb;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2.5rem;display:flex;position:relative}.Hero-module__g0Z5qq__hero:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__g0Z5qq__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid;position:relative}.Hero-module__g0Z5qq__content{opacity:0;flex-direction:column;gap:1.6rem;animation:1s forwards Hero-module__g0Z5qq__fadeUp;display:flex}.Hero-module__g0Z5qq__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:40px;width:fit-content;padding:.3rem 1.2rem;font-size:.7rem;font-weight:400;display:inline-block}.Hero-module__g0Z5qq__title{color:var(--text-deep);letter-spacing:-.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:400;line-height:1.08}.Hero-module__g0Z5qq__title:after{content:"";background:var(--accent-gold);border-radius:4px;width:72px;height:3px;margin-top:1.4rem;display:block}.Hero-module__g0Z5qq__description{color:#000;letter-spacing:.01em;max-width:520px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.Hero-module__g0Z5qq__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.4rem;display:flex}.Hero-module__g0Z5qq__primaryBtn{background:var(--text-deep);color:#fff;letter-spacing:.03em;transition:all var(--transition-elegant);border:1px solid var(--text-deep);border-radius:60px;padding:.85rem 2.8rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__g0Z5qq__primaryBtn:hover{color:var(--text-deep);background:0 0;transform:translateY(-2px);box-shadow:0 8px 24px #1f1d1b0f}.Hero-module__g0Z5qq__secondaryBtn{color:var(--text-soft);transition:all var(--transition-elegant);background:0 0;border:none;border-bottom:1.5px solid #000;padding:.85rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__g0Z5qq__secondaryBtn:hover{border-bottom-color:var(--accent-gold);color:var(--text-deep);transform:translateY(-2px)}.Hero-module__g0Z5qq__trustBadges{color:#000;letter-spacing:.02em;flex-wrap:wrap;gap:1.8rem;margin-top:.6rem;font-size:.85rem;font-weight:300;display:flex}.Hero-module__g0Z5qq__trustBadges span{opacity:.8;align-items:center;gap:.4rem;display:flex}.Hero-module__g0Z5qq__trustBadges span:before{content:"";background:var(--accent-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.Hero-module__g0Z5qq__imageWrapper{opacity:0;flex-direction:column;align-items:center;animation:1s .2s forwards Hero-module__g0Z5qq__fadeUp;display:flex}.Hero-module__g0Z5qq__imageFrame{border-radius:var(--radius-frame);width:100%;max-width:560px;box-shadow:var(--shadow-air);background:#fff;transition:transform .6s,box-shadow .6s;overflow:hidden;transform:scale(1)}.Hero-module__g0Z5qq__imageFrame:hover{transform:scale(1.005);box-shadow:0 30px 70px -12px #1f1d1b1f}.Hero-module__g0Z5qq__image{object-fit:cover;filter:saturate(.92)contrast(1.02);width:100%;height:auto;display:block}.Hero-module__g0Z5qq__imageCaption{letter-spacing:.2em;text-transform:uppercase;color:#000;opacity:.5;border-top:1px solid var(--border-subtle);text-align:center;max-width:400px;margin-top:1.2rem;padding-top:1.2rem;font-size:.7rem;font-weight:400}@keyframes Hero-module__g0Z5qq__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__g0Z5qq__container{gap:3rem}.Hero-module__g0Z5qq__title{font-size:3.4rem}}@media (max-width:768px){.Hero-module__g0Z5qq__hero{padding:3rem 1.5rem}.Hero-module__g0Z5qq__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__g0Z5qq__content{align-items:center}.Hero-module__g0Z5qq__eyebrow{align-self:center}.Hero-module__g0Z5qq__title{font-size:2.8rem}.Hero-module__g0Z5qq__title:after{margin-left:auto;margin-right:auto}.Hero-module__g0Z5qq__description{max-width:100%;font-size:1rem}.Hero-module__g0Z5qq__actions{justify-content:center}.Hero-module__g0Z5qq__trustBadges{justify-content:center;gap:1.2rem}.Hero-module__g0Z5qq__imageFrame{max-width:440px}.Hero-module__g0Z5qq__imageCaption{text-align:center}}@media (max-width:480px){.Hero-module__g0Z5qq__title{font-size:2.2rem}.Hero-module__g0Z5qq__description{font-size:.95rem}.Hero-module__g0Z5qq__primaryBtn{padding:.75rem 2rem;font-size:.85rem}.Hero-module__g0Z5qq__secondaryBtn{padding:.75rem .3rem;font-size:.85rem}.Hero-module__g0Z5qq__trustBadges{flex-direction:column;align-items:center;gap:.6rem;font-size:.8rem}.Hero-module__g0Z5qq__trustBadges span:before{display:none}}
:root{--bg-warm:#faf8f5;--text-deep:#1f1d1b;--text-soft:#4a4540;--accent-gold:#b8956a;--accent-gold-light:#dac9b6;--border-subtle:#e8e1d8;--shadow-air:0 20px 50px -12px #1f1d1b14;--radius-frame:12px;--transition-elegant:.4s ease}.Hero-module__SN1u9W__hero{background:#c1c6fb;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2.5rem;display:flex;position:relative}.Hero-module__SN1u9W__hero:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__SN1u9W__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid;position:relative}.Hero-module__SN1u9W__content{opacity:0;flex-direction:column;gap:1.6rem;animation:1s forwards Hero-module__SN1u9W__fadeUp;display:flex}.Hero-module__SN1u9W__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:40px;width:fit-content;padding:.3rem 1.2rem;font-size:.7rem;font-weight:400;display:inline-block}.Hero-module__SN1u9W__title{color:var(--text-deep);letter-spacing:-.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:400;line-height:1.08}.Hero-module__SN1u9W__title:after{content:"";background:var(--accent-gold);border-radius:4px;width:72px;height:3px;margin-top:1.4rem;display:block}.Hero-module__SN1u9W__description{color:#000;letter-spacing:.01em;max-width:520px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.Hero-module__SN1u9W__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.4rem;display:flex}.Hero-module__SN1u9W__primaryBtn{background:var(--text-deep);color:#fff;letter-spacing:.03em;transition:all var(--transition-elegant);border:1px solid var(--text-deep);border-radius:60px;padding:.85rem 2.8rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__SN1u9W__primaryBtn:hover{color:var(--text-deep);background:0 0;transform:translateY(-2px);box-shadow:0 8px 24px #1f1d1b0f}.Hero-module__SN1u9W__secondaryBtn{color:var(--text-soft);transition:all var(--transition-elegant);background:0 0;border:none;border-bottom:1.5px solid #000;padding:.85rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__SN1u9W__secondaryBtn:hover{border-bottom-color:var(--accent-gold);color:var(--text-deep);transform:translateY(-2px)}.Hero-module__SN1u9W__trustBadges{color:#000;letter-spacing:.02em;flex-wrap:wrap;gap:1.8rem;margin-top:.6rem;font-size:.85rem;font-weight:300;display:flex}.Hero-module__SN1u9W__trustBadges span{opacity:.8;align-items:center;gap:.4rem;display:flex}.Hero-module__SN1u9W__trustBadges span:before{content:"";background:var(--accent-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.Hero-module__SN1u9W__imageWrapper{opacity:0;flex-direction:column;align-items:center;animation:1s .2s forwards Hero-module__SN1u9W__fadeUp;display:flex}.Hero-module__SN1u9W__imageFrame{border-radius:var(--radius-frame);width:100%;max-width:560px;box-shadow:var(--shadow-air);background:#fff;transition:transform .6s,box-shadow .6s;overflow:hidden;transform:scale(1)}.Hero-module__SN1u9W__imageFrame:hover{transform:scale(1.005);box-shadow:0 30px 70px -12px #1f1d1b1f}.Hero-module__SN1u9W__image{object-fit:cover;filter:saturate(.92)contrast(1.02);width:100%;height:auto;display:block}.Hero-module__SN1u9W__imageCaption{letter-spacing:.2em;text-transform:uppercase;color:#000;opacity:.5;border-top:1px solid var(--border-subtle);text-align:center;max-width:400px;margin-top:1.2rem;padding-top:1.2rem;font-size:.7rem;font-weight:400}@keyframes Hero-module__SN1u9W__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__SN1u9W__container{gap:3rem}.Hero-module__SN1u9W__title{font-size:3.4rem}}@media (max-width:768px){.Hero-module__SN1u9W__hero{padding:3rem 1.5rem}.Hero-module__SN1u9W__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__SN1u9W__content{align-items:center}.Hero-module__SN1u9W__eyebrow{align-self:center}.Hero-module__SN1u9W__title{font-size:2.8rem}.Hero-module__SN1u9W__title:after{margin-left:auto;margin-right:auto}.Hero-module__SN1u9W__description{max-width:100%;font-size:1rem}.Hero-module__SN1u9W__actions{justify-content:center}.Hero-module__SN1u9W__trustBadges{justify-content:center;gap:1.2rem}.Hero-module__SN1u9W__imageFrame{max-width:440px}.Hero-module__SN1u9W__imageCaption{text-align:center}}@media (max-width:480px){.Hero-module__SN1u9W__title{font-size:2.2rem}.Hero-module__SN1u9W__description{font-size:.95rem}.Hero-module__SN1u9W__primaryBtn{padding:.75rem 2rem;font-size:.85rem}.Hero-module__SN1u9W__secondaryBtn{padding:.75rem .3rem;font-size:.85rem}.Hero-module__SN1u9W__trustBadges{flex-direction:column;align-items:center;gap:.6rem;font-size:.8rem}.Hero-module__SN1u9W__trustBadges span:before{display:none}}
:root{--bg-warm:#faf8f5;--text-deep:#1f1d1b;--text-soft:#4a4540;--accent-gold:#b8956a;--accent-gold-light:#dac9b6;--border-subtle:#e8e1d8;--shadow-air:0 20px 50px -12px #1f1d1b14;--radius-frame:12px;--transition-elegant:.4s ease}.Hero-module__BGgyrW__hero{background:#c1c6fb;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2.5rem;display:flex;position:relative}.Hero-module__BGgyrW__hero:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__BGgyrW__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid;position:relative}.Hero-module__BGgyrW__content{opacity:0;flex-direction:column;gap:1.6rem;animation:1s forwards Hero-module__BGgyrW__fadeUp;display:flex}.Hero-module__BGgyrW__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:40px;width:fit-content;padding:.3rem 1.2rem;font-size:.7rem;font-weight:400;display:inline-block}.Hero-module__BGgyrW__title{color:var(--text-deep);letter-spacing:-.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:400;line-height:1.08}.Hero-module__BGgyrW__title:after{content:"";background:var(--accent-gold);border-radius:4px;width:72px;height:3px;margin-top:1.4rem;display:block}.Hero-module__BGgyrW__description{color:#000;letter-spacing:.01em;max-width:520px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.Hero-module__BGgyrW__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.4rem;display:flex}.Hero-module__BGgyrW__primaryBtn{background:var(--text-deep);color:#fff;letter-spacing:.03em;transition:all var(--transition-elegant);border:1px solid var(--text-deep);border-radius:60px;padding:.85rem 2.8rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__BGgyrW__primaryBtn:hover{color:var(--text-deep);background:0 0;transform:translateY(-2px);box-shadow:0 8px 24px #1f1d1b0f}.Hero-module__BGgyrW__secondaryBtn{color:var(--text-soft);transition:all var(--transition-elegant);background:0 0;border:none;border-bottom:1.5px solid #000;padding:.85rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__BGgyrW__secondaryBtn:hover{border-bottom-color:var(--accent-gold);color:var(--text-deep);transform:translateY(-2px)}.Hero-module__BGgyrW__trustBadges{color:#000;letter-spacing:.02em;flex-wrap:wrap;gap:1.8rem;margin-top:.6rem;font-size:.85rem;font-weight:300;display:flex}.Hero-module__BGgyrW__trustBadges span{opacity:.8;align-items:center;gap:.4rem;display:flex}.Hero-module__BGgyrW__trustBadges span:before{content:"";background:var(--accent-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.Hero-module__BGgyrW__imageWrapper{opacity:0;flex-direction:column;align-items:center;animation:1s .2s forwards Hero-module__BGgyrW__fadeUp;display:flex}.Hero-module__BGgyrW__imageFrame{border-radius:var(--radius-frame);width:100%;max-width:560px;box-shadow:var(--shadow-air);background:#fff;transition:transform .6s,box-shadow .6s;overflow:hidden;transform:scale(1)}.Hero-module__BGgyrW__imageFrame:hover{transform:scale(1.005);box-shadow:0 30px 70px -12px #1f1d1b1f}.Hero-module__BGgyrW__image{object-fit:cover;filter:saturate(.92)contrast(1.02);width:100%;height:auto;display:block}.Hero-module__BGgyrW__imageCaption{letter-spacing:.2em;text-transform:uppercase;color:#000;opacity:.5;border-top:1px solid var(--border-subtle);text-align:center;max-width:400px;margin-top:1.2rem;padding-top:1.2rem;font-size:.7rem;font-weight:400}@keyframes Hero-module__BGgyrW__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__BGgyrW__container{gap:3rem}.Hero-module__BGgyrW__title{font-size:3.4rem}}@media (max-width:768px){.Hero-module__BGgyrW__hero{padding:3rem 1.5rem}.Hero-module__BGgyrW__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__BGgyrW__content{align-items:center}.Hero-module__BGgyrW__eyebrow{align-self:center}.Hero-module__BGgyrW__title{font-size:2.8rem}.Hero-module__BGgyrW__title:after{margin-left:auto;margin-right:auto}.Hero-module__BGgyrW__description{max-width:100%;font-size:1rem}.Hero-module__BGgyrW__actions{justify-content:center}.Hero-module__BGgyrW__trustBadges{justify-content:center;gap:1.2rem}.Hero-module__BGgyrW__imageFrame{max-width:440px}.Hero-module__BGgyrW__imageCaption{text-align:center}}@media (max-width:480px){.Hero-module__BGgyrW__title{font-size:2.2rem}.Hero-module__BGgyrW__description{font-size:.95rem}.Hero-module__BGgyrW__primaryBtn{padding:.75rem 2rem;font-size:.85rem}.Hero-module__BGgyrW__secondaryBtn{padding:.75rem .3rem;font-size:.85rem}.Hero-module__BGgyrW__trustBadges{flex-direction:column;align-items:center;gap:.6rem;font-size:.8rem}.Hero-module__BGgyrW__trustBadges span:before{display:none}}
:root{--bg-warm:#faf8f5;--text-deep:#1f1d1b;--text-soft:#4a4540;--accent-gold:#b8956a;--accent-gold-light:#dac9b6;--border-subtle:#e8e1d8;--shadow-air:0 20px 50px -12px #1f1d1b14;--radius-frame:12px;--transition-elegant:.4s ease}.Hero-module__VT_bJq__hero{background:#c1c6fb;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2.5rem;display:flex;position:relative}.Hero-module__VT_bJq__hero:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__VT_bJq__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid;position:relative}.Hero-module__VT_bJq__content{opacity:0;flex-direction:column;gap:1.6rem;animation:1s forwards Hero-module__VT_bJq__fadeUp;display:flex}.Hero-module__VT_bJq__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:40px;width:fit-content;padding:.3rem 1.2rem;font-size:.7rem;font-weight:400;display:inline-block}.Hero-module__VT_bJq__title{color:var(--text-deep);letter-spacing:-.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:400;line-height:1.08}.Hero-module__VT_bJq__title:after{content:"";background:var(--accent-gold);border-radius:4px;width:72px;height:3px;margin-top:1.4rem;display:block}.Hero-module__VT_bJq__description{color:#000;letter-spacing:.01em;max-width:520px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.Hero-module__VT_bJq__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.4rem;display:flex}.Hero-module__VT_bJq__primaryBtn{background:var(--text-deep);color:#fff;letter-spacing:.03em;transition:all var(--transition-elegant);border:1px solid var(--text-deep);border-radius:60px;padding:.85rem 2.8rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__VT_bJq__primaryBtn:hover{color:var(--text-deep);background:0 0;transform:translateY(-2px);box-shadow:0 8px 24px #1f1d1b0f}.Hero-module__VT_bJq__secondaryBtn{color:var(--text-soft);transition:all var(--transition-elegant);background:0 0;border:none;border-bottom:1.5px solid #000;padding:.85rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__VT_bJq__secondaryBtn:hover{border-bottom-color:var(--accent-gold);color:var(--text-deep);transform:translateY(-2px)}.Hero-module__VT_bJq__trustBadges{color:#000;letter-spacing:.02em;flex-wrap:wrap;gap:1.8rem;margin-top:.6rem;font-size:.85rem;font-weight:300;display:flex}.Hero-module__VT_bJq__trustBadges span{opacity:.8;align-items:center;gap:.4rem;display:flex}.Hero-module__VT_bJq__trustBadges span:before{content:"";background:var(--accent-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.Hero-module__VT_bJq__imageWrapper{opacity:0;flex-direction:column;align-items:center;animation:1s .2s forwards Hero-module__VT_bJq__fadeUp;display:flex}.Hero-module__VT_bJq__imageFrame{border-radius:var(--radius-frame);width:100%;max-width:560px;box-shadow:var(--shadow-air);background:#fff;transition:transform .6s,box-shadow .6s;overflow:hidden;transform:scale(1)}.Hero-module__VT_bJq__imageFrame:hover{transform:scale(1.005);box-shadow:0 30px 70px -12px #1f1d1b1f}.Hero-module__VT_bJq__image{object-fit:cover;filter:saturate(.92)contrast(1.02);width:100%;height:auto;display:block}.Hero-module__VT_bJq__imageCaption{letter-spacing:.2em;text-transform:uppercase;color:#000;opacity:.5;border-top:1px solid var(--border-subtle);text-align:center;max-width:400px;margin-top:1.2rem;padding-top:1.2rem;font-size:.7rem;font-weight:400}@keyframes Hero-module__VT_bJq__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__VT_bJq__container{gap:3rem}.Hero-module__VT_bJq__title{font-size:3.4rem}}@media (max-width:768px){.Hero-module__VT_bJq__hero{padding:3rem 1.5rem}.Hero-module__VT_bJq__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__VT_bJq__content{align-items:center}.Hero-module__VT_bJq__eyebrow{align-self:center}.Hero-module__VT_bJq__title{font-size:2.8rem}.Hero-module__VT_bJq__title:after{margin-left:auto;margin-right:auto}.Hero-module__VT_bJq__description{max-width:100%;font-size:1rem}.Hero-module__VT_bJq__actions{justify-content:center}.Hero-module__VT_bJq__trustBadges{justify-content:center;gap:1.2rem}.Hero-module__VT_bJq__imageFrame{max-width:440px}.Hero-module__VT_bJq__imageCaption{text-align:center}}@media (max-width:480px){.Hero-module__VT_bJq__title{font-size:2.2rem}.Hero-module__VT_bJq__description{font-size:.95rem}.Hero-module__VT_bJq__primaryBtn{padding:.75rem 2rem;font-size:.85rem}.Hero-module__VT_bJq__secondaryBtn{padding:.75rem .3rem;font-size:.85rem}.Hero-module__VT_bJq__trustBadges{flex-direction:column;align-items:center;gap:.6rem;font-size:.8rem}.Hero-module__VT_bJq__trustBadges span:before{display:none}}
:root{--bg-warm:#faf8f5;--text-deep:#1f1d1b;--text-soft:#4a4540;--accent-gold:#b8956a;--accent-gold-light:#dac9b6;--border-subtle:#e8e1d8;--shadow-air:0 20px 50px -12px #1f1d1b14;--radius-frame:12px;--transition-elegant:.4s ease}.Hero-module__jBR5Oa__hero{background:#c1c6fb;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2.5rem;display:flex;position:relative}.Hero-module__jBR5Oa__hero:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__jBR5Oa__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid;position:relative}.Hero-module__jBR5Oa__content{opacity:0;flex-direction:column;gap:1.6rem;animation:1s forwards Hero-module__jBR5Oa__fadeUp;display:flex}.Hero-module__jBR5Oa__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:40px;width:fit-content;padding:.3rem 1.2rem;font-size:.7rem;font-weight:400;display:inline-block}.Hero-module__jBR5Oa__title{color:var(--text-deep);letter-spacing:-.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:400;line-height:1.08}.Hero-module__jBR5Oa__title:after{content:"";background:var(--accent-gold);border-radius:4px;width:72px;height:3px;margin-top:1.4rem;display:block}.Hero-module__jBR5Oa__description{color:#000;letter-spacing:.01em;max-width:520px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.Hero-module__jBR5Oa__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.4rem;display:flex}.Hero-module__jBR5Oa__primaryBtn{background:var(--text-deep);color:#fff;letter-spacing:.03em;transition:all var(--transition-elegant);border:1px solid var(--text-deep);border-radius:60px;padding:.85rem 2.8rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__jBR5Oa__primaryBtn:hover{color:var(--text-deep);background:0 0;transform:translateY(-2px);box-shadow:0 8px 24px #1f1d1b0f}.Hero-module__jBR5Oa__secondaryBtn{color:var(--text-soft);transition:all var(--transition-elegant);background:0 0;border:none;border-bottom:1.5px solid #000;padding:.85rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__jBR5Oa__secondaryBtn:hover{border-bottom-color:var(--accent-gold);color:var(--text-deep);transform:translateY(-2px)}.Hero-module__jBR5Oa__trustBadges{color:#000;letter-spacing:.02em;flex-wrap:wrap;gap:1.8rem;margin-top:.6rem;font-size:.85rem;font-weight:300;display:flex}.Hero-module__jBR5Oa__trustBadges span{opacity:.8;align-items:center;gap:.4rem;display:flex}.Hero-module__jBR5Oa__trustBadges span:before{content:"";background:var(--accent-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.Hero-module__jBR5Oa__imageWrapper{opacity:0;flex-direction:column;align-items:center;animation:1s .2s forwards Hero-module__jBR5Oa__fadeUp;display:flex}.Hero-module__jBR5Oa__imageFrame{border-radius:var(--radius-frame);width:100%;max-width:560px;box-shadow:var(--shadow-air);background:#fff;transition:transform .6s,box-shadow .6s;overflow:hidden;transform:scale(1)}.Hero-module__jBR5Oa__imageFrame:hover{transform:scale(1.005);box-shadow:0 30px 70px -12px #1f1d1b1f}.Hero-module__jBR5Oa__image{object-fit:cover;filter:saturate(.92)contrast(1.02);width:100%;height:auto;display:block}.Hero-module__jBR5Oa__imageCaption{letter-spacing:.2em;text-transform:uppercase;color:#000;opacity:.5;border-top:1px solid var(--border-subtle);text-align:center;max-width:400px;margin-top:1.2rem;padding-top:1.2rem;font-size:.7rem;font-weight:400}@keyframes Hero-module__jBR5Oa__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__jBR5Oa__container{gap:3rem}.Hero-module__jBR5Oa__title{font-size:3.4rem}}@media (max-width:768px){.Hero-module__jBR5Oa__hero{padding:3rem 1.5rem}.Hero-module__jBR5Oa__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__jBR5Oa__content{align-items:center}.Hero-module__jBR5Oa__eyebrow{align-self:center}.Hero-module__jBR5Oa__title{font-size:2.8rem}.Hero-module__jBR5Oa__title:after{margin-left:auto;margin-right:auto}.Hero-module__jBR5Oa__description{max-width:100%;font-size:1rem}.Hero-module__jBR5Oa__actions{justify-content:center}.Hero-module__jBR5Oa__trustBadges{justify-content:center;gap:1.2rem}.Hero-module__jBR5Oa__imageFrame{max-width:440px}.Hero-module__jBR5Oa__imageCaption{text-align:center}}@media (max-width:480px){.Hero-module__jBR5Oa__title{font-size:2.2rem}.Hero-module__jBR5Oa__description{font-size:.95rem}.Hero-module__jBR5Oa__primaryBtn{padding:.75rem 2rem;font-size:.85rem}.Hero-module__jBR5Oa__secondaryBtn{padding:.75rem .3rem;font-size:.85rem}.Hero-module__jBR5Oa__trustBadges{flex-direction:column;align-items:center;gap:.6rem;font-size:.8rem}.Hero-module__jBR5Oa__trustBadges span:before{display:none}}
:root{--bg-warm:#faf8f5;--text-deep:#1f1d1b;--text-soft:#4a4540;--accent-gold:#b8956a;--accent-gold-light:#dac9b6;--border-subtle:#e8e1d8;--shadow-air:0 20px 50px -12px #1f1d1b14;--radius-frame:12px;--transition-elegant:.4s ease}.Hero-module__w4W2Lq__hero{background:#c1c6fb;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2.5rem;display:flex;position:relative}.Hero-module__w4W2Lq__hero:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__w4W2Lq__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid;position:relative}.Hero-module__w4W2Lq__content{opacity:0;flex-direction:column;gap:1.6rem;animation:1s forwards Hero-module__w4W2Lq__fadeUp;display:flex}.Hero-module__w4W2Lq__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:40px;width:fit-content;padding:.3rem 1.2rem;font-size:.7rem;font-weight:400;display:inline-block}.Hero-module__w4W2Lq__title{color:var(--text-deep);letter-spacing:-.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:400;line-height:1.08}.Hero-module__w4W2Lq__title:after{content:"";background:var(--accent-gold);border-radius:4px;width:72px;height:3px;margin-top:1.4rem;display:block}.Hero-module__w4W2Lq__description{color:#000;letter-spacing:.01em;max-width:520px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.Hero-module__w4W2Lq__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.4rem;display:flex}.Hero-module__w4W2Lq__primaryBtn{background:var(--text-deep);color:#fff;letter-spacing:.03em;transition:all var(--transition-elegant);border:1px solid var(--text-deep);border-radius:60px;padding:.85rem 2.8rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__w4W2Lq__primaryBtn:hover{color:var(--text-deep);background:0 0;transform:translateY(-2px);box-shadow:0 8px 24px #1f1d1b0f}.Hero-module__w4W2Lq__secondaryBtn{color:var(--text-soft);transition:all var(--transition-elegant);background:0 0;border:none;border-bottom:1.5px solid #000;padding:.85rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__w4W2Lq__secondaryBtn:hover{border-bottom-color:var(--accent-gold);color:var(--text-deep);transform:translateY(-2px)}.Hero-module__w4W2Lq__trustBadges{color:#000;letter-spacing:.02em;flex-wrap:wrap;gap:1.8rem;margin-top:.6rem;font-size:.85rem;font-weight:300;display:flex}.Hero-module__w4W2Lq__trustBadges span{opacity:.8;align-items:center;gap:.4rem;display:flex}.Hero-module__w4W2Lq__trustBadges span:before{content:"";background:var(--accent-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.Hero-module__w4W2Lq__imageWrapper{opacity:0;flex-direction:column;align-items:center;animation:1s .2s forwards Hero-module__w4W2Lq__fadeUp;display:flex}.Hero-module__w4W2Lq__imageFrame{border-radius:var(--radius-frame);width:100%;max-width:560px;box-shadow:var(--shadow-air);background:#fff;transition:transform .6s,box-shadow .6s;overflow:hidden;transform:scale(1)}.Hero-module__w4W2Lq__imageFrame:hover{transform:scale(1.005);box-shadow:0 30px 70px -12px #1f1d1b1f}.Hero-module__w4W2Lq__image{object-fit:cover;filter:saturate(.92)contrast(1.02);width:100%;height:auto;display:block}.Hero-module__w4W2Lq__imageCaption{letter-spacing:.2em;text-transform:uppercase;color:#000;opacity:.5;border-top:1px solid var(--border-subtle);text-align:center;max-width:400px;margin-top:1.2rem;padding-top:1.2rem;font-size:.7rem;font-weight:400}@keyframes Hero-module__w4W2Lq__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__w4W2Lq__container{gap:3rem}.Hero-module__w4W2Lq__title{font-size:3.4rem}}@media (max-width:768px){.Hero-module__w4W2Lq__hero{padding:3rem 1.5rem}.Hero-module__w4W2Lq__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__w4W2Lq__content{align-items:center}.Hero-module__w4W2Lq__eyebrow{align-self:center}.Hero-module__w4W2Lq__title{font-size:2.8rem}.Hero-module__w4W2Lq__title:after{margin-left:auto;margin-right:auto}.Hero-module__w4W2Lq__description{max-width:100%;font-size:1rem}.Hero-module__w4W2Lq__actions{justify-content:center}.Hero-module__w4W2Lq__trustBadges{justify-content:center;gap:1.2rem}.Hero-module__w4W2Lq__imageFrame{max-width:440px}.Hero-module__w4W2Lq__imageCaption{text-align:center}}@media (max-width:480px){.Hero-module__w4W2Lq__title{font-size:2.2rem}.Hero-module__w4W2Lq__description{font-size:.95rem}.Hero-module__w4W2Lq__primaryBtn{padding:.75rem 2rem;font-size:.85rem}.Hero-module__w4W2Lq__secondaryBtn{padding:.75rem .3rem;font-size:.85rem}.Hero-module__w4W2Lq__trustBadges{flex-direction:column;align-items:center;gap:.6rem;font-size:.8rem}.Hero-module__w4W2Lq__trustBadges span:before{display:none}}
:root{--bg-warm:#faf8f5;--text-deep:#1f1d1b;--text-soft:#4a4540;--accent-gold:#b8956a;--accent-gold-light:#dac9b6;--border-subtle:#e8e1d8;--shadow-air:0 20px 50px -12px #1f1d1b14;--radius-frame:12px;--transition-elegant:.4s ease}.Hero-module__EWdncq__hero{background:#c1c6fb;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2.5rem;display:flex;position:relative}.Hero-module__EWdncq__hero:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__EWdncq__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid;position:relative}.Hero-module__EWdncq__content{opacity:0;flex-direction:column;gap:1.6rem;animation:1s forwards Hero-module__EWdncq__fadeUp;display:flex}.Hero-module__EWdncq__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:40px;width:fit-content;padding:.3rem 1.2rem;font-size:.7rem;font-weight:400;display:inline-block}.Hero-module__EWdncq__title{color:var(--text-deep);letter-spacing:-.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:400;line-height:1.08}.Hero-module__EWdncq__title:after{content:"";background:var(--accent-gold);border-radius:4px;width:72px;height:3px;margin-top:1.4rem;display:block}.Hero-module__EWdncq__description{color:#000;letter-spacing:.01em;max-width:520px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.Hero-module__EWdncq__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.4rem;display:flex}.Hero-module__EWdncq__primaryBtn{background:var(--text-deep);color:#fff;letter-spacing:.03em;transition:all var(--transition-elegant);border:1px solid var(--text-deep);border-radius:60px;padding:.85rem 2.8rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__EWdncq__primaryBtn:hover{color:var(--text-deep);background:0 0;transform:translateY(-2px);box-shadow:0 8px 24px #1f1d1b0f}.Hero-module__EWdncq__secondaryBtn{color:var(--text-soft);transition:all var(--transition-elegant);background:0 0;border:none;border-bottom:1.5px solid #000;padding:.85rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__EWdncq__secondaryBtn:hover{border-bottom-color:var(--accent-gold);color:var(--text-deep);transform:translateY(-2px)}.Hero-module__EWdncq__trustBadges{color:#000;letter-spacing:.02em;flex-wrap:wrap;gap:1.8rem;margin-top:.6rem;font-size:.85rem;font-weight:300;display:flex}.Hero-module__EWdncq__trustBadges span{opacity:.8;align-items:center;gap:.4rem;display:flex}.Hero-module__EWdncq__trustBadges span:before{content:"";background:var(--accent-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.Hero-module__EWdncq__imageWrapper{opacity:0;flex-direction:column;align-items:center;animation:1s .2s forwards Hero-module__EWdncq__fadeUp;display:flex}.Hero-module__EWdncq__imageFrame{border-radius:var(--radius-frame);width:100%;max-width:560px;box-shadow:var(--shadow-air);background:#fff;transition:transform .6s,box-shadow .6s;overflow:hidden;transform:scale(1)}.Hero-module__EWdncq__imageFrame:hover{transform:scale(1.005);box-shadow:0 30px 70px -12px #1f1d1b1f}.Hero-module__EWdncq__image{object-fit:cover;filter:saturate(.92)contrast(1.02);width:100%;height:auto;display:block}.Hero-module__EWdncq__imageCaption{letter-spacing:.2em;text-transform:uppercase;color:#000;opacity:.5;border-top:1px solid var(--border-subtle);text-align:center;max-width:400px;margin-top:1.2rem;padding-top:1.2rem;font-size:.7rem;font-weight:400}@keyframes Hero-module__EWdncq__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__EWdncq__container{gap:3rem}.Hero-module__EWdncq__title{font-size:3.4rem}}@media (max-width:768px){.Hero-module__EWdncq__hero{padding:3rem 1.5rem}.Hero-module__EWdncq__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__EWdncq__content{align-items:center}.Hero-module__EWdncq__eyebrow{align-self:center}.Hero-module__EWdncq__title{font-size:2.8rem}.Hero-module__EWdncq__title:after{margin-left:auto;margin-right:auto}.Hero-module__EWdncq__description{max-width:100%;font-size:1rem}.Hero-module__EWdncq__actions{justify-content:center}.Hero-module__EWdncq__trustBadges{justify-content:center;gap:1.2rem}.Hero-module__EWdncq__imageFrame{max-width:440px}.Hero-module__EWdncq__imageCaption{text-align:center}}@media (max-width:480px){.Hero-module__EWdncq__title{font-size:2.2rem}.Hero-module__EWdncq__description{font-size:.95rem}.Hero-module__EWdncq__primaryBtn{padding:.75rem 2rem;font-size:.85rem}.Hero-module__EWdncq__secondaryBtn{padding:.75rem .3rem;font-size:.85rem}.Hero-module__EWdncq__trustBadges{flex-direction:column;align-items:center;gap:.6rem;font-size:.8rem}.Hero-module__EWdncq__trustBadges span:before{display:none}}
:root{--bg-warm:#faf8f5;--text-deep:#1f1d1b;--text-soft:#4a4540;--accent-gold:#b8956a;--accent-gold-light:#dac9b6;--border-subtle:#e8e1d8;--shadow-air:0 20px 50px -12px #1f1d1b14;--radius-frame:12px;--transition-elegant:.4s ease}.Hero-module__YCKUNW__hero{background:#c1c6fb;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2.5rem;display:flex;position:relative}.Hero-module__YCKUNW__hero:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__YCKUNW__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid;position:relative}.Hero-module__YCKUNW__content{opacity:0;flex-direction:column;gap:1.6rem;animation:1s forwards Hero-module__YCKUNW__fadeUp;display:flex}.Hero-module__YCKUNW__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:40px;width:fit-content;padding:.3rem 1.2rem;font-size:.7rem;font-weight:400;display:inline-block}.Hero-module__YCKUNW__title{color:var(--text-deep);letter-spacing:-.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:400;line-height:1.08}.Hero-module__YCKUNW__title:after{content:"";background:var(--accent-gold);border-radius:4px;width:72px;height:3px;margin-top:1.4rem;display:block}.Hero-module__YCKUNW__description{color:#000;letter-spacing:.01em;max-width:520px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.Hero-module__YCKUNW__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:.4rem;display:flex}.Hero-module__YCKUNW__primaryBtn{background:var(--text-deep);color:#fff;letter-spacing:.03em;transition:all var(--transition-elegant);border:1px solid var(--text-deep);border-radius:60px;padding:.85rem 2.8rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__YCKUNW__primaryBtn:hover{color:var(--text-deep);background:0 0;transform:translateY(-2px);box-shadow:0 8px 24px #1f1d1b0f}.Hero-module__YCKUNW__secondaryBtn{color:var(--text-soft);transition:all var(--transition-elegant);background:0 0;border:none;border-bottom:1.5px solid #000;padding:.85rem .5rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-block}.Hero-module__YCKUNW__secondaryBtn:hover{border-bottom-color:var(--accent-gold);color:var(--text-deep);transform:translateY(-2px)}.Hero-module__YCKUNW__trustBadges{color:#000;letter-spacing:.02em;flex-wrap:wrap;gap:1.8rem;margin-top:.6rem;font-size:.85rem;font-weight:300;display:flex}.Hero-module__YCKUNW__trustBadges span{opacity:.8;align-items:center;gap:.4rem;display:flex}.Hero-module__YCKUNW__trustBadges span:before{content:"";background:var(--accent-gold);border-radius:50%;width:4px;height:4px;display:inline-block}.Hero-module__YCKUNW__imageWrapper{opacity:0;flex-direction:column;align-items:center;animation:1s .2s forwards Hero-module__YCKUNW__fadeUp;display:flex}.Hero-module__YCKUNW__imageFrame{border-radius:var(--radius-frame);width:100%;max-width:560px;box-shadow:var(--shadow-air);background:#fff;transition:transform .6s,box-shadow .6s;overflow:hidden;transform:scale(1)}.Hero-module__YCKUNW__imageFrame:hover{transform:scale(1.005);box-shadow:0 30px 70px -12px #1f1d1b1f}.Hero-module__YCKUNW__image{object-fit:cover;filter:saturate(.92)contrast(1.02);width:100%;height:auto;display:block}.Hero-module__YCKUNW__imageCaption{letter-spacing:.2em;text-transform:uppercase;color:#000;opacity:.5;border-top:1px solid var(--border-subtle);text-align:center;max-width:400px;margin-top:1.2rem;padding-top:1.2rem;font-size:.7rem;font-weight:400}@keyframes Hero-module__YCKUNW__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__YCKUNW__container{gap:3rem}.Hero-module__YCKUNW__title{font-size:3.4rem}}@media (max-width:768px){.Hero-module__YCKUNW__hero{padding:3rem 1.5rem}.Hero-module__YCKUNW__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__YCKUNW__content{align-items:center}.Hero-module__YCKUNW__eyebrow{align-self:center}.Hero-module__YCKUNW__title{font-size:2.8rem}.Hero-module__YCKUNW__title:after{margin-left:auto;margin-right:auto}.Hero-module__YCKUNW__description{max-width:100%;font-size:1rem}.Hero-module__YCKUNW__actions{justify-content:center}.Hero-module__YCKUNW__trustBadges{justify-content:center;gap:1.2rem}.Hero-module__YCKUNW__imageFrame{max-width:440px}.Hero-module__YCKUNW__imageCaption{text-align:center}}@media (max-width:480px){.Hero-module__YCKUNW__title{font-size:2.2rem}.Hero-module__YCKUNW__description{font-size:.95rem}.Hero-module__YCKUNW__primaryBtn{padding:.75rem 2rem;font-size:.85rem}.Hero-module__YCKUNW__secondaryBtn{padding:.75rem .3rem;font-size:.85rem}.Hero-module__YCKUNW__trustBadges{flex-direction:column;align-items:center;gap:.6rem;font-size:.8rem}.Hero-module__YCKUNW__trustBadges span:before{display:none}}
