@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@400;500;600;700&family=Kaushan+Script&display=swap";
:root{--paper:#f4e8ca;--paper-deep:#e8d7ad;--ink:#15364f;--ink-soft:#35566a;--red:#e94e2c;--red-dark:#bd351f;--teal:#0d5b60;--gold:#d89d2b;--white:#fffaf0;--line:#15364f38;--shadow:0 26px 70px #182b3429;--font-script:"Kaushan Script", cursive;--font-display:"Bebas Neue", sans-serif;--font-body:"DM Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:100px}body{background:var(--paper);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;overflow-x:hidden}body:before{z-index:100;pointer-events:none;content:"";opacity:.045;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");position:fixed;inset:0}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}::selection{color:var(--white);background:var(--teal)}:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.site-shell{background:radial-gradient(circle at 85% 12%, #d89d2b1f, transparent 26rem), var(--paper);min-height:100vh}.site-header{z-index:30;border-bottom:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;width:min(100% - 96px,1440px);min-height:96px;display:grid;position:absolute;top:0;left:50%;transform:translate(-50%)}.brand{align-items:baseline;width:max-content;line-height:1;display:inline-flex}.brand span{z-index:1;color:var(--ink);font-family:var(--font-script);margin-right:-5px;font-size:1.85rem;position:relative;transform:rotate(-5deg)}.brand strong{color:var(--red);font-family:var(--font-display);letter-spacing:.055em;font-size:1.5rem;font-weight:400}.site-header nav{letter-spacing:.09em;text-transform:uppercase;justify-self:start;align-items:center;gap:2.25rem;font-size:.79rem;font-weight:700;display:flex}.site-header nav a,.header-call,.header-whatsapp{transition:color .18s}.site-header nav a:hover,.header-call:hover,.header-whatsapp:hover{color:var(--red)}.header-actions{justify-self:end;align-items:center;gap:.85rem;display:flex}.header-call{align-items:center;gap:.65rem;font-size:.88rem;font-weight:700;display:inline-flex}.header-call svg{color:var(--red)}.header-whatsapp{border:2px solid var(--ink);width:40px;height:40px;color:var(--white);background:#1f8f5f;border-radius:50%;place-items:center;transition:color .18s,background .18s,transform .18s;display:grid}.header-whatsapp:hover{color:var(--white);background:#167447;transform:translateY(-2px)}.hero{min-height:780px;padding:150px max(48px,50vw - 720px) 80px;display:flex;position:relative;overflow:hidden}.hero-frame{z-index:0;border:2px solid var(--ink);pointer-events:none;position:absolute;inset:20px}.hero-frame:before,.hero-frame:after{content:"";width:48px;height:48px;position:absolute}.hero-frame:before{border-top:2px solid var(--ink);border-left:2px solid var(--ink);top:8px;left:8px}.hero-frame:after{border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);bottom:8px;right:8px}.hero-content{z-index:2;grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);align-items:center;gap:clamp(3rem,7vw,8rem);width:100%;display:grid;position:relative}.hero-copy{padding:2rem 0 3rem}.eyebrow{color:var(--teal);letter-spacing:.17em;text-transform:uppercase;align-items:center;gap:.9rem;font-size:.72rem;font-weight:800;line-height:1.4;display:flex}.eyebrow span+span:before{content:"";background:var(--gold);border-radius:50%;width:5px;height:5px;margin:0 .9rem .1rem 0;display:inline-block}.hero-title{flex-direction:column;align-items:flex-start;gap:1.25rem;margin:clamp(1rem,2.5vw,2rem) 0 1.5rem;font-weight:400;line-height:1;display:flex}.hero-name{z-index:2;color:var(--ink);font-family:var(--font-script);letter-spacing:-.08em;margin-left:clamp(1rem,6vw,5rem);font-size:clamp(4.8rem,8.2vw,8rem);line-height:.9;position:relative;transform:rotate(-5deg)}.hero-trade{z-index:1;color:var(--red);font-family:var(--font-display);letter-spacing:.015em;text-shadow:.025em .035em 0 var(--gold);cursor:default;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;font-size:clamp(6rem,11vw,11rem);line-height:.82;display:block;position:relative}.hero-trade:after{content:"";background:var(--ink);transform-origin:0;height:5px;transition:transform .35s;position:absolute;bottom:-.1em;left:.03em;right:.03em;transform:scaleX(.16)}.hero-trade:hover:after{transform:scaleX(.34)}.hero-intro{max-width:610px;color:var(--ink-soft);font-size:clamp(1.02rem,1.35vw,1.2rem);line-height:1.75}.hero-actions{flex-wrap:wrap;gap:.8rem;margin-top:2.25rem;display:flex}.button{border:2px solid var(--ink);letter-spacing:.06em;text-transform:uppercase;justify-content:center;align-items:center;gap:.7rem;min-height:54px;padding:0 1.5rem;font-size:.82rem;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.button:hover{transform:translateY(-3px)}.button-primary{color:var(--white);background:var(--ink);box-shadow:5px 5px 0 var(--gold)}.button-primary:hover{box-shadow:7px 7px 0 var(--gold)}.button-secondary{background:#fffaf073}.button-secondary:hover{background:var(--white)}.hero-assurances{color:var(--ink-soft);flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:2.3rem;font-size:.78rem;font-weight:700;display:flex}.hero-assurances span{align-items:center;gap:.4rem;display:inline-flex}.hero-assurances svg{color:var(--teal)}.hero-service-board{border:3px solid var(--ink);background:var(--white);width:min(100%,500px);box-shadow:14px 14px 0 var(--gold), var(--shadow);transform-origin:50%;justify-self:end;padding:clamp(2rem,4vw,3.2rem);position:relative}.hero-board-heading{border-bottom:2px solid var(--ink);align-items:center;gap:1.15rem;padding-bottom:2rem;display:flex}.hero-board-mark{border:2px solid var(--ink);width:62px;height:62px;color:var(--white);background:var(--teal);border-radius:50%;flex:0 0 62px;place-items:center;display:grid}.hero-board-heading p{color:var(--teal);letter-spacing:.13em;text-transform:uppercase;margin-bottom:.45rem;font-size:.66rem;font-weight:800}.hero-board-heading h2{font-family:var(--font-display);letter-spacing:.02em;text-transform:uppercase;font-size:clamp(2rem,3.2vw,3.1rem);font-weight:400;line-height:.92}.hero-service-list{grid-template-columns:1fr 1fr;display:grid}.hero-service-list>div{border-bottom:1px solid var(--line);min-width:0;color:var(--ink);font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.75rem;padding:1.35rem .8rem 1.35rem 0;font-size:1.3rem;display:flex}.hero-service-list>div:nth-child(2n){border-left:1px solid var(--line);padding-left:1rem;padding-right:0}.hero-service-list svg{color:var(--red);flex:none}.hero-board-footer{align-items:center;gap:1rem;padding-top:1.7rem;display:flex}.hero-board-footer strong{color:var(--red);font-family:var(--font-display);font-size:3.6rem;font-weight:400;line-height:.8}.hero-board-footer span{max-width:130px;color:var(--ink-soft);letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:800;line-height:1.35}.hero-scroll{z-index:3;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:1rem;font-size:.66rem;font-weight:800;display:flex;position:absolute;bottom:50px;left:max(48px,50vw - 720px)}.scroll-line{background:var(--ink);width:55px;height:1px;transition:width .2s;display:block}.hero-scroll:hover .scroll-line{width:76px}.trust-strip{z-index:3;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);color:var(--paper);background:var(--teal);position:relative;overflow:hidden}.trust-strip>div{min-width:max-content;font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;justify-content:space-around;align-items:center;padding:1.05rem 3rem;font-size:clamp(1.1rem,1.8vw,1.55rem);display:flex}.trust-strip span{align-items:center;display:flex}.trust-strip span:not(:last-child):after{content:"";background:var(--gold);border-radius:50%;width:8px;height:8px;margin:0 clamp(1.5rem,4vw,4.5rem)}.section{padding:clamp(6rem,10vw,10rem) max(32px,50vw - 660px)}.services{background:linear-gradient(#15364f0b 1px, transparent 1px), linear-gradient(90deg, #15364f0b 1px, transparent 1px), var(--paper-deep);background-size:48px 48px}.section-heading{grid-template-columns:1fr .7fr;align-items:end;gap:4rem;margin-bottom:4rem;display:grid}.section-heading h2,.service-details-heading h2,.process-heading h2,.contact-copy h2{font-family:var(--font-display);letter-spacing:.015em;text-transform:uppercase;margin-top:1.1rem;font-size:clamp(4rem,7vw,7rem);font-weight:400;line-height:.88}.multiline-title{white-space:pre-line}.section-lede{max-width:520px;color:var(--ink-soft);padding-bottom:.5rem;font-size:1.05rem;line-height:1.75}.service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;display:grid}.service-card{border:2px solid var(--ink);background:#fffaf0c7;min-height:500px;padding:clamp(1.7rem,2.5vw,2.5rem);transition:transform .22s,box-shadow .22s,background .22s;position:relative;overflow:hidden;box-shadow:8px 8px #15364f1a}.service-card:before{content:"";border-bottom:2px solid var(--ink);border-left:2px solid var(--ink);background:var(--gold);width:76px;height:76px;position:absolute;top:0;right:0;transform:translate(39px,-39px)rotate(45deg)}.service-card:hover{z-index:2;background:var(--white);box-shadow:12px 12px 0 var(--gold);transform:translateY(-8px)}.service-card-top{justify-content:space-between;align-items:center;margin-bottom:3.8rem;display:flex}.service-number{color:var(--red);font-family:var(--font-display);font-size:2.1rem}.service-icon{border:2px solid var(--ink);width:54px;height:54px;color:var(--ink);background:var(--paper);border-radius:50%;place-items:center;display:grid}.service-eyebrow{color:var(--teal);letter-spacing:.15em;text-transform:uppercase;font-size:.69rem;font-weight:800}.service-card h3{font-family:var(--font-display);letter-spacing:.02em;text-transform:uppercase;margin:.65rem 0 1.2rem;font-size:clamp(2.15rem,2.8vw,3rem);font-weight:400;line-height:.95}.service-description{color:var(--ink-soft);font-size:.95rem;line-height:1.7}.service-card ul{border-top:1px solid var(--line);gap:.65rem;margin-top:2rem;padding-top:1.5rem;list-style:none;display:grid}.service-card li{align-items:center;gap:.7rem;font-size:.83rem;font-weight:700;display:flex}.service-card li:before{content:"";background:var(--red);border-radius:50%;flex:0 0 6px;width:6px;height:6px}.service-details{color:var(--paper);background:radial-gradient(circle at 90% 12%, #d89d2b24, transparent 28rem), var(--teal)}.service-details-heading{grid-template-columns:.65fr 1fr;align-items:end;gap:1rem clamp(3rem,8vw,8rem);margin-bottom:clamp(3rem,6vw,6rem);display:grid}.service-details-heading .eyebrow{grid-column:1/-1}.service-details-heading h2{max-width:700px;color:var(--white)}.service-details-heading>p:last-child{color:#f4e8cac2;max-width:560px;padding-bottom:.5rem;font-size:1rem;line-height:1.75}.service-detail-list{border-top:1px solid #f4e8ca47}.service-detail{border-bottom:1px solid #f4e8ca47;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:clamp(3rem,8vw,8rem);padding:clamp(3rem,6vw,5.5rem) 0;display:grid}.service-detail-title{grid-template-columns:50px 62px minmax(0,1fr);align-items:start;gap:1rem;display:grid}.service-detail-title>span:first-child{color:var(--gold);font-family:var(--font-display);font-size:1.8rem;line-height:1}.service-detail-icon{width:58px;height:58px;color:var(--gold);border:2px solid #f4e8cab8;border-radius:50%;place-items:center;display:grid}.service-detail-title p{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.45rem;font-size:.66rem;font-weight:800}.service-detail-title h3{color:var(--white);font-family:var(--font-display);letter-spacing:.02em;text-transform:uppercase;font-size:clamp(2.5rem,4vw,4.2rem);font-weight:400;line-height:.9}.service-detail-copy>p{color:#f4e8cacc;max-width:700px;font-size:.98rem;line-height:1.8}.service-detail-copy>strong{color:var(--white);letter-spacing:.13em;text-transform:uppercase;margin:2rem 0 1rem;font-size:.7rem;display:block}.service-detail-copy ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1.5rem;list-style:none;display:grid}.service-detail-copy li{color:var(--paper);align-items:flex-start;gap:.6rem;font-size:.84rem;font-weight:600;line-height:1.5;display:flex}.service-detail-copy li svg{color:var(--gold);flex:none;margin-top:.1rem}.service-detail-copy>a{border-bottom:2px solid var(--gold);color:var(--white);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.55rem;margin-top:2rem;padding-bottom:.35rem;font-size:.75rem;font-weight:800;transition:color .18s,gap .18s;display:inline-flex}.service-detail-copy>a:hover{color:var(--gold);gap:.8rem}.process{color:var(--paper);background:radial-gradient(circle at 10% 90%, #d89d2b26, transparent 28rem), var(--ink);grid-template-columns:.75fr 1.25fr;gap:clamp(4rem,9vw,9rem);display:grid}.eyebrow-light{color:var(--gold)}.process-heading h2{color:var(--white)}.process-grid{border-top:1px solid #f4e8ca47}.process-step{border-bottom:1px solid #f4e8ca47;grid-template-columns:90px 1fr;column-gap:1.5rem;padding:2.25rem 0;display:grid}.process-meta{color:var(--gold);font-family:var(--font-display);grid-row:1/span 2;justify-content:space-between;align-items:flex-start;font-size:1.6rem;display:flex}.process-meta svg{margin-top:.1rem}.process-step h3{color:var(--white);font-size:1.2rem;line-height:1.3}.process-step p{color:#f4e8cab8;max-width:560px;margin-top:.65rem;font-size:.92rem;line-height:1.7}.contact{background:linear-gradient(135deg, #e94e2c0e, transparent 42%), var(--paper)}.contact-card{border:3px solid var(--ink);background:var(--white);box-shadow:14px 14px 0 var(--gold);grid-template-columns:.85fr 1.15fr;gap:clamp(3rem,8vw,8rem);padding:clamp(2.5rem,6vw,6rem);display:grid}.contact-copy>p:last-child{max-width:470px;color:var(--ink-soft);margin-top:1.5rem;line-height:1.75}.contact-links{flex-direction:column;justify-content:center;display:flex}.contact-links a{border-bottom:2px solid var(--ink);grid-template-columns:auto 1fr auto;align-items:center;gap:1.1rem;min-width:0;padding:1.8rem 0;transition:color .18s,padding .18s;display:grid}.contact-links a:first-child{border-top:2px solid var(--ink)}.contact-links a:hover{color:var(--red);padding-left:.5rem;padding-right:.5rem}.contact-link-icon{width:52px;height:52px;color:var(--white);background:var(--teal);border-radius:50%;place-items:center;display:grid}.contact-link-icon-whatsapp{background:#1f8f5f}.contact-links a>span:nth-child(2){min-width:0}.contact-links small{color:var(--ink-soft);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.3rem;font-size:.66rem;font-weight:800;display:block}.contact-links strong{overflow-wrap:anywhere;font-size:clamp(1rem,2.1vw,1.55rem);display:block}.contact-arrow{transition:transform .18s}.contact-links a:hover .contact-arrow{transform:translate(4px,-4px)}.site-footer{border-top:2px solid var(--ink);color:var(--paper);background:var(--teal);letter-spacing:.05em;text-transform:uppercase;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;padding:2.5rem max(32px,50vw - 660px);font-size:.72rem;font-weight:700;display:grid}.brand-footer span{color:var(--paper);margin-right:0}.brand-footer{align-items:center;gap:.55rem}.brand-footer strong{color:var(--gold)}.site-footer p:last-child{justify-self:end}.game-overlay{z-index:200;background:#5c94fc;position:fixed;inset:0}.game-canvas{cursor:pointer;width:100%;height:100%;display:block}.game-close{z-index:1000000;color:#fff;font-family:var(--font-display);text-shadow:2px 2px #000;cursor:pointer;background:0 0;border:0;font-size:clamp(1.5rem,3vw,2.4rem);transition:color .18s,transform .18s;position:absolute;top:2rem;right:2rem}.game-close:hover{color:var(--red);transform:translateY(-2px)}@media (max-width:1100px){.site-header{width:min(100% - 64px,1000px)}.site-header nav{gap:1.4rem}.hero{padding-left:50px;padding-right:50px}.hero-content{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:3rem}.hero-trade{font-size:clamp(5.5rem,11vw,8rem)}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media (max-width:860px){.site-header{width:calc(100% - 56px)}.site-header nav{display:none}.hero{min-height:auto;padding:135px 42px 100px}.hero-content{grid-template-columns:1fr}.hero-copy{padding-bottom:0}.hero-title{width:min-content}.hero-name{font-size:clamp(5rem,18vw,8rem)}.hero-trade{font-size:clamp(6rem,21vw,10rem)}.hero-intro{max-width:670px}.hero-service-board{justify-self:center;width:min(86vw,580px)}.hero-scroll{display:none}.trust-strip>div{justify-content:space-around;width:100%;min-width:0}.trust-strip span:nth-child(n+3){display:none}.section-heading,.service-details-heading,.process,.contact-card{grid-template-columns:1fr}.section-heading{gap:1.8rem}.service-card{min-height:auto}.service-detail{grid-template-columns:1fr;gap:2.5rem}.process{gap:3.5rem}.contact-card{gap:3rem}.site-footer{grid-template-columns:1fr 1fr}.site-footer>p:nth-child(2){display:none}}@media (max-width:600px){.site-header{width:calc(100% - 40px);min-height:78px}.brand span{font-size:1.55rem}.brand strong{font-size:1.22rem}.header-call{border:2px solid var(--ink);border-radius:50%;justify-content:center;width:42px;height:42px}.header-call span{display:none}.header-actions{gap:.5rem}.header-whatsapp{width:42px;height:42px}.hero{padding:110px 26px 80px}.hero-frame{inset:10px}.eyebrow{flex-wrap:wrap;gap:.35rem 0;max-width:280px}.hero-name{margin-left:.4rem;font-size:clamp(4.1rem,20vw,6rem)}.hero-trade{text-shadow:.025em .035em 0 var(--gold);font-size:clamp(4.4rem,22vw,6.8rem)}.hero-trade:after{height:3px}.hero-intro{font-size:.98rem;line-height:1.65}.hero-actions{grid-template-columns:1fr;display:grid}.button{width:100%}.hero-assurances{gap:.65rem;display:grid}.hero-service-board{width:calc(100vw - 70px);box-shadow:8px 8px 0 var(--gold);padding:1.45rem}.hero-board-heading{align-items:flex-start}.hero-board-mark{flex-basis:48px;width:48px;height:48px}.hero-board-heading h2{font-size:2rem}.hero-service-list{grid-template-columns:1fr}.hero-service-list>div,.hero-service-list>div:nth-child(2n){border-left:0;border-right:0;padding:1rem 0}.hero-board-footer strong{font-size:3rem}.trust-strip>div{justify-content:flex-start;padding:.9rem 1.5rem}.trust-strip span:nth-child(n+3){display:none}.section{padding:5.5rem 24px}.section-heading h2,.service-details-heading h2,.process-heading h2,.contact-copy h2{font-size:clamp(3.7rem,18vw,5rem)}.service-grid{grid-template-columns:1fr}.service-card{padding:1.7rem}.service-card-top{margin-bottom:2.7rem}.service-detail-title{grid-template-columns:42px 50px minmax(0,1fr);gap:.7rem}.service-detail-icon{width:46px;height:46px}.service-detail-copy ul{grid-template-columns:1fr}.process-step{grid-template-columns:62px 1fr;column-gap:1rem}.process-meta{flex-direction:column;gap:.8rem}.contact-card{box-shadow:8px 8px 0 var(--gold);padding:2rem 1.35rem}.contact-links a{grid-template-columns:auto 1fr;gap:.85rem}.contact-link-icon{width:44px;height:44px}.contact-arrow{display:none}.game-close{top:1rem;right:1rem}.site-footer{flex-direction:column;align-items:flex-start;padding:2.5rem 24px;display:flex}.site-footer p:last-child{justify-self:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
