@import "https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..900;1,9..144,300..900&family=Inter+Tight:wght@300;400;500;700&family=JetBrains+Mono:wght@400;500;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap";:root{--bg-deepest:#d8d3bb;--bg-base:#e4dfc6;--bg-surface:#f0ebda;--bg-card:#fdfaf4;--bg-hover:#d8d3bb;--bg-nav:#e4dfc6e0;--bg-overlay:#f0ebdafa;--modal-backdrop:#0000008c;--text-primary:#1c1f14;--text-secondary:#4a5240;--text-muted:#525c46;--text-disabled:#8a9476;--accent:#c9a961;--accent-bright:#e8c547;--accent-hover:#a88840;--on-accent:#1c1f14;--accent-rgb:201, 169, 97;--border-faint:#4a52401f;--border-subtle:#4a52402e;--border-default:#4a524047;--border-medium:#4a524061;--border-strong:#4a524080;--shadow:#1c1f141a;--error:#c85a2e;--success:#7da87b;--warning:#c9a961;--info:#7a9db3}[data-theme=dark]{--bg-deepest:#111410;--bg-base:#181b12;--bg-surface:#1f2218;--bg-card:#252b1b;--bg-hover:#191d13;--bg-nav:#181b12b8;--bg-overlay:#181b12fa;--modal-backdrop:#000000bf;--text-primary:#f0ebd2;--text-secondary:#c5bfa6;--text-muted:#8a9476;--text-disabled:#4a5240;--accent:#e8c547;--accent-bright:#e8c547;--accent-hover:#d4b233;--on-accent:#181b12;--accent-rgb:232, 197, 71;--border-faint:#4a52401a;--border-subtle:#4a524026;--border-default:#4a524038;--border-medium:#4a524052;--border-strong:#4a524073;--shadow:#00000047;--error:#c85a2e;--success:#7da87b;--warning:#c9a961;--info:#7a9db3}*{box-sizing:border-box;margin:0;padding:0}html{background-color:var(--bg-base);color:var(--text-primary);scroll-behavior:smooth;scroll-padding-top:6rem;overflow-x:hidden}body{background-color:var(--bg-base);color:var(--text-primary);font-family:Inter Tight,sans-serif;font-weight:400;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.01em;font-family:Fraunces,serif;font-weight:500}p{font-weight:300}a{color:inherit;text-decoration:none}.skipLink{z-index:9999;background:var(--accent);color:var(--on-accent);border-radius:0 0 .5rem .5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:top .2s;position:absolute;top:-100%;left:1rem}.skipLink:focus{top:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.bg-surface{background-color:var(--bg-base)}.liquid-gradient{background:var(--accent);color:var(--on-accent)}.glass-nav{-webkit-backdrop-filter:blur(20px)}.ghost-border{border:1px solid var(--border-subtle)}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;font-family:Material Symbols Outlined;font-size:24px;font-style:normal;font-weight:400;line-height:1;display:inline-block}::selection{background-color:var(--accent);color:var(--on-accent)}._overlay_12r5z_1{background-color:var(--modal-backdrop);z-index:1000;justify-content:center;align-items:center;padding:20px;animation:.2s _fadeIn_12r5z_1;display:flex;position:fixed;inset:0}@keyframes _fadeIn_12r5z_1{0%{opacity:0}to{opacity:1}}._modal_12r5z_25{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;flex-direction:column;width:100%;max-width:700px;max-height:85vh;animation:.3s _slideUp_12r5z_1;display:flex;box-shadow:0 10px 40px #0003}@keyframes _slideUp_12r5z_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._header_12r5z_49{border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:center;padding:24px;display:flex}._title_12r5z_57{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:600}._closeButton_12r5z_64{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:1.5rem;transition:all .2s}._closeButton_12r5z_64:hover{background-color:var(--bg-hover);color:var(--text-primary)}._closeButton_12r5z_64:focus{outline:2px solid var(--accent);outline-offset:2px}._content_12r5z_85{color:var(--text-secondary);flex:1;padding:24px;font-size:.95rem;line-height:1.6;overflow-y:auto}._content_12r5z_85 h2{color:var(--text-primary);margin-top:24px;margin-bottom:12px;font-size:1.25rem;font-weight:600}._content_12r5z_85 h2:first-child{margin-top:0}._content_12r5z_85 h3{color:var(--text-secondary);margin-top:16px;margin-bottom:8px;font-size:1.1rem;font-weight:600}._content_12r5z_85 p{margin-bottom:12px}._content_12r5z_85 ul,._content_12r5z_85 ol{margin-bottom:12px;margin-left:20px;padding-left:0}:is(._content_12r5z_85 ul,._content_12r5z_85 ol) li{margin-bottom:6px}._content_12r5z_85 a{color:var(--accent);text-decoration:none;transition:color .2s}._content_12r5z_85 a:hover{text-decoration:underline}._content_12r5z_85 strong{color:var(--text-primary)}@media (width<=640px){._modal_12r5z_25{max-width:100%;max-height:90vh}._header_12r5z_49{padding:16px}._title_12r5z_57{font-size:1.25rem}._content_12r5z_85{padding:16px;font-size:.9rem}._content_12r5z_85 h2{margin-top:16px;font-size:1.1rem}._content_12r5z_85 h3{font-size:1rem}}._nav_1w92i_1{z-index:50;background-color:var(--bg-nav);-webkit-backdrop-filter:blur(60px);border-bottom:1px solid var(--border-subtle);box-shadow:0 20px 25px -5px rgba(var(--accent-rgb), .05);transition:all .3s;position:fixed;top:0;left:0;right:0}._nav_1w92i_1._navCompressed_1w92i_29{box-shadow:0 10px 15px -3px rgba(var(--accent-rgb), .02);padding:.5rem 0}._container_1w92i_39{justify-content:space-between;align-items:center;width:100%;max-width:80rem;margin:0 auto;padding:1.5rem;transition:padding .3s;display:flex;position:relative}@media (width>=768px){._container_1w92i_39{justify-content:space-between;padding:1.75rem 2rem}}._nav_1w92i_1._navCompressed_1w92i_29 ._container_1w92i_39{padding:.75rem 1.5rem}@media (width>=768px){._nav_1w92i_1._navCompressed_1w92i_29 ._container_1w92i_39{padding:.75rem 2rem}}._logo_1w92i_97{cursor:pointer;align-items:center;font-size:22px;transition:opacity .3s;display:flex}@media (width>=768px){._logo_1w92i_97{font-size:30px}}._logo_1w92i_97:hover{opacity:.8}._logoMobile_1w92i_133{align-items:flex-end;gap:2px;display:flex}@media (width>=768px){._logoMobile_1w92i_133{display:none}}._logoDesktop_1w92i_157{display:none}@media (width>=768px){._logoDesktop_1w92i_157{align-items:center;display:flex}}._logoIconR_1w92i_179{color:var(--text-primary);font-family:Fraunces,serif;font-size:38px;font-style:italic;font-weight:400;line-height:1}._logoIconDot_1w92i_197{background:var(--accent);border-radius:50%;flex-shrink:0;width:9px;height:9px;margin-bottom:4px;display:inline-block}._logoImage_1w92i_217{object-fit:contain;width:auto;height:1.5rem}@media (width>=768px){._logoImage_1w92i_217{height:2.5rem}}._navLinks_1w92i_243{flex:1;justify-content:center;align-items:center;gap:2rem;display:none}@media (width>=768px){._navLinks_1w92i_243{display:flex}}._navLink_1w92i_243{letter-spacing:.05em;color:var(--text-primary);cursor:pointer;white-space:nowrap;font-family:Inter Tight,sans-serif;font-size:18px;font-weight:300;transition:color .3s}._navLink_1w92i_243:hover{color:var(--accent)}._rightSection_1w92i_301{align-items:center;gap:1.5rem;display:none}@media (width>=768px){._rightSection_1w92i_301{display:flex}}._languagesContainer_1w92i_325{align-items:center;gap:.5rem;display:none}@media (width>=768px){._languagesContainer_1w92i_325{display:flex}}._languageButton_1w92i_349{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.25rem .5rem;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:500;transition:color .3s}._languageButton_1w92i_349:hover{color:var(--accent)}._languageButton_1w92i_349._active_1w92i_387{color:var(--accent);border-bottom-color:var(--accent)}._ctaButton_1w92i_397{display:none}@media (width>=768px){._ctaButton_1w92i_397{background:var(--accent);color:var(--bg-base);cursor:pointer;border:none;border-radius:.75rem;padding:.5rem 1.5rem;font-size:14px;font-weight:700;transition:transform .2s;display:block;transform:scale(.95)}._ctaButton_1w92i_397:active{transform:scale(.9)}._ctaButton_1w92i_397:hover{filter:brightness(1.1)}}._mobileMenuButton_1w92i_455{cursor:pointer;z-index:201;background:0 0;border:none;flex-direction:column;gap:5px;padding:0;display:flex;position:absolute;right:1.5rem}@media (width>=768px){._mobileMenuButton_1w92i_455{display:none}}._mobileMenuButton_1w92i_455 span{background-color:var(--text-primary);border-radius:2px;width:24px;height:2px;transition:all .3s}._mobileMenuButton_1w92i_455._open_1w92i_509 span:first-child{transform:rotate(45deg)translate(10px,10px)}._mobileMenuButton_1w92i_455._open_1w92i_509 span:nth-child(2){opacity:0}._mobileMenuButton_1w92i_455._open_1w92i_509 span:nth-child(3){transform:rotate(-45deg)translate(8px,-8px)}._mobileLanguagesContainer_1w92i_535{align-items:center;gap:.3rem;display:flex;position:absolute;right:5.5rem}@media (width>=768px){._mobileLanguagesContainer_1w92i_535{display:none}}._mobileLanguageButtonTop_1w92i_563{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.25rem .4rem;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:500;transition:color .2s}._mobileLanguageButtonTop_1w92i_563:hover{color:var(--accent)}._mobileLanguageButtonTop_1w92i_563._active_1w92i_387{color:var(--accent);border-bottom-color:var(--accent)}._mobileMenu_1w92i_455{background:var(--bg-overlay);-webkit-backdrop-filter:blur(60px);z-index:49;width:100vw;height:100dvh;animation:.2s ease-out _slideDown_1w92i_1;display:block;position:fixed;top:0;left:0;overflow:hidden auto}@media (width>=768px){._mobileMenu_1w92i_455{display:none}}@keyframes _slideDown_1w92i_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._mobileMenuContent_1w92i_679{padding:5rem 1rem max(4rem, env(safe-area-inset-bottom,2rem));flex-direction:column;gap:0;width:100%;max-width:80rem;margin:0 auto;display:flex}._mobileNavLink_1w92i_699{color:var(--text-primary);border-radius:8px;padding:1rem;font-family:Inter Tight,sans-serif;font-size:1rem;font-weight:400;text-decoration:none;transition:all .3s}._mobileNavLink_1w92i_699:hover{color:var(--accent);background:rgba(var(--accent-rgb), .1)}._mobileDivider_1w92i_731{background:linear-gradient(to right, transparent, var(--border-default), transparent);height:1px;margin:.5rem 0}._mobileLanguages_1w92i_535{align-items:center;gap:.75rem;padding:.5rem 0;display:flex}._mobileLanguageButton_1w92i_563{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);background:var(--border-subtle);border:1px solid var(--border-default);cursor:pointer;border-radius:6px;flex:1;padding:.5rem .75rem;font-family:Inter Tight,sans-serif;font-size:.875rem;font-weight:600;transition:all .3s}._mobileLanguageButton_1w92i_563:hover{background:rgba(var(--accent-rgb), .1);color:var(--accent);border-color:rgba(var(--accent-rgb), .2)}._mobileLanguageButton_1w92i_563._active_1w92i_387{background:var(--accent);color:var(--bg-base);border-color:var(--accent)}._themeToggle_1w92i_823{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:6px;align-items:center;padding:.25rem;transition:color .2s;display:flex}._themeToggle_1w92i_823:hover{color:var(--accent)}._themeToggle_1w92i_823 ._material-symbols-outlined_1w92i_855{font-size:20px}._mobileThemeToggle_1w92i_863{border:1px solid var(--border-subtle);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.75rem;width:100%;margin-top:.5rem;padding:.75rem 1rem;font-family:Inter Tight,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}._mobileThemeToggle_1w92i_863:hover{color:var(--accent);border-color:var(--accent)}._mobileThemeToggle_1w92i_863 ._material-symbols-outlined_1w92i_855{font-size:18px}._mobileCTAButton_1w92i_917{background:var(--accent);width:100%;color:var(--bg-base);cursor:pointer;border:none;border-radius:8px;margin-top:.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:700;transition:all .3s}._mobileCTAButton_1w92i_917:hover{filter:brightness(1.1);box-shadow:0 0 20px rgba(var(--accent-rgb), .3)}._mobileCTAButton_1w92i_917:active{transform:scale(.95)}._heroSection_tbpno_1{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;width:100%;min-height:100svh;padding:6rem 2rem 4rem;display:flex;position:relative}@media (width>=768px){._heroSection_tbpno_1{justify-content:center;min-height:100svh;padding:2rem}}._heroBackground_tbpno_43{background:radial-gradient(circle at center, rgba(var(--accent-rgb), .06) 0%, transparent 70%);pointer-events:none;position:absolute;inset:0}._heroContent_tbpno_57{z-index:1;flex-direction:column;align-items:center;gap:1.5rem;max-width:80rem;display:flex;position:relative}._heroTag_tbpno_77{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);z-index:1;margin-bottom:1.5rem;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:500;position:relative}._heroTitle_tbpno_101{letter-spacing:-.025em;z-index:1;max-width:56rem;margin-bottom:2rem;font-size:3rem;font-weight:800;line-height:1.2;position:relative}@media (width>=768px){._heroTitle_tbpno_101{font-size:5rem}}._heroTitleItalic_tbpno_135{color:var(--accent);font-style:italic;font-weight:400}._heroDescription_tbpno_147{color:var(--text-muted);z-index:1;max-width:42rem;margin-bottom:3rem;font-size:1.125rem;font-weight:300;line-height:1.6;position:relative}@media (width>=768px){._heroDescription_tbpno_147{font-size:1.25rem}}._buttonGroup_tbpno_181{z-index:1;flex-direction:column;gap:1.5rem;display:flex;position:relative}@media (width>=640px){._buttonGroup_tbpno_181{flex-direction:row}}._primaryButton_tbpno_209{background:var(--accent);color:var(--bg-base);cursor:pointer;box-shadow:0 20px 25px -5px rgba(var(--accent-rgb), .2);border:none;border-radius:.75rem;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:700;transition:filter .3s}._primaryButton_tbpno_209:hover{filter:brightness(1.1)}._secondaryButton_tbpno_243{border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;background-color:#0000;border-radius:.75rem;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:700;transition:background-color .3s}._secondaryButton_tbpno_243:hover{background-color:var(--bg-surface)}._scrollIndicator_tbpno_275{cursor:pointer;z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}._scrollArrow_tbpno_299{color:var(--accent);opacity:.6;font-size:2rem;animation:2s infinite _bounce_tbpno_1}@keyframes _bounce_tbpno_1{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}._trustSection_1qf0a_1{background-color:var(--bg-deepest);border-top:1px solid var(--border-faint);border-bottom:1px solid var(--border-faint);padding:5rem 0}._trustContainer_1qf0a_15{max-width:80rem;margin:0 auto;padding:0 2rem}._trustTag_1qf0a_27{text-align:center;letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted);margin-bottom:3rem;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:500}._logoGridWrapper_1qf0a_49{width:70%;max-width:100%;margin:0 auto;padding:1rem 0;overflow:hidden}._logoGrid_1qf0a_49{will-change:transform;align-items:center;gap:4rem;animation:80s linear infinite _scrollLogos_1qf0a_1;display:inline-flex}@keyframes _scrollLogos_1qf0a_1{0%{transform:translate(0)}to{transform:translate(-33.333%)}}._logoItem_1qf0a_99{cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;height:100px;padding:0 1rem;transition:filter .3s;display:flex}._logo_1qf0a_49{object-fit:contain;filter:grayscale()brightness(.8);width:auto;max-width:160px;height:auto;max-height:100px;transition:filter .3s}._logoItem_1qf0a_99:hover ._logo_1qf0a_49{filter:grayscale(0%)brightness()}._logoItem_1qf0a_99._italic_1qf0a_157{font-style:italic}._logoItem_1qf0a_99._spaced_1qf0a_165{letter-spacing:.2em}._logoItem_1qf0a_99._bordered_1qf0a_173{border:1px solid var(--text-primary);padding:.5rem}._statsSection_1v01y_1{background:linear-gradient(135deg, rgba(var(--accent-rgb), .04) 0%, rgba(var(--accent-rgb), .02) 100%);border-top:1px solid rgba(var(--accent-rgb), .1);border-bottom:1px solid rgba(var(--accent-rgb), .1);padding:4rem 2rem}._statsContainer_1v01y_15{grid-template-columns:1fr;gap:3rem;max-width:80rem;margin:0 auto;display:grid}@media (width>=768px){._statsContainer_1v01y_15{grid-template-columns:repeat(3,1fr);gap:2rem}}._statItem_1v01y_45{text-align:center;flex-direction:column;align-items:center;display:flex}._statIcon_1v01y_59{color:var(--accent);margin-bottom:1rem;font-size:3rem}._statNumber_1v01y_71{color:var(--accent);margin-bottom:.5rem;font-size:2.5rem;font-weight:900}._statLabel_1v01y_85{color:var(--text-muted);font-size:1rem;font-weight:300;line-height:1.5}._statContext_1v01y_99{color:var(--text-disabled);text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem;font-family:JetBrains Mono,monospace;font-size:.7rem}@media (width<=768px){._statsSection_1v01y_1{padding:3rem 2rem}._statsContainer_1v01y_15{gap:2.5rem}._statIcon_1v01y_59{font-size:2.5rem}._statNumber_1v01y_71{font-size:2rem}._statLabel_1v01y_85{font-size:.95rem}}._processSection_19fky_1{max-width:80rem;margin:0 auto;padding:5rem 2rem}._sectionTitle_19fky_13{text-align:center;color:var(--text-primary);margin-bottom:3rem;font-size:2rem;font-weight:700}._stepsContainer_19fky_29{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){._stepsContainer_19fky_29{grid-template-columns:repeat(4,1fr);gap:1.5rem}}._stepBox_19fky_55{background-color:var(--bg-hover);border:1px solid rgba(var(--accent-rgb), .2);text-align:center;border-radius:.75rem;flex-direction:column;align-items:center;padding:2rem 1.5rem;transition:all .3s;display:flex;position:relative}._stepBox_19fky_55:hover{background-color:var(--bg-surface);border-color:rgba(var(--accent-rgb), .4);box-shadow:0 8px 24px rgba(var(--accent-rgb), .1)}._stepNumberCircle_19fky_93{background-color:var(--bg-base);border:2px solid var(--accent);width:3rem;height:3rem;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:900;display:flex}._stepIcon_19fky_123{color:var(--accent);margin-bottom:.75rem;font-size:2rem}._stepTitle_19fky_135{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}._stepDescription_19fky_149{color:var(--text-muted);font-size:.85rem;font-weight:300;line-height:1.4}._section_71w1d_1{background-color:var(--bg-surface);padding:8rem 2rem;position:relative;overflow:hidden}._section_71w1d_1:before{content:"";pointer-events:none;background:radial-gradient(at 80%,#25d3660f 0%,#0000 60%);position:absolute;inset:0}._container_71w1d_16{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:80rem;margin:0 auto;display:grid}._textSide_71w1d_26{flex-direction:column;gap:0;display:flex}._tag_71w1d_32{letter-spacing:.2em;text-transform:uppercase;color:#25d366;margin-bottom:1.25rem;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:500}._title_71w1d_42{color:var(--text-primary);letter-spacing:-.025em;margin-bottom:1.25rem;font-size:2.75rem;font-weight:700;line-height:1.15}._subtitle_71w1d_51{color:var(--text-muted);margin-bottom:3rem;font-size:1.0625rem;font-weight:300;line-height:1.7}._featureList_71w1d_59{flex-direction:column;gap:2rem;list-style:none;display:flex}._featureItem_71w1d_66{align-items:flex-start;gap:1.25rem;display:flex}._featureIcon_71w1d_72{color:#25d366;background:#25d3661f;border-radius:.625rem;justify-content:center;align-items:center;width:2.5rem;min-width:2.5rem;height:2.5rem;margin-top:.125rem;display:flex}._featureIcon_71w1d_72 span{font-size:1.125rem}._featureTitle_71w1d_89{color:var(--text-primary);margin-bottom:.375rem;font-family:Inter Tight,sans-serif;font-size:1rem;font-weight:700}._featureDesc_71w1d_97{color:var(--text-muted);font-size:.9375rem;font-weight:300;line-height:1.6}._phoneSide_71w1d_105{justify-content:center;display:flex;position:relative}._iphoneOuter_71w1d_112{background:linear-gradient(155deg,#cecdd1 0%,#9c9ca1 18%,#bdbcbf 36%,#8e8d92 55%,#bebcbf 75%,#a4a3a7 100%);border-radius:3rem;width:300px;padding:10px 8px 14px;position:relative;box-shadow:inset 0 1.5px #ffffff8c,inset 0 -1px #0003,0 40px 80px #0000008c,0 8px 24px #0000004d}._btnLeft_71w1d_129{background:linear-gradient(#bdbcbf,#8a8a8f);border-radius:2px 0 0 2px;width:4.5px;height:28px;position:absolute;top:86px;left:-5px}._btnLeft_71w1d_129:before{content:"";background:linear-gradient(#bdbcbf,#8a8a8f);border-radius:2px 0 0 2px;width:4.5px;height:34px;position:absolute;top:44px;left:0}._btnLeft_71w1d_129:after{content:"";background:linear-gradient(#bdbcbf,#8a8a8f);border-radius:2px 0 0 2px;width:4.5px;height:34px;position:absolute;top:84px;left:0}._btnRight_71w1d_164{background:linear-gradient(#bdbcbf,#8a8a8f);border-radius:0 2px 2px 0;width:4.5px;height:72px;position:absolute;top:106px;right:-5px}._statusBar_71w1d_175{background:#1f2c34;justify-content:space-between;align-items:center;padding:10px 16px 6px;display:flex}._statusTime_71w1d_183{color:#e9edef;letter-spacing:-.01em;font-variant-numeric:tabular-nums;min-width:32px;font-size:.72rem;font-weight:600}._statusIcons_71w1d_192{color:#e9edef;justify-content:flex-end;align-items:center;gap:4px;min-width:32px;display:flex}._dynamicIsland_71w1d_202{background:#000;border-radius:20px;width:104px;height:28px}._phone_71w1d_105{aspect-ratio:393/852;background:#0d1117;border-radius:2.35rem;flex-direction:column;width:100%;display:flex;overflow:hidden}._waHeader_71w1d_220{background:#1f2c34;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}._waAvatar_71w1d_228{color:#fff;background:#25d366;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}._waHeaderInfo_71w1d_240{flex-direction:column;gap:.125rem;display:flex}._waName_71w1d_246{color:#e9edef;margin:0;font-size:.9rem;font-weight:600}._waStatus_71w1d_253{color:#8696a0;margin:0;font-size:.72rem}._waChat_71w1d_260{background:#0b141a url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");flex-direction:column;flex:1;gap:.625rem;padding:1rem .75rem;display:flex;overflow-y:hidden}._typingBubble_71w1d_272{opacity:0;background:#1f2c34;border-radius:.5rem .5rem .5rem 0;align-self:flex-start;align-items:center;gap:5px;width:fit-content;padding:.625rem .875rem;display:flex}._dot_71w1d_284{background:#8696a0;border-radius:50%;flex-shrink:0;width:7px;height:7px}._waBubble_71w1d_292{opacity:0;background:#1f2c34;border-radius:.5rem .5rem .5rem 0;align-self:flex-start;max-width:88%;padding:.625rem .875rem .375rem;position:relative}._waBubbleHeader_71w1d_302{color:#e9edef;margin:0 0 .375rem;font-size:.8125rem;font-weight:700}._waBubbleText_71w1d_309{color:#e9edef;white-space:pre-line;margin:0 0 .25rem;font-size:.8125rem;line-height:1.5}._waBubbleTime_71w1d_317{color:#8696a0;text-align:right;font-size:.65rem;display:block}._waBubbleDivider_71w1d_324{background:#ffffff1f;height:1px;margin:.5rem -.875rem 0}._waBubbleButton_71w1d_330{color:#53bdeb;justify-content:center;align-items:center;gap:.375rem;padding:.5rem 0 .125rem;font-size:.8rem;font-weight:500;display:flex}._waInputBar_71w1d_342{background:#1f2c34;border-top:1px solid #ffffff0f;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}._waInputEmoji_71w1d_351{color:#8696a0;flex-shrink:0;align-items:center;display:flex}._waInputField_71w1d_358{background:#2a3942;border-radius:1.25rem;flex:1;align-items:center;min-height:36px;padding:.45rem .875rem;display:flex}._waInputPlaceholder_71w1d_368{color:#8696a0;font-size:.8rem}._waInputActions_71w1d_373{color:#8696a0;flex-shrink:0;align-items:center;gap:.375rem;display:flex}._waDateLabel_71w1d_381{text-align:center;color:#8696a0;background:#ffffff0d;border-radius:.375rem;align-self:center;margin:.25rem 0;padding:.2rem .75rem;font-size:.68rem}@keyframes _typing1Anim_71w1d_1{0%{opacity:0;transform:translate(-10px)}3%{opacity:1;transform:translate(0)}17%{opacity:1;transform:translate(0)}20%{opacity:0}to{opacity:0}}@keyframes _bubble1Anim_71w1d_1{0%{opacity:0;transform:translate(-12px)}17%{opacity:0;transform:translate(-12px)}22%{opacity:1;transform:translate(0)}94%{opacity:1;transform:translate(0)}to{opacity:0}}@keyframes _typing2Anim_71w1d_1{0%{opacity:0}24%{opacity:0;transform:translate(-10px)}27%{opacity:1;transform:translate(0)}42%{opacity:1;transform:translate(0)}45%{opacity:0}to{opacity:0}}@keyframes _bubble2Anim_71w1d_1{0%{opacity:0}42%{opacity:0;transform:translate(-12px)}47%{opacity:1;transform:translate(0)}94%{opacity:1;transform:translate(0)}to{opacity:0}}@keyframes _dotBounce_71w1d_1{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}@keyframes _phoneFloat_71w1d_1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}._phoneSide_71w1d_105{animation:5s ease-in-out infinite _phoneFloat_71w1d_1}._waChat_71w1d_260>._typingBubble_71w1d_272:nth-child(2){animation:9s infinite _typing1Anim_71w1d_1}._waChat_71w1d_260>._waBubble_71w1d_292:nth-child(3){animation:9s infinite _bubble1Anim_71w1d_1}._waChat_71w1d_260>._typingBubble_71w1d_272:nth-child(4){animation:9s infinite _typing2Anim_71w1d_1}._waChat_71w1d_260>._waBubble_71w1d_292:nth-child(5){animation:9s infinite _bubble2Anim_71w1d_1}._dot_71w1d_284{animation:.9s ease-in-out infinite _dotBounce_71w1d_1}._dot_71w1d_284:nth-child(2){animation-delay:.15s}._dot_71w1d_284:nth-child(3){animation-delay:.3s}._glow_71w1d_470{pointer-events:none;filter:blur(20px);background:radial-gradient(circle,#25d36626 0%,#0000 70%);width:280px;height:280px;position:absolute;bottom:-80px;left:50%;transform:translate(-50%)}@media (width<=900px){._container_71w1d_16{grid-template-columns:1fr;gap:3.5rem}._phoneSide_71w1d_105{order:-1}._iphoneOuter_71w1d_112{width:280px}._title_71w1d_42{font-size:2rem}}@media (width<=480px){._section_71w1d_1{padding:5rem 1.5rem}}._section_1j897_1{background-color:var(--bg-deepest);padding:8rem 2rem;overflow:hidden}._container_1j897_7{grid-template-columns:1fr;align-items:center;gap:5rem;max-width:80rem;margin:0 auto;display:grid}@media (width>=1024px){._container_1j897_7{grid-template-columns:1fr 1fr}}._textSide_1j897_24 h2{letter-spacing:-.025em;color:var(--text-primary);margin-bottom:2rem;font-size:3rem;font-weight:700;line-height:1}@media (width>=768px){._textSide_1j897_24 h2{font-size:3.75rem}}._tag_1j897_39{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:500;display:block}._description_1j897_50{color:var(--text-muted);margin-bottom:3rem;font-size:1.125rem;font-weight:300}._featureList_1j897_57{padding:0;list-style:none}._featureItem_1j897_62{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}._featureDot_1j897_69{background-color:var(--accent);width:.375rem;height:.375rem;box-shadow:0 0 10px rgba(var(--accent-rgb), 1);border-radius:50%;flex-shrink:0}._featureText_1j897_78{color:var(--text-primary);font-weight:300}._mockupSide_1j897_85{justify-content:center;align-items:center;display:flex;position:relative}._iphoneOuter_1j897_93{background:linear-gradient(155deg,#cecdd1 0%,#9c9ca1 18%,#bdbcbf 36%,#8e8d92 55%,#bebcbf 75%,#a4a3a7 100%);border-radius:3rem;width:300px;padding:10px 8px 14px;position:relative;box-shadow:inset 0 1.5px #ffffff8c,inset 0 -1px #0003,0 40px 80px #0000008c,0 8px 24px #0000004d}._btnLeft_1j897_110{background:linear-gradient(#bdbcbf,#8a8a8f);border-radius:2px 0 0 2px;width:4.5px;height:28px;position:absolute;top:86px;left:-5px}._btnLeft_1j897_110:before{content:"";background:linear-gradient(#bdbcbf,#8a8a8f);border-radius:2px 0 0 2px;width:4.5px;height:34px;position:absolute;top:44px;left:0}._btnLeft_1j897_110:after{content:"";background:linear-gradient(#bdbcbf,#8a8a8f);border-radius:2px 0 0 2px;width:4.5px;height:34px;position:absolute;top:84px;left:0}._btnRight_1j897_145{background:linear-gradient(#bdbcbf,#8a8a8f);border-radius:0 2px 2px 0;width:4.5px;height:72px;position:absolute;top:106px;right:-5px}._dynamicIsland_1j897_156{background:#000;border-radius:20px;flex-shrink:0;width:108px;height:28px}._phoneScreen_1j897_164{aspect-ratio:393/852;border-radius:2.35rem;width:100%;position:relative;overflow:hidden}._bgPhoto_1j897_173{object-fit:cover;filter:blur(6px)brightness(.72);pointer-events:none;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.12)}._appUI_1j897_185{z-index:1;flex-direction:column;padding:0;display:flex;position:absolute;inset:0}._statusBar_1j897_195{flex-shrink:0;justify-content:space-between;align-items:center;padding:.875rem 1rem .5rem;display:flex}._phoneContent_1j897_204{flex:1;position:relative;overflow:hidden}._statusTime_1j897_210{color:#f0ebdaeb;letter-spacing:-.01em;font-variant-numeric:tabular-nums;min-width:32px;font-size:.72rem;font-weight:600}._statusIcons_1j897_219{color:#f0ebdaeb;justify-content:flex-end;align-items:center;gap:4px;min-width:32px;display:flex}._logoCard_1j897_229{background:#f5f1e4;border-radius:1.25rem;flex-shrink:0;justify-content:center;align-items:center;width:86px;height:86px;margin-bottom:1.5rem;display:flex;box-shadow:0 4px 20px #00000038}._appLogoImg_1j897_242{object-fit:contain;width:60px;height:60px}._locationList_1j897_249{flex-direction:column;gap:.625rem;width:100%;display:flex}._locationCard_1j897_256{cursor:pointer;background:#f5f1e4f5;border-radius:.875rem;align-items:center;gap:.75rem;padding:.75rem;transition:background .2s;display:flex;box-shadow:0 2px 12px #00000024}._locationCard_1j897_256:hover{background:#fcf9f2fa}._locationThumb_1j897_272{object-fit:cover;border-radius:.625rem;flex-shrink:0;width:64px;height:64px}._locationInfo_1j897_280{flex:1;min-width:0}._locationName_1j897_285{color:#1c1f14;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .2rem;font-size:.88rem;font-weight:700;line-height:1.3;overflow:hidden}._locationAddress_1j897_296{color:#6b7560;margin:0;font-size:.78rem;font-weight:400}._calendarBox_1j897_304{color:#4a5240;border:1.5px solid #4a52404d;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}._calendarBox_1j897_304 ._material-symbols-outlined_1j897_316{font-variation-settings:"FILL" 0, "wght" 300;font-size:16px}._poweredBy_1j897_322{text-align:center;flex-direction:column;align-items:center;gap:.2rem;margin-top:auto;padding-top:2rem;display:flex}._poweredByLabel_1j897_332{letter-spacing:.22em;text-transform:uppercase;color:#f0ebda99;font-family:JetBrains Mono,monospace;font-size:7px}._reserverWordmark_1j897_340{color:#f0ebdaeb;letter-spacing:-.01em;font-family:Fraunces,serif;font-size:1.1rem;font-style:italic;font-weight:400;line-height:1.2}._reserverDot_1j897_350{color:#e8c547}._privacyLink_1j897_354{color:#f0ebda73;cursor:pointer;margin-top:.125rem;font-family:Inter Tight,sans-serif;font-size:.65rem;text-decoration:underline}._glow_1j897_364{background:rgba(var(--accent-rgb), .08);filter:blur(4rem);z-index:0;pointer-events:none;border-radius:50%;width:20rem;height:20rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes _slideInScreen_1j897_1{0%{transform:translate(100%)}to{transform:translate(0)}}._screenSlide_1j897_384{flex-direction:column;align-items:center;padding:.45rem .55rem .55rem;animation:.38s cubic-bezier(.25,.46,.45,.94) forwards _slideInScreen_1j897_1;display:flex;position:absolute;inset:0}._locationsContent_1j897_395{flex-direction:column;flex:1;align-items:center;width:100%;display:flex}._locationCardSelected_1j897_403{outline-offset:-1px;outline:1.5px solid #4a5240}._bookingCard_1j897_409{background:#f7f5ef;border-radius:.875rem;flex-direction:column;flex:1;align-self:stretch;display:flex;overflow:hidden;box-shadow:0 2px 16px #00000024}._restHeader_1j897_421{background:#fff;border-bottom:1px solid #f0ede6;flex-shrink:0;align-items:center;gap:.32rem;padding:.42rem .55rem;display:flex}._restLogo_1j897_431{color:#4a5240;background:#e8e5da;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}._restName_1j897_443{color:#1c1f14;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.6rem;font-weight:700;overflow:hidden}._restStatus_1j897_453{flex-shrink:0;align-items:center;gap:.2rem;display:flex}._restStatusText_1j897_460{font-size:.5rem;font-weight:500}._restStatusOpen_1j897_465{color:#4a5240}._restStatusClosed_1j897_466{color:#888}._restTimeBadge_1j897_468{color:#1c1f14;background:#e8c547;border-radius:2px;padding:0 .18rem;font-size:.46rem;font-weight:700}._restMenuBtn_1j897_477{color:#1c1f14;border:1px solid #d1cfc8;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:17px;display:flex}._stepNav_1j897_490{background:#fff;border-bottom:1px solid #e8e5da;flex-shrink:0;padding:.42rem .4rem .38rem;display:flex}._stepItem_1j897_498{flex-direction:column;flex:1;align-items:center;gap:.16rem;display:flex}._stepDot_1j897_506{color:#9a9a8a;background:#e8e5da;border:1.5px solid #d1cfc8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:25px;height:25px;display:flex}._stepActive_1j897_519{color:#fff;background:#4a5240;border-color:#4a5240}._stepDone_1j897_520{color:#fff;background:#8a9a7e;border-color:#8a9a7e}._stepLabel_1j897_522{color:#9a9a8a;white-space:nowrap;font-size:.5rem}._stepLabelActive_1j897_523{color:#4a5240;font-weight:600}._screenContent_1j897_526{flex:1;padding:.5rem .55rem;overflow:hidden}._comTitle_1j897_533{text-align:center;color:#1c1f14;margin:0 0 .12rem;font-size:.7rem;font-weight:700}._comSubtitle_1j897_534{color:#6b7560;text-align:center;margin:0 0 .5rem;font-size:.56rem}._guestCounter_1j897_536{gap:.22rem;margin-bottom:.5rem;display:flex}._guestBtn_1j897_538{color:#1c1f14;background:#fff;border:1px solid #d1cfc8;border-radius:.4rem;flex:1;justify-content:center;align-items:center;height:30px;font-size:.85rem;display:flex}._guestCountDisplay_1j897_544{color:#4a5240;background:#fff;border:1.5px solid #4a5240;border-radius:.4rem;flex:1;justify-content:center;align-items:center;height:30px;font-size:.85rem;font-weight:700;display:flex}._guestChips_1j897_550{flex-wrap:wrap;justify-content:center;gap:.25rem;display:flex}._guestChip_1j897_550{color:#1c1f14;background:#fff;border:1px solid #d1cfc8;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;font-size:.58rem;display:flex}._guestChipSelected_1j897_558{color:#fff;background:#4a5240;border-color:#4a5240;font-weight:600}._calTitle_1j897_561{text-align:center;color:#1c1f14;margin:0 0 .28rem;font-size:.7rem;font-weight:700}._monthNav_1j897_563{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}._monthNavBtn_1j897_567{color:#1c1f14;border:1px solid #d1cfc8;border-radius:50%;justify-content:center;align-items:center;width:19px;height:19px;font-size:.6rem;display:flex}._monthName_1j897_572{color:#1c1f14;font-size:.6rem}._calGrid_1j897_574{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}._dayHeader_1j897_576{color:#6b7560;text-align:center;padding:.1rem 0;font-size:.48rem}._dayCell_1j897_578{aspect-ratio:1;color:#1c1f14;background:#fff;border-radius:.28rem;justify-content:center;align-items:center;font-size:.54rem;display:flex;position:relative}._dayCellPast_1j897_583{color:#9a9a8a;background:#e8e5da}._dayCellSelected_1j897_584{color:#fff;background:#4a5240;border-radius:50%;font-weight:700}._dayCellEmpty_1j897_585{background:0 0}._eventDot_1j897_587{background:#e84393;border-radius:50%;width:3px;height:3px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}._continueBtn_1j897_592{color:#fff;text-align:center;background:#4a5240;border-radius:.45rem;flex-shrink:0;margin:0 .55rem .45rem;padding:.42rem .55rem;font-size:.6rem;font-weight:600}._horaTitle_1j897_599{text-align:center;color:#1c1f14;margin:0 0 .08rem;font-size:.7rem;font-weight:700}._horaSub_1j897_600{color:#6b7560;text-align:center;margin:0 0 .38rem;font-size:.54rem}._timeGroup_1j897_602{margin-bottom:.32rem}._timeGroupLabel_1j897_603{color:#6b7560;margin:0 0 .18rem;font-size:.52rem}._timeGrid_1j897_604{flex-wrap:wrap;gap:.18rem;display:flex}._timeSlot_1j897_606{color:#1c1f14;background:#fff;border:1px solid #d1cfc8;border-radius:.38rem;padding:.18rem .32rem;font-size:.56rem}._timeSlotSelected_1j897_611{color:#4a5240;background:#f0f4ee;border-color:#4a5240;font-weight:700}._confirmWrapper_1j897_614{flex-direction:column;align-items:center;padding-top:.25rem;display:flex}._confirmCircle_1j897_618{background:#25a8551f;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:.3rem;display:flex}._confirmTitle_1j897_623{color:#1c1f14;text-align:center;margin:0 0 .08rem;font-size:.75rem;font-weight:700}._confirmSub_1j897_624{color:#6b7560;text-align:center;margin:0 0 .4rem;font-size:.53rem}._confirmCard_1j897_626{border:1px solid #e8e5da;border-radius:.45rem;grid-template-columns:1fr 1fr;gap:.25rem;width:100%;padding:.35rem;display:grid}._confirmTile_1j897_631{color:#c4a55a;background:#e8e5da;border-radius:.35rem;flex-direction:column;align-items:center;gap:.04rem;padding:.3rem .35rem;display:flex}._confirmTileLabel_1j897_636{color:#6b7560;font-size:.47rem}._confirmTileValue_1j897_637{color:#1c1f14;font-size:.58rem;font-weight:700}._successBtn_1j897_639{color:#25a855;text-align:center;border:1.5px solid #25a855;border-radius:.45rem;flex-shrink:0;margin:0 .55rem .45rem;padding:.38rem .55rem;font-size:.58rem;font-weight:500}@media (width<=768px){._section_1j897_1{padding:4rem 1.5rem}._textSide_1j897_24 h2{font-size:2rem}._iphoneOuter_1j897_93{width:280px}}._section_etzhi_1{max-width:80rem;margin:0 auto;padding:8rem 2rem}._header_etzhi_7{text-align:center;flex-direction:column;align-items:center;margin-bottom:5rem;display:flex}._headerTitle_etzhi_15{letter-spacing:-.025em;margin-bottom:1.5rem;font-size:3rem;font-weight:700}@media (width>=768px){._headerTitle_etzhi_15{font-size:3.75rem}}._headerDescription_etzhi_28{color:var(--text-muted);max-width:42rem;font-size:1.125rem;font-weight:300}._reservationsList_etzhi_36{flex-direction:column;gap:.5rem;display:flex}._reservationCard_etzhi_43{background-color:var(--bg-hover);border:1px solid var(--border-subtle);border-left:3px solid #0000;border-radius:.75rem;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:background-color .2s,border-color .2s;display:flex}._reservationCard_etzhi_43:hover{background-color:var(--bg-card);border-color:rgba(var(--accent-rgb), .15);border-left-color:#0000}._reservationCardAlert_etzhi_61{background-color:#f59e0b08;border-left-color:var(--warning)!important}._reservationCardAlert_etzhi_61:hover{background-color:#f59e0b0d;border-left-color:var(--warning)!important}._avatar_etzhi_72{background:rgba(var(--accent-rgb), .1);width:2.5rem;min-width:2.5rem;height:2.5rem;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;display:flex}._avatarIcon_etzhi_84{font-size:1.25rem}._cardContent_etzhi_89{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}._nameRow_etzhi_97{align-items:center;gap:.5rem;display:flex}._clientName_etzhi_103{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9375rem;font-weight:700;overflow:hidden}._alertWrapper_etzhi_114{flex-shrink:0;align-items:center;display:inline-flex;position:relative}._alertTriangle_etzhi_121{color:var(--warning);cursor:default;font-size:1rem}._alertTooltip_etzhi_127{background:var(--bg-card);opacity:0;pointer-events:none;z-index:20;border:1px solid #f59e0b4d;border-radius:.625rem;width:230px;padding:.875rem;transition:opacity .18s,transform .18s;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 8px 24px #00000059}._alertWrapper_etzhi_114:hover ._alertTooltip_etzhi_127{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}._alertTooltipHeader_etzhi_150{color:var(--warning);align-items:center;gap:.375rem;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:flex}._alertTooltipIcon_etzhi_160{font-size:.9rem}._alertTooltipDesc_etzhi_164{color:var(--text-secondary);margin:0 0 .5rem;font-size:.8125rem;line-height:1.55}._alertTooltipCount_etzhi_171{color:var(--text-muted);margin:0;font-size:.8125rem}._infoRow_etzhi_178{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}._infoPill_etzhi_185{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.8125rem;font-weight:300;display:inline-flex}._infoIcon_etzhi_194{color:var(--accent);flex-shrink:0;font-size:.9rem}._infoDot_etzhi_200{color:var(--text-muted);opacity:.35;font-size:.75rem}._cardRight_etzhi_207{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.625rem;display:flex}._statusPill_etzhi_215{text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;border-radius:.375rem;padding:.3rem .8rem;font-size:.72rem;font-weight:700}._statusPillConfirmed_etzhi_225{color:var(--success);background:#4aa35e1f}._statusPillCanceled_etzhi_230{color:var(--error);background:#dc26261f}._statusPillWaiting_etzhi_235,._statusPillPending_etzhi_240{color:var(--warning);background:#f59e0b1f}._actions_etzhi_246{gap:.5rem;display:flex}._actionBtn_etzhi_251{border:1px solid rgba(var(--accent-rgb), .15);width:2.25rem;height:2.25rem;color:var(--accent);cursor:pointer;background-color:#0000;border-radius:.5rem;justify-content:center;align-items:center;transition:background-color .2s,border-color .2s;display:flex}._actionBtn_etzhi_251:hover{background-color:rgba(var(--accent-rgb), .1);border-color:rgba(var(--accent-rgb), .35)}._actionIcon_etzhi_270{font-size:1.1rem}._networkCallout_etzhi_275{background:rgba(var(--accent-rgb), .04);border:1px solid rgba(var(--accent-rgb), .14);border-radius:1rem;align-items:flex-start;gap:1.5rem;margin-top:2.5rem;padding:1.75rem 2rem;display:flex}._networkCalloutIconWrap_etzhi_286{background:rgba(var(--accent-rgb), .1);width:2.75rem;height:2.75rem;color:var(--accent);border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}._networkCalloutIcon_etzhi_286{font-size:1.375rem}._networkCalloutBody_etzhi_302{flex-direction:column;gap:.375rem;display:flex}._networkCalloutTitle_etzhi_308{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}._networkCalloutDesc_etzhi_315{color:var(--text-muted);margin:0;font-size:.9375rem;font-weight:300;line-height:1.65}._networkCalloutDesc_etzhi_315 strong{color:var(--text-secondary);font-weight:600}._inlineCta_etzhi_329{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;padding:3rem 2rem;display:flex}._inlineCtaText_etzhi_339{color:var(--text-secondary);margin:0;font-size:1.125rem;font-weight:400}._inlineCtaLink_etzhi_346{background:var(--accent);color:var(--on-accent);border-radius:.625rem;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;transition:filter .2s,transform .2s;display:inline-flex}._inlineCtaLink_etzhi_346:hover{filter:brightness(1.08);transform:translateY(-1px)}._inlineCtaIcon_etzhi_365{font-size:1.125rem}@media (width<=768px){._reservationCard_etzhi_43{flex-wrap:wrap;gap:.75rem}._cardRight_etzhi_207{flex-direction:row;justify-content:space-between;align-items:center;width:100%}._alertTooltip_etzhi_127{left:0;transform:translate(0)translateY(4px)}._alertWrapper_etzhi_114:hover ._alertTooltip_etzhi_127{transform:translate(0)translateY(0)}}@media (width<=480px){._section_etzhi_1{padding:5rem 1.25rem}._networkCallout_etzhi_275{flex-direction:column;gap:1rem}}._section_1jiyk_1{max-width:80rem;margin:0 auto;padding:8rem 2rem}._header_1jiyk_13{text-align:center;flex-direction:column;align-items:center;margin-bottom:5rem;display:flex}._headerTitle_1jiyk_29{letter-spacing:-.025em;margin-bottom:1.5rem;font-size:3rem;font-weight:700}@media (width>=768px){._headerTitle_1jiyk_29{font-size:3.75rem}}._headerDescription_1jiyk_55{color:var(--text-muted);max-width:42rem;font-size:1.125rem;font-weight:300}._metricsSection_1jiyk_71{margin-bottom:6rem}._subheading_1jiyk_79{color:var(--text-primary);text-align:center;letter-spacing:-.025em;margin:0 0 2.5rem;font-size:1.875rem;font-weight:700}._metricsGrid_1jiyk_97{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}._metricCard_1jiyk_109{background:var(--bg-card);border:1px solid var(--border-default);border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.75rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}._metricCard_1jiyk_109:hover{border-color:rgba(var(--accent-rgb), .4);box-shadow:0 6px 24px rgba(var(--accent-rgb), .08);transform:translateY(-3px)}._metricTop_1jiyk_143{justify-content:space-between;align-items:center;display:flex}._metricLabel_1jiyk_155{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin:0;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:500}._metricIcon_1jiyk_175{background:rgba(var(--accent-rgb), .12);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}._icon_1jiyk_197{color:var(--accent);font-variation-settings:"FILL" 0, "wght" 300;font-size:1.125rem}._metricValue_1jiyk_209{color:var(--text-primary);letter-spacing:-.025em;margin:0;font-size:2.25rem;font-weight:700;line-height:1}._metricExample_1jiyk_227{color:var(--text-muted);margin:0;font-size:.8rem;font-weight:300;line-height:1.5}._visualizationsSection_1jiyk_245{margin-bottom:6rem}._visualizationsGrid_1jiyk_253{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2rem;display:grid}._vizCard_1jiyk_265{background:var(--bg-card);border:1px solid var(--border-default);border-radius:1rem;padding:2.5rem;transition:border-color .2s,box-shadow .2s,transform .2s}._vizCard_1jiyk_265:hover{border-color:rgba(var(--accent-rgb), .4);box-shadow:0 6px 24px rgba(var(--accent-rgb), .08);transform:translateY(-3px)}._vizHeader_1jiyk_293{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}._vizIcon_1jiyk_307{color:var(--accent);font-size:1.75rem}._vizTitle_1jiyk_317{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:700}._vizDescription_1jiyk_331{color:var(--text-muted);margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}._vizMockup_1jiyk_345{background-color:rgba(var(--accent-rgb), .05);border-radius:.75rem;justify-content:center;align-items:flex-end;min-height:150px;margin:1.5rem 0;padding:2rem 1.5rem;display:flex}._barChart_1jiyk_367{align-items:flex-end;gap:.5rem;width:100%;height:100px;display:flex}._bar_1jiyk_367{background:linear-gradient(180deg, var(--accent) 0%, var(--accent-hover) 100%);opacity:.8;border-radius:.25rem .25rem 0 0;flex:1;min-height:10px;transition:all .3s}._bar_1jiyk_367:hover{background:linear-gradient(180deg, var(--accent-bright) 0%, var(--accent) 100%);opacity:1}._dayBars_1jiyk_411{justify-content:center;align-items:flex-end;gap:.75rem;width:100%;height:100px;display:flex}._dayBar_1jiyk_411{min-height:15px;color:var(--text-primary);opacity:.9;border-radius:.25rem .25rem 0 0;flex:1;justify-content:center;align-items:flex-end;padding-bottom:.25rem;font-size:.75rem;font-weight:600;transition:all .3s;display:flex}._dayBar_1jiyk_411:hover{opacity:1;transform:scaleY(1.1)}._vizSubtext_1jiyk_469{color:var(--text-muted);margin:1rem 0 0;font-size:.8rem;font-style:italic}._suggestionsSection_1jiyk_485{margin-bottom:6rem}._suggestionsList_1jiyk_493{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}._suggestionItem_1jiyk_505{background:rgba(var(--accent-rgb), .07);border:1.5px solid rgba(var(--accent-rgb), .2);border-radius:1rem;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}._suggestionItem_1jiyk_505:hover{border-color:rgba(var(--accent-rgb), .4);background:rgba(var(--accent-rgb), .1);transform:translateY(-2px)}._suggestionIcon_1jiyk_539{color:var(--accent);flex-shrink:0;margin-top:.25rem;font-size:1.5rem}._suggestionText_1jiyk_553{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}._valueBox_1jiyk_569{background:rgba(var(--accent-rgb), .08);border:1.5px solid rgba(var(--accent-rgb), .2);border-radius:1.5rem;margin-bottom:2rem;padding:4rem 3rem}._valueTitle_1jiyk_585{color:var(--text-primary);text-align:center;letter-spacing:-.025em;margin:0 0 3rem;font-size:1.875rem;font-weight:700}._valueGrid_1jiyk_603{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;display:grid}._valueItem_1jiyk_615{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}._valueIcon_1jiyk_631{color:var(--success);font-size:2rem}._valueItem_1jiyk_615 p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}@media (width<=768px){._section_1jiyk_1{padding:4rem 1.5rem}._headerTitle_1jiyk_29{font-size:2rem}._subheading_1jiyk_79{margin-bottom:2rem;font-size:1.5rem}._metricsGrid_1jiyk_97{grid-template-columns:1fr;gap:1rem}._visualizationsGrid_1jiyk_253{grid-template-columns:1fr;gap:1.5rem}._valueBox_1jiyk_569{padding:2.5rem 1.5rem}._valueGrid_1jiyk_603{grid-template-columns:1fr;gap:1.5rem}._metricCard_1jiyk_109,._vizCard_1jiyk_265{padding:1.5rem}}._inlineCta_1jiyk_735{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;padding:3rem 2rem;display:flex}._inlineCtaText_1jiyk_755{color:var(--text-secondary);margin:0;font-size:1.125rem;font-weight:400}._inlineCtaLink_1jiyk_769{background:var(--accent);color:var(--on-accent);border-radius:.625rem;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;transition:filter .2s,transform .2s;display:inline-flex}._inlineCtaLink_1jiyk_769:hover{filter:brightness(1.08);transform:translateY(-1px)}._inlineCtaIcon_1jiyk_807{font-size:1.125rem}._section_1uvyt_1{max-width:80rem;margin:0 auto;padding:8rem 2rem}._header_1uvyt_8{text-align:center;margin-bottom:4rem}._tag_1uvyt_13{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:500}._title_1uvyt_23{color:var(--text-primary);letter-spacing:-.025em;margin-bottom:1rem;font-size:2.75rem;font-weight:700;line-height:1.15}._subtitle_1uvyt_32{color:var(--text-muted);max-width:52rem;margin:0 auto;font-size:1.0625rem;font-weight:300;line-height:1.7}._grid_1uvyt_42{grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:3rem;display:grid}._metricsPanel_1uvyt_50{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}._metricCard_1uvyt_56{background:var(--bg-card);border:1px solid var(--border-default);border-radius:1rem;flex-direction:column;gap:.75rem;padding:1.5rem;transition:border-color .2s;display:flex}._metricCard_1uvyt_56:hover{border-color:var(--border-medium)}._metricTop_1uvyt_71{align-items:center;gap:.625rem;display:flex}._metricIcon_1uvyt_77{font-size:1.125rem}._iconNew_1uvyt_81,._iconRecurring_1uvyt_82{color:var(--accent)}._iconConfirmed_1uvyt_83{color:var(--success)}._iconCanceled_1uvyt_84{color:var(--error)}._metricBadge_1uvyt_86{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:500}._metricValue_1uvyt_95{color:var(--text-primary);letter-spacing:-.025em;font-size:2rem;font-weight:900;line-height:1}._metricBar_1uvyt_103{background:var(--border-faint);border-radius:2px;height:4px;overflow:hidden}._metricBarFill_1uvyt_110{border-radius:2px;height:100%;transition:width .6s}._ratingsPanel_1uvyt_117{background:var(--bg-card);border:1px solid var(--border-default);border-radius:1rem;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}._ratingsTitle_1uvyt_127{color:var(--text-primary);margin:0;font-family:Inter Tight,sans-serif;font-size:1.25rem;font-weight:700}._ratingsSubtitle_1uvyt_135{color:var(--text-muted);margin:-.75rem 0 0;font-size:.875rem;line-height:1.5}._ratingsAvgRow_1uvyt_142{flex-wrap:wrap;align-items:center;gap:.875rem;display:flex}._ratingsAvgNum_1uvyt_149{color:var(--accent);letter-spacing:-.04em;font-size:3rem;font-weight:900;line-height:1}._ratingsStars_1uvyt_157{gap:.125rem;display:flex}._starIcon_1uvyt_162{font-size:1.25rem}._starFilled_1uvyt_166{color:var(--accent)}._starHalf_1uvyt_167{color:var(--accent);opacity:.6}._ratingsAvgLabel_1uvyt_169{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:.65rem}._ratingsBars_1uvyt_177{flex-direction:column;gap:.625rem;display:flex}._ratingsRow_1uvyt_183{align-items:center;gap:.75rem;display:flex}._ratingsStar_1uvyt_157{color:var(--text-muted);text-align:right;flex-shrink:0;width:1.75rem;font-family:JetBrains Mono,monospace;font-size:.7rem}._ratingsBarTrack_1uvyt_198{background:var(--border-faint);border-radius:3px;flex:1;height:6px;overflow:hidden}._ratingsBarFill_1uvyt_206{background:var(--accent);border-radius:3px;height:100%;transition:width .6s}._ratingsPct_1uvyt_213{color:var(--text-muted);text-align:right;flex-shrink:0;width:2.25rem;font-family:JetBrains Mono,monospace;font-size:.68rem}._campaignBanner_1uvyt_223{background:var(--bg-surface);border:1.5px dashed var(--border-medium);border-radius:1.25rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding:2.5rem 3rem;display:flex}._campaignContent_1uvyt_235{flex-direction:column;gap:.625rem;display:flex}._campaignTag_1uvyt_241{background:rgba(var(--accent-rgb), .12);color:var(--accent);text-transform:uppercase;letter-spacing:.12em;border-radius:100px;align-items:center;gap:.375rem;width:fit-content;padding:.25rem .75rem;font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:600;display:inline-flex}._campaignTitle_1uvyt_257{color:var(--text-primary);margin:0;font-family:Inter Tight,sans-serif;font-size:1.375rem;font-weight:700}._campaignDesc_1uvyt_265{color:var(--text-muted);max-width:42rem;font-size:.9375rem;font-weight:300;line-height:1.6}._campaignCta_1uvyt_273{background:var(--accent);color:var(--on-accent);white-space:nowrap;border-radius:.75rem;flex-shrink:0;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:filter .2s,transform .2s;display:inline-flex}._campaignCta_1uvyt_273:hover{filter:brightness(1.08);transform:translateY(-1px)}._campaignCtaIcon_1uvyt_294{font-size:1.125rem}@media (width<=900px){._grid_1uvyt_42{grid-template-columns:1fr}._title_1uvyt_23{font-size:2rem}}@media (width<=640px){._section_1uvyt_1{padding:5rem 1.5rem}._metricsPanel_1uvyt_50{grid-template-columns:1fr 1fr}._campaignBanner_1uvyt_223{padding:2rem 1.5rem}}@media (width<=420px){._metricsPanel_1uvyt_50{grid-template-columns:1fr}}._section_pct36_1{max-width:80rem;margin:0 auto;padding:8rem 2rem}._tag_pct36_13{text-align:center;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:3rem;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:500}._carouselContainer_pct36_35{width:100%;position:relative;overflow:hidden}._scrollContainer_pct36_47{scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.5rem;padding:.5rem 0;display:flex;overflow-x:auto}._scrollContainer_pct36_47::-webkit-scrollbar{display:none}._testimonialCard_pct36_77{background-color:var(--bg-hover);border:1px solid var(--border-subtle);scroll-snap-align:start;border-radius:1rem;flex:0 0 calc(100% - 2rem);min-width:280px;max-width:350px;padding:2rem;font-size:.95rem;font-style:italic;font-weight:300;line-height:1.6;transition:transform .3s,border-color .3s;position:relative}._testimonialCard_pct36_77:hover{border-color:rgba(var(--accent-rgb), .3);transform:translateY(-4px)}._quoteIcon_pct36_121{color:rgba(var(--accent-rgb), .15);font-size:2rem;position:absolute;top:1rem;left:1rem}._testimonialText_pct36_137{z-index:1;margin-bottom:1.5rem;padding-top:1rem;position:relative}._authorSection_pct36_151{align-items:center;gap:0;font-style:normal;display:flex}._authorInfo_pct36_165{flex-direction:column;min-width:0;display:flex}._authorName_pct36_177{white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:700;overflow:hidden}._authorRole_pct36_193{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}@media (prefers-reduced-motion:reduce){._scrollContainer_pct36_47{scroll-behavior:auto}._testimonialCard_pct36_77{transition:none}}@media (width<=768px){._section_pct36_1{padding:4rem 1.5rem}._testimonialCard_pct36_77{min-width:260px;max-width:320px;padding:1.5rem;font-size:.9rem}}._section_xrmwy_1{background-color:var(--bg-surface);padding:8rem 2rem;position:relative;overflow:hidden}._container_xrmwy_8{width:100%;max-width:80rem;margin:0 auto}._header_xrmwy_14{text-align:center;margin-bottom:4rem}._headerTitle_xrmwy_19{color:var(--text-primary);letter-spacing:-.025em;margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.2}._headerDescription_xrmwy_28{color:var(--text-muted);max-width:50rem;margin:0 auto;font-size:1.25rem}._content_xrmwy_35{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}._formContainer_xrmwy_43{background:var(--bg-card);border:1px solid var(--border-default);border-radius:16px;padding:3rem}._formTitle_xrmwy_50{color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:2rem;font-size:1.75rem;font-weight:600;display:flex}._form_xrmwy_43{flex-direction:column;gap:1.5rem;display:flex}._formGroup_xrmwy_66{flex-direction:column;gap:.5rem;display:flex}._formRow_xrmwy_72{grid-template-columns:1fr 1fr;gap:1rem;display:grid}._label_xrmwy_78{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-family:JetBrains Mono,monospace;font-size:.875rem;font-weight:500;display:block}._input_xrmwy_88,._textarea_xrmwy_89{background:var(--bg-surface);border:1.5px solid var(--border-default);color:var(--text-primary);border-radius:8px;outline:none;padding:.75rem 1rem;font-family:Inter Tight,sans-serif;font-size:1rem;transition:all .2s}._input_xrmwy_88::placeholder,._textarea_xrmwy_89::placeholder{color:var(--text-disabled)}._input_xrmwy_88:focus,._textarea_xrmwy_89:focus{border-color:var(--accent);background:var(--bg-card);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .12)}._textarea_xrmwy_89{resize:vertical;min-height:120px}._submitButton_xrmwy_118{background:var(--accent);color:var(--on-accent);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.875rem 1.5rem;font-family:Inter Tight,sans-serif;font-size:1rem;font-weight:600;transition:all .2s;display:flex}._submitButton_xrmwy_118:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 6px 16px rgba(var(--accent-rgb), .25);transform:translateY(-1px)}._submitButton_xrmwy_118:disabled{opacity:.55;cursor:not-allowed}._successMessage_xrmwy_147{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:300px;padding:3rem 2rem;display:flex}._successIcon_xrmwy_158{color:var(--success);font-size:3rem}._successMessage_xrmwy_147 p{color:var(--text-primary);margin:0;font-size:1.125rem}._errorMessage_xrmwy_169{color:var(--error);text-align:center;background:#c85a2e14;border:1px solid #c85a2e40;border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem}._formFooter_xrmwy_179{color:var(--text-disabled);text-align:center;letter-spacing:.03em;margin-top:.5rem;font-family:JetBrains Mono,monospace;font-size:.8rem}._whatsappContainer_xrmwy_189{justify-content:center;align-items:center;display:flex}._whatsappCard_xrmwy_195{background:var(--bg-card);border:1px solid var(--border-default);text-align:center;border-radius:16px;width:100%;max-width:400px;padding:3rem 2.5rem;transition:all .3s}._whatsappCard_xrmwy_195:hover{border-color:#25d366;transform:translateY(-3px);box-shadow:0 12px 28px #25d36626}._whatsappIcon_xrmwy_212{color:#25d366;background:#25d3661f;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}._whatsappTitle_xrmwy_224{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:600}._whatsappText_xrmwy_231{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.6}._whatsappButton_xrmwy_238{color:#fff;background:#25d366;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.875rem 2rem;font-family:Inter Tight,sans-serif;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}._whatsappButton_xrmwy_238:hover{background:#1eae56;transform:translateY(-2px);box-shadow:0 8px 20px #25d3664d}@media (width<=768px){._section_xrmwy_1{padding:4rem 1.5rem}._headerTitle_xrmwy_19{font-size:2rem}._headerDescription_xrmwy_28{font-size:1rem}._content_xrmwy_35{grid-template-columns:1fr;gap:2rem}._formContainer_xrmwy_43{padding:2rem}._formRow_xrmwy_72{grid-template-columns:1fr}._whatsappCard_xrmwy_195{padding:2rem 1.5rem}}._section_rtlzj_1{text-align:center;max-width:80rem;margin:0 auto;padding:10rem 2rem;position:relative;overflow:hidden}._background_rtlzj_19{background:radial-gradient(circle at bottom, rgba(var(--accent-rgb), .07) 0%, transparent 70%);pointer-events:none;position:absolute;inset:0}._title_rtlzj_33{letter-spacing:-.025em;z-index:1;margin-bottom:3rem;font-size:3.75rem;font-weight:900;line-height:1;position:relative}@media (width>=768px){._title_rtlzj_33{font-size:5rem}}._titleHighlight_rtlzj_65{color:var(--accent);font-style:italic}._description_rtlzj_75{color:var(--text-muted);z-index:1;max-width:42rem;margin:0 auto 4rem;font-size:1.25rem;font-weight:300;position:relative}._cta_rtlzj_95{background:var(--accent);color:var(--bg-base);cursor:pointer;box-shadow:0 20px 25px -5px rgba(var(--accent-rgb), .3);z-index:1;border:none;border-radius:1.25rem;padding:1.5rem 4rem;font-size:1.5rem;font-weight:900;transition:transform .2s;position:relative;transform:scale(.95)}._cta_rtlzj_95:active{transform:scale(.9)}._cta_rtlzj_95:hover{filter:brightness(1.1)}._modalOverlay_rtlzj_143{background-color:var(--modal-backdrop);z-index:1000;justify-content:center;align-items:center;animation:.3s _fadeIn_rtlzj_1;display:flex;position:fixed;inset:0}@keyframes _fadeIn_rtlzj_1{0%{opacity:0}to{opacity:1}}._modalContent_rtlzj_183{background-color:var(--bg-base);border:1px solid rgba(var(--accent-rgb), .2);border-radius:1.5rem;width:90%;max-width:500px;max-height:90vh;padding:2.5rem;animation:.3s _slideUp_rtlzj_1;overflow-y:auto}@keyframes _slideUp_rtlzj_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._modalHeader_rtlzj_229{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}._modalTitle_rtlzj_243{margin:0;font-size:1.75rem;font-weight:700}._closeButton_rtlzj_255{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;font-size:1.5rem;transition:color .2s;display:flex}._closeButton_rtlzj_255:hover{color:var(--accent)}._form_rtlzj_289{flex-direction:column;gap:1.5rem;display:flex}._formGroup_rtlzj_301{flex-direction:column;gap:.5rem;display:flex}._formGroup_rtlzj_301 label{color:var(--text-primary);font-size:.95rem;font-weight:600}._formGroup_rtlzj_301 input,._formGroup_rtlzj_301 textarea{background-color:var(--bg-hover);border:1px solid rgba(var(--accent-rgb), .2);color:var(--text-primary);border-radius:.75rem;padding:.875rem;font-family:Inter Tight,sans-serif;font-size:.95rem;transition:border-color .2s}._formGroup_rtlzj_301 input:focus,._formGroup_rtlzj_301 textarea:focus{border-color:rgba(var(--accent-rgb), .5);background-color:rgba(var(--accent-rgb), .05);outline:none}._formGroup_rtlzj_301 input::placeholder,._formGroup_rtlzj_301 textarea::placeholder{color:var(--text-muted)}._formGroup_rtlzj_301 textarea{resize:none}._submitButton_rtlzj_381{background:var(--accent);color:var(--bg-base);cursor:pointer;border:none;border-radius:.75rem;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:700;transition:filter .2s,transform .2s}._submitButton_rtlzj_381:hover{filter:brightness(1.1)}._submitButton_rtlzj_381:active{transform:scale(.98)}._submitButton_rtlzj_381:disabled{opacity:.6;cursor:not-allowed}._successState_rtlzj_433{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem 0;display:flex}._successIcon_rtlzj_451{color:var(--success);font-size:3rem}._successMessage_rtlzj_461{color:var(--text-secondary);max-width:28rem;font-size:1rem;line-height:1.6}@media (width<=768px){._modalContent_rtlzj_183{width:95%;padding:2rem}._modalTitle_rtlzj_243{font-size:1.5rem}}._footer_1s924_1{border-top:1px solid var(--border-subtle);background-color:var(--bg-deepest);width:100%;padding:3rem}._container_1s924_15{flex-direction:column;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:80rem;margin:0 auto;display:flex}@media (width>=768px){._container_1s924_15{flex-direction:row;gap:0}}._logo_1s924_51{align-items:center;font-size:20px;transition:opacity .3s;display:flex}._logo_1s924_51:hover{opacity:.8}._logoImage_1s924_73{object-fit:contain;width:auto;height:2rem}._copyright_1s924_85{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);text-align:center;margin-bottom:2rem;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:500}@media (width>=768px){._copyright_1s924_85{margin-bottom:0}}._links_1s924_119{gap:2rem;display:flex}._link_1s924_119{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);cursor:pointer;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:500;transition:color .3s}._link_1s924_119:hover{color:var(--accent)}
