:root{--color-primary: #6B1F2A;--color-primary-light: #8E2D3A;--color-primary-dark: #4A1520;--color-secondary: #2D3436;--color-accent: #00B894;--color-accent-light: #55EFC4;--color-white: #FFFFFF;--color-cream: #F3E8D5;--color-paper: #F3E8D5;--color-gray-50: #F8F9FA;--color-gray-100: #F1F3F4;--color-gray-200: #E8EAED;--color-gray-300: #DADCE0;--color-gray-400: #BDC1C6;--color-gray-500: #9AA0A6;--color-gray-600: #80868B;--color-gray-700: #5F6368;--color-gray-800: #3C4043;--color-gray-900: #202124;--color-black: #0A0A0A;--font-primary: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--font-display: "Bricolage Grotesque", "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--text-xs: clamp(.75rem, .7rem + .25vw, .875rem);--text-sm: clamp(.875rem, .8rem + .35vw, 1rem);--text-base: clamp(1rem, .9rem + .5vw, 1.125rem);--text-lg: clamp(1.125rem, 1rem + .6vw, 1.25rem);--text-xl: clamp(1.25rem, 1.1rem + .75vw, 1.5rem);--text-2xl: clamp(1.5rem, 1.25rem + 1.25vw, 2rem);--text-3xl: clamp(1.875rem, 1.5rem + 1.875vw, 2.5rem);--text-4xl: clamp(2.25rem, 1.75rem + 2.5vw, 3.5rem);--text-5xl: clamp(3rem, 2rem + 5vw, 5rem);--text-6xl: clamp(3.75rem, 2.5rem + 6.25vw, 6rem);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-32: 8rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--shadow-glow: 0 0 40px rgba(107, 31, 42, .3);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: .5s cubic-bezier(.4, 0, .2, 1);--transition-slower: .7s cubic-bezier(.16, 1, .3, 1);--z-base: 1;--z-above: 10;--z-nav: 100;--z-modal: 1000;--z-top: 9999}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-primary);font-size:var(--text-base);line-height:1.6;color:var(--color-black);background:var(--color-cream);overflow-x:hidden}h1,h2,h3,h4,h5{font-family:var(--font-display)}::selection{background:var(--color-primary);color:var(--color-white)}::-webkit-scrollbar{display:none}html{-ms-overflow-style:none;scrollbar-width:none}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.scroll-progress{position:fixed;top:0;left:0;width:100%;height:3px;background:transparent;z-index:var(--z-top)}.scroll-progress-bar{height:100%;width:0%;background:linear-gradient(90deg,var(--color-primary),var(--color-accent));transition:width 50ms linear}.floating-logo{position:fixed;top:var(--space-6);left:var(--space-6);z-index:var(--z-nav);display:flex;align-items:center;transition:all var(--transition-base);isolation:isolate}.floating-logo-img{height:50px;width:auto;transition:all var(--transition-base)}.floating-logo-img{transition:opacity .15s ease-in-out}.floating-logo:hover .floating-logo-img{transform:scale(1.05)}@media(min-width:769px)and (max-width:1024px){.floating-logo{display:none}}.nav{position:fixed;top:var(--space-6);left:50%;transform:translate(-50%);z-index:var(--z-nav);width:auto;max-width:600px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);font-family:var(--font-primary);font-size:var(--text-sm);font-weight:600;border-radius:var(--radius-xl);border:none;cursor:pointer;transition:all var(--transition-fast);text-decoration:none;position:relative;overflow:hidden}.btn svg{width:18px;height:18px;transition:transform var(--transition-fast)}.btn:hover svg{transform:translate(3px)}.section{padding:var(--space-24) var(--space-6);position:relative;z-index:var(--z-base)}.section-header{text-align:center;max-width:700px;margin:0 auto var(--space-16)}.section-testimonials{background:var(--color-cream);position:relative;overflow:hidden;margin-top:-1px;padding-top:var(--space-32)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-8)}.testimonial-card{background:#fffffff2;border-radius:var(--radius-2xl);padding:var(--space-8);position:relative;transition:all var(--transition-base);border:2px solid transparent;box-shadow:0 10px 40px #0003}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000004d;border-color:var(--color-white)}.testimonial-quote{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:50%;color:var(--color-white);margin-bottom:var(--space-6);box-shadow:0 4px 15px #6b1f2a66}.testimonial-quote svg{width:24px;height:24px}.testimonial-text{font-size:var(--text-base);color:var(--color-gray-800);line-height:1.8;margin-bottom:var(--space-6);font-style:italic}.testimonial-author{display:flex;align-items:center;gap:var(--space-4)}.testimonial-name{font-family:var(--font-display);font-size:var(--text-base);font-weight:600;color:var(--color-secondary)}.testimonial-restaurant{font-size:var(--text-sm);color:var(--color-primary-dark);font-weight:600}.testimonial-location{font-size:var(--text-sm);color:var(--color-gray-500);font-weight:400}.cta-content{position:relative;z-index:2}.cta-buttons{display:flex;gap:var(--space-4);justify-content:center;flex-wrap:wrap;margin-bottom:var(--space-6)}.hc-footer{--hc-paper: #F3E8D5;--hc-paper-deep: #EADBC0;--hc-ink: #1A1410;--hc-burgundy: #6B1F2A;--hc-mustard: #C89F3C;--hc-soft: #FFF8EC;--hc-display-font: "Bricolage Grotesque", "Montserrat", system-ui, sans-serif;--hc-body-font: "Montserrat", system-ui, sans-serif;--hc-mono-font: "JetBrains Mono", ui-monospace, monospace;font-family:var(--hc-body-font);color:var(--hc-ink)}.hc-footer *{box-sizing:border-box}.hc-footer{background:var(--hc-paper-deep);padding:80px 60px 0;position:relative;z-index:2}.hc-footer-top{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;padding-bottom:60px;border-bottom:1px solid rgba(26,20,16,.2)}.hc-footer-brand p{max-width:440px;font-size:15px;line-height:1.6;margin:20px 0;opacity:.85;color:var(--hc-ink)}.hc-footer-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.hc-footer-logo img{height:52px;width:auto;display:block}.hc-footer-donate{display:inline-flex;align-items:center;gap:6px;margin-bottom:24px;font-family:var(--hc-mono-font);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--hc-burgundy);border-bottom:1px solid currentColor;padding-bottom:2px;text-decoration:none;transition:opacity .2s ease}.hc-footer-donate:hover{opacity:.75}.hc-footer-stores{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}.hc-footer-stores a{display:inline-block;transition:transform .2s ease,opacity .2s ease}.hc-footer-stores a:hover{transform:translateY(-2px);opacity:.85}.hc-footer-stores img{height:46px;width:auto;display:block}.hc-footer-cols{display:grid;grid-template-columns:1fr 1fr;gap:40px}.hc-footer-cols>div{min-width:0}.hc-footer-cols h4{font-family:var(--hc-display-font);font-weight:600;font-size:20px;margin:0 0 20px;color:var(--hc-ink)}.hc-footer-cols ul{list-style:none;padding:0;margin:0}.hc-footer-cols li{padding:6px 0}.hc-footer-cols a{font-size:14px;color:var(--hc-ink);opacity:.8;transition:opacity .2s ease;text-decoration:none}.hc-footer-cols a:hover{opacity:1}.hc-footer-bottom{display:flex;justify-content:space-between;padding:24px 0;font-family:var(--hc-mono-font);font-size:11px;letter-spacing:.08em;text-transform:uppercase;opacity:.6;flex-wrap:wrap;gap:12px;color:var(--hc-ink)}.hc-footer-giant{font-family:var(--hc-display-font);font-size:clamp(96px,26vw,380px);line-height:.8;letter-spacing:-.03em;color:var(--hc-burgundy);opacity:.14;margin:0 -60px -80px;overflow:hidden;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;font-weight:600}@media(max-width:1024px){.hc-footer{padding:64px 32px 0}.hc-footer-top{grid-template-columns:1fr;gap:48px}.hc-footer-giant{margin:0 -32px -60px}}@media(max-width:640px){.hc-footer{padding:56px 20px 0}.hc-footer-top{gap:40px;padding-bottom:40px}.hc-footer-cols{grid-template-columns:1fr 1fr;gap:24px}.hc-footer-bottom{flex-direction:column;gap:8px;padding:20px 0}.hc-footer-giant{margin:0 -20px -40px}}[data-animate]{opacity:0;transform:translateY(30px);transition:opacity var(--transition-slower),transform var(--transition-slower)}[data-animate=fade-up].animated{opacity:1;transform:translateY(0)}[data-animate=fade-right]{transform:translate(-50px)}[data-animate=fade-right].animated{opacity:1;transform:translate(0)}[data-animate=fade-left]{transform:translate(50px)}[data-animate=fade-left].animated{opacity:1;transform:translate(0)}[data-animate=float]{transform:translateY(40px)}[data-animate=float].animated{opacity:1;transform:translateY(0)}@media(max-width:1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nav{left:auto;right:var(--space-6);transform:none;width:auto}.testimonials-grid{grid-template-columns:1fr}.btn{width:100%;max-width:300px}.cta-buttons{flex-direction:column;align-items:center}}@media(max-width:480px){:root{--space-24: 4rem;--space-16: 3rem}.section{padding:var(--space-16) var(--space-4)}.floating-logo{top:var(--space-4);left:var(--space-4)}.floating-logo-img{height:40px}.nav{top:var(--space-4);right:var(--space-4)}}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6)}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.features-grid{grid-template-columns:1fr}}@media print{.nav,.scroll-progress{display:none}body{background:#fff;color:#000}.section{page-break-inside:avoid}}:root{--banner-height: 40px}.scroll-progress{z-index:var(--z-nav)}@media(max-width:768px){:root{--banner-height: 56px}}.benefit-card{background:var(--color-gray-50);border-radius:var(--radius-xl);padding:var(--space-8);text-align:left;transition:all var(--transition-base)}.benefit-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.benefit-card h3{font-size:var(--text-lg);font-weight:600;color:var(--color-secondary);margin-bottom:var(--space-3)}.benefit-card p{font-size:var(--text-sm);color:var(--color-gray-600);line-height:1.6}@media(max-width:768px){.hc-footer{padding-bottom:92px}}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/fonts/jetbrains-mono-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/fonts/jetbrains-mono-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/fonts/jetbrains-mono-cyrillic.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/fonts/jetbrains-mono-greek.woff2) format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:"Instrument Serif";font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/instrument-serif-italic-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Instrument Serif";font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/instrument-serif-italic-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:"Instrument Serif";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/instrument-serif-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Instrument Serif";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/instrument-serif-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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}.hs{--hs-bord:#6B1F2A;--hs-bord-2:#621B27;--hs-bord-deep:#4A1520;--hs-bord-ink:#3E0E17;--hs-paper:#F3E8D5;--hs-cream:#FFF8EC;--hs-card:#FFFDF8;--hs-sand:#F6EBD8;--hs-sand-2:#EADDC9;--hs-line:#E6D8C3;--hs-dash:#CDB9A5;--hs-pink:#E3AEB0;--hs-blush:#F6E4E2;--hs-blush-2:#F1E3DA;--hs-blush-3:#F6D4D2;--hs-mark:#F4D9A8;--hs-ink:#1A1410;--hs-body:#4A3F3A;--hs-muted:#6B5B53;--hs-muted-2:#8C7A72;--hs-display:"Bricolage Grotesque","Montserrat",system-ui,sans-serif;--hs-serif:"Instrument Serif",Georgia,"Times New Roman",serif;--hs-sans:"Montserrat",system-ui,-apple-system,sans-serif;--hs-mono:"JetBrains Mono",ui-monospace,"SFMono-Regular",Menlo,monospace;--hs-grid:48px;--hs-cloth:repeating-linear-gradient(90deg,#6B1F2A 0 46px,#621B27 46px 92px);--hs-tablecloth:repeating-linear-gradient(0deg,transparent 0 calc(var(--hs-grid) - 1px),rgba(107,31,42,.045) calc(var(--hs-grid) - 1px) var(--hs-grid)),repeating-linear-gradient(90deg,transparent 0 calc(var(--hs-grid) - 1px),rgba(107,31,42,.045) calc(var(--hs-grid) - 1px) var(--hs-grid));background:var(--hs-paper);-webkit-font-smoothing:antialiased}@media(max-width:640px){.hs{--hs-grid:32px}}.hs .hs-panel{position:relative;margin:12px;border-radius:26px;background-color:var(--hs-cream);background-image:var(--hs-tablecloth);box-shadow:inset 0 0 0 1px var(--hs-line)}.hs .hs-panel--sand{background-color:var(--hs-sand);background-image:none}.hs .hs-kicker{font-family:var(--hs-mono);font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--hs-bord)}.hs .hs-h-a{display:block;font-family:var(--hs-display);font-weight:800;letter-spacing:-.05em;line-height:1.02;color:var(--hs-ink)}.hs .hs-h-b{display:block;font-family:var(--hs-serif);font-style:italic;font-weight:400;letter-spacing:0;line-height:1.02;color:var(--hs-bord)}.hs .hs-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;padding:0 28px;border:0;border-radius:999px;background:var(--hs-bord);color:var(--hs-cream);font-family:var(--hs-sans);font-weight:700;font-size:16px;text-decoration:none;box-shadow:0 12px 28px #6b1f2a47}.hs .hs-btn:hover{background:var(--hs-bord-deep);color:var(--hs-cream)}.hs .hs-btn--o{background:transparent;color:var(--hs-bord);box-shadow:inset 0 0 0 1.5px var(--hs-bord)}.hs .hs-btn--o:hover{background:var(--hs-bord);color:var(--hs-cream)}.hs .hs-card{border-radius:8px;background:var(--hs-card);box-shadow:0 18px 30px #1a141024,0 0 0 1px #efe3d1}.hs .hs-card--lift{border:2.5px solid var(--hs-pink);border-radius:10px;box-shadow:0 34px 54px #1a141033}.hs .hs-tag{display:inline-block;font-family:var(--hs-mono);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 9px;border-radius:999px;background:var(--hs-blush-2);color:var(--hs-bord)}.hs mark{background:var(--hs-mark);color:inherit;padding:0 3px}.hs .floating-logo-img,.hs .hc-nav-logo,.hs .su-brand img,.hs .bk-brand img{height:38px;width:auto}.hs .floating-logo:hover .floating-logo-img{transform:none}@media(max-width:640px){.hs .floating-logo-img,.hs .hc-nav-logo,.hs .su-brand img,.hs .bk-brand img{height:30px}}.hs .hc-nav .hc-btn-solid,.hs .hc-mobile-cta.hc-btn-solid{background:var(--hs-bord);color:var(--hs-cream)}.hs .hc-nav .hc-btn-solid:hover,.hs .hc-mobile-cta.hc-btn-solid:hover{background:var(--hs-bord-deep);color:var(--hs-cream)}.hs .hc-signup-popup .hc-signup-popup-input,.hs .hc-signup-popup .hc-signup-popup-cta{border-radius:999px}.hs .hc-signup-popup .hc-signup-popup-cta{font-weight:700}@media(max-width:520px){.hs .hc-signup-popup .hc-signup-popup-body{padding:26px 22px 24px}.hs .hc-signup-popup .hc-signup-popup-eye{margin-right:96px}.hs .hc-signup-popup .hc-signup-popup-row{flex-direction:column}.hs .hc-signup-popup .hc-signup-popup-input{flex:0 0 auto;width:100%;min-height:50px}.hs .hc-signup-popup .hc-signup-popup-cta{justify-content:center;width:100%;min-height:50px}}.hs :is(h1,h2,h3){overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hs-integration .intg-page{background:transparent;font-family:var(--hs-sans);color:var(--hs-body)}.hs-integration .intg-page .intg-kicker{margin:0 0 14px;font-family:var(--hs-mono);font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--hs-bord);text-align:center}.hs-integration .intg-page .features-header h2,.hs-integration .intg-page .intg-section h2,.hs-integration .intg-page .feature-cta h2{font-family:var(--hs-display);font-weight:800;letter-spacing:-.045em;line-height:1.04;color:var(--hs-ink);font-size:clamp(25.2px,3.19vw,40.3px);text-wrap:balance;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hs-integration .intg-page .feature-hero .btn,.hs-integration .intg-page .feature-cta .btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;padding:0 28px;border:0;border-radius:999px;font-family:var(--hs-sans);font-size:16px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;transform:none;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.hs-integration .intg-page .feature-hero .btn-teal,.hs-integration .intg-page .feature-cta .btn-white{background:var(--hs-bord);color:var(--hs-cream);box-shadow:0 12px 28px #6b1f2a47}.hs-integration .intg-page .feature-hero .btn-teal:after{content:"→";font-weight:700}.hs-integration .intg-page .feature-hero .btn-teal:hover{background:var(--hs-bord-deep);color:var(--hs-cream);transform:translateY(-2px);box-shadow:0 16px 32px #6b1f2a52}.hs-integration .intg-page .feature-cta .btn-white{background:var(--hs-cream);color:var(--hs-bord);box-shadow:0 12px 28px #1a141047}.hs-integration .intg-page .feature-cta .btn-white:hover{background:var(--hs-card);color:var(--hs-bord-deep);transform:translateY(-2px)}.hs-integration .intg-page .feature-cta .btn-lightgray{background:transparent;color:var(--hs-cream);box-shadow:inset 0 0 0 1.5px #fff8ecd9}.hs-integration .intg-page .feature-cta .btn-lightgray:hover{background:var(--hs-cream);color:var(--hs-bord)}.hs-integration .intg-page .feature-hero .btn svg,.hs-integration .intg-page .feature-cta .btn svg{width:18px;height:18px}.hs-integration .intg-page .cta-buttons{display:flex;flex-wrap:wrap;gap:14px;margin:0}.hs-integration .intg-page .feature-hero .cta-buttons{justify-content:flex-start}.hs-integration .intg-page .feature-hero{position:relative;display:block;min-height:0;margin:12px;padding:132px 40px 72px;border-radius:26px;overflow:hidden;background-color:var(--hs-cream);background-image:var(--hs-tablecloth);box-shadow:inset 0 0 0 1px var(--hs-line);font-family:var(--hs-sans)}.hs-integration .intg-page .feature-hero:before,.hs-integration .intg-page .feature-hero:after{content:none;display:none}.hs-integration .intg-page .feature-hero-content{position:relative;z-index:1;max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}.hs-integration .intg-page .feature-badge{display:inline-flex;align-items:center;gap:10px;margin:0 0 22px;padding:0;background:none;border:0;border-radius:0;-webkit-backdrop-filter:none;backdrop-filter:none;font-family:var(--hs-mono);font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--hs-bord)}.hs-integration .intg-page .feature-badge svg{width:16px;height:16px;flex:0 0 16px}.hs-integration .intg-page .feature-hero-text h1{margin:0 0 24px;font-family:var(--hs-display);font-weight:800;font-size:clamp(33.6px,4.2vw,60.5px);letter-spacing:-.05em;line-height:1.02;color:var(--hs-ink);overflow-wrap:break-word}.hs-integration .intg-page .feature-hero-text h1 span{position:static;display:block;white-space:normal;font-family:var(--hs-serif);font-style:italic;font-weight:400;font-size:1.08em;letter-spacing:0;line-height:1.02;color:var(--hs-bord)}.hs-integration .intg-page .feature-hero-text h1 span:after{content:none;display:none}.hs-integration .intg-page .feature-hero-text p{max-width:34rem;margin:0 0 32px;font-size:17px;line-height:1.55;color:var(--hs-body);text-wrap:pretty}.hs-integration .intg-page .intg-visual{position:relative;max-width:460px;margin:0 auto;padding:44px 34px;border-radius:40px;background:var(--hs-cloth)}.hs-integration .intg-page .intg-glow{display:none}.hs-integration .intg-page .intg-card{position:relative;z-index:1;overflow:hidden;text-align:left;border-radius:10px;background:var(--hs-card);box-shadow:0 18px 30px #1a141040;transform:rotate(-2deg)}.hs-integration .intg-page .intg-card-head{padding:22px 22px 18px;background:var(--hs-sand);border-bottom:1px dashed var(--hs-dash)}.hs-integration .intg-page .intg-card-head>.intg-end-name{font-family:var(--hs-serif);font-size:23.9px;line-height:1.1;text-align:center;color:var(--hs-ink)}.hs-integration .intg-page .intg-link{display:flex;align-items:center;justify-content:center;gap:14px}.hs-integration .intg-page .intg-end{display:flex;flex:1;flex-direction:column;align-items:center;gap:8px;min-width:0}.hs-integration .intg-page .intg-end .intg-end-name{font-family:var(--hs-mono);font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-align:center;color:var(--hs-muted);overflow-wrap:anywhere}.hs-integration .intg-page .intg-wire{flex:0 0 56px;height:2px;margin-bottom:26px;background:repeating-linear-gradient(90deg,var(--hs-bord) 0 6px,transparent 6px 11px)}.hs-integration .intg-page .intg-status{display:flex;justify-content:center;margin-top:14px}.hs-integration .intg-page .intg-pill{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:999px;background:var(--hs-blush-2);color:var(--hs-bord);font-family:var(--hs-mono);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.hs-integration .intg-page .intg-pill:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--hs-bord)}.hs-integration .intg-page .intg-body{padding:14px 22px 22px}.hs-integration .intg-page .intg-rows{list-style:none;margin:0;padding:0}.hs-integration .intg-page .intg-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px dashed var(--hs-dash);font-size:15px;color:var(--hs-ink)}.hs-integration .intg-page .intg-row:last-child{border-bottom:0}.hs-integration .intg-page .intg-row-name{font-weight:600}.hs-integration .intg-page .intg-ok{font-family:var(--hs-mono);font-size:11px;font-weight:600;letter-spacing:.04em;color:var(--hs-bord);white-space:nowrap}.hs-integration .intg-page .intg-ok:before{content:"✓ "}.hs-integration .intg-page .intg-bubble{padding:14px 16px;border-radius:8px;background:var(--hs-blush);box-shadow:inset 0 0 0 1px var(--hs-pink);color:var(--hs-ink)}.hs-integration .intg-page .intg-bubble-title{margin-bottom:4px;font-family:var(--hs-display);font-weight:800;letter-spacing:-.02em;color:var(--hs-ink)}.hs-integration .intg-page .intg-body>.intg-bubble-title{margin-bottom:6px}.hs-integration .intg-page .intg-bubble-line{font-size:15px;color:var(--hs-body)}.hs-integration .intg-page .intg-foot{margin-top:12px;padding:10px 12px;border-radius:6px;background:var(--hs-sand);font-family:var(--hs-mono);font-size:11px;font-weight:500;letter-spacing:.04em;color:var(--hs-muted)}.hs-integration .intg-page .intg-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;justify-items:center}.hs-integration .intg-page .intg-tile{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;flex:0 0 56px;border-radius:14px;background:var(--hs-bord);color:#fff;font-family:var(--hs-sans);font-weight:800;font-size:16px;letter-spacing:.02em;box-shadow:0 6px 14px #1a141029}.hs-integration .intg-page .intg-tile.intg-tile--hc{background:var(--hs-bord);color:var(--hs-cream)}.hs-integration .intg-page .intg-tile.intg-tile--sm{width:40px;height:40px;flex-basis:40px;border-radius:10px;font-size:13px;box-shadow:none}.hs-integration .intg-page .features-section{margin:0;padding:88px 24px 72px;background:transparent}.hs-integration .intg-page .features-container{max-width:1100px;margin:0 auto}.hs-integration .intg-page .features-header{margin:0 0 44px;text-align:center}.hs-integration .intg-page .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.hs-integration .intg-page .feature-card{display:flex;flex-direction:column;gap:16px;padding:26px 24px;border:0;border-radius:8px;background:var(--hs-card);box-shadow:0 18px 30px #1a14101f,0 0 0 1px #efe3d1;transform:rotate(-1deg);transition:transform .25s ease,box-shadow .25s ease}.hs-integration .intg-page .feature-card:nth-child(2){transform:rotate(1deg) translateY(10px)}.hs-integration .intg-page .feature-card:nth-child(3){transform:rotate(-.5deg)}.hs-integration .intg-page .feature-card:hover{transform:rotate(0) translateY(-4px);box-shadow:0 26px 40px #1a141029,0 0 0 1px #efe3d1;border-color:transparent}.hs-integration .intg-page .feature-card-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;border-radius:12px;background:var(--hs-sand-2);box-shadow:none}.hs-integration .intg-page .feature-card-icon svg{width:22px;height:22px;color:var(--hs-bord)}.hs-integration .intg-page .feature-card h3{margin:0 0 8px;font-family:var(--hs-display);font-weight:800;font-size:18.4px;letter-spacing:-.02em;line-height:1.2;color:var(--hs-ink)}.hs-integration .intg-page .feature-card p{margin:0;font-size:15px;line-height:1.55;color:var(--hs-body)}.hs-integration .intg-page .intg-section{margin:0;padding:80px 24px;background:transparent}.hs-integration .intg-page .intg-section--alt{margin:12px;padding:88px 40px;border-radius:26px;background-color:var(--hs-cream);background-image:var(--hs-tablecloth);box-shadow:inset 0 0 0 1px var(--hs-line)}.hs-integration .intg-page .intg-wrap{max-width:1100px;margin:0 auto}.hs-integration .intg-page .intg-section h2{margin:0 0 14px;text-align:center}.hs-integration .intg-page .intg-section-lead{max-width:640px;margin:0 auto 32px;font-size:16px;line-height:1.55;color:var(--hs-body);text-align:center;text-wrap:pretty}.hs-integration .intg-page .intg-steps{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin:40px 0 0;padding:0}.hs-integration .intg-page .intg-step{padding:18px 0 0;border:0;border-top:2px solid var(--hs-ink);border-radius:0;background:transparent}.hs-integration .intg-page .intg-step-num{display:block;width:auto;height:auto;margin:0 0 10px;border-radius:0;background:none;font-family:var(--hs-serif);font-style:italic;font-weight:400;font-size:28.6px;line-height:1;color:var(--hs-bord)}.hs-integration .intg-page .intg-step h3{margin:0 0 8px;font-family:var(--hs-display);font-weight:800;font-size:18.4px;letter-spacing:-.02em;line-height:1.2;color:var(--hs-ink)}.hs-integration .intg-page .intg-step p{margin:0;font-size:16px;line-height:1.55;color:var(--hs-body)}.hs-integration .intg-page .intg-links{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-top:32px}.hs-integration .intg-page .intg-rel{display:flex;align-items:center;gap:12px;min-height:44px;padding:12px 16px;border:0;border-radius:8px;background:var(--hs-card);box-shadow:0 8px 18px #1a141014,0 0 0 1px #efe3d1;color:var(--hs-ink);font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.hs-integration .intg-page .intg-rel:hover{transform:translateY(-2px) rotate(-1deg);box-shadow:0 16px 28px #1a141024,0 0 0 1px var(--hs-pink)}.hs-integration .intg-page .intg-all{display:flex;justify-content:center;margin-top:32px}.hs-integration .intg-page .intg-all-link{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 26px;border:0;border-radius:999px;background:transparent;box-shadow:inset 0 0 0 1.5px var(--hs-bord);color:var(--hs-bord);font-family:var(--hs-sans);font-size:16px;font-weight:700;text-decoration:none;cursor:pointer;transition:background .2s ease,color .2s ease}.hs-integration .intg-page .intg-all-link:hover{background:var(--hs-bord);color:var(--hs-cream)}.hs-integration .intg-page .intg-all-link svg{width:18px;height:18px;flex:0 0 18px}.hs-integration .intg-page .intg-toolbar{display:flex;flex-direction:column;gap:14px;margin:32px 0 8px;padding:16px;border:0;border-radius:20px;background:var(--hs-sand);box-shadow:inset 0 0 0 1px var(--hs-line)}.hs-integration .intg-page .intg-toolbar[hidden],.hs-integration .intg-page .intg-count[hidden],.hs-integration .intg-page .intg-empty[hidden],.hs-integration .intg-page .intg-group[hidden],.hs-integration .intg-page .intg-item[hidden]{display:none}.hs-integration .intg-page .intg-search{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 20px;border:0;border-radius:999px;background:var(--hs-card);box-shadow:inset 0 0 0 1.5px var(--hs-line);color:var(--hs-muted)}.hs-integration .intg-page .intg-search:focus-within{box-shadow:inset 0 0 0 2px var(--hs-bord)}.hs-integration .intg-page .intg-search svg{width:20px;height:20px;flex:0 0 20px;color:var(--hs-bord)}.hs-integration .intg-page .intg-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;font:inherit;font-size:16px;color:var(--hs-ink)}.hs-integration .intg-page .intg-search input::placeholder{color:var(--hs-muted)}.hs-integration .intg-page .intg-chips{display:flex;flex-wrap:wrap;gap:8px}.hs-integration .intg-page .intg-chip{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:6px 16px;border:0;border-radius:999px;background:var(--hs-card);box-shadow:inset 0 0 0 1px var(--hs-line);color:var(--hs-ink);font:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.hs-integration .intg-page .intg-chip svg{width:16px;height:16px;flex:0 0 16px;color:var(--hs-bord)}.hs-integration .intg-page .intg-chip:hover{box-shadow:inset 0 0 0 1.5px var(--hs-bord)}.hs-integration .intg-page .intg-chip[aria-pressed=true]{background:var(--hs-bord);color:var(--hs-cream);box-shadow:0 8px 18px #6b1f2a38}.hs-integration .intg-page .intg-chip[aria-pressed=true] svg{color:var(--hs-cream)}.hs-integration .intg-page .intg-chip-n{padding:1px 8px;border-radius:999px;background:var(--hs-blush-2);color:var(--hs-bord);font-family:var(--hs-mono);font-size:11px;font-weight:700}.hs-integration .intg-page .intg-chip[aria-pressed=true] .intg-chip-n{background:#fff8ec33;color:var(--hs-cream)}.hs-integration .intg-page .intg-count{margin:18px 0 0;font-family:var(--hs-mono);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--hs-muted);text-align:center}.hs-integration .intg-page .intg-empty{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:32px;color:var(--hs-body)}.hs-integration .intg-page .intg-group{margin-top:56px}.hs-integration .intg-page .intg-group+.intg-group{margin-top:64px}.hs-integration .intg-page .intg-group h2{padding-bottom:0}.hs-integration .intg-page .intg-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.hs-integration .intg-page .intg-item{display:flex;flex-direction:column;gap:12px;padding:22px;border:0;border-radius:8px;background:var(--hs-card);box-shadow:0 14px 26px #1a14101a,0 0 0 1px #efe3d1;color:var(--hs-ink);text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.hs-integration .intg-page .intg-item:nth-child(3n+1){transform:rotate(-.6deg)}.hs-integration .intg-page .intg-item:nth-child(3n+2){transform:rotate(.5deg)}.hs-integration .intg-page .intg-item:hover{transform:rotate(0) translateY(-4px);box-shadow:0 24px 38px #1a141029,0 0 0 1.5px var(--hs-pink)}.hs-integration .intg-page .intg-item-head{display:flex;align-items:center;gap:12px;font-family:var(--hs-serif);font-size:22.1px;font-weight:400;line-height:1.1;color:var(--hs-ink)}.hs-integration .intg-page .intg-item-group{align-self:flex-start;padding:4px 9px;border-radius:999px;background:var(--hs-blush-2);color:var(--hs-bord);font-family:var(--hs-mono);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.hs-integration .intg-page .intg-item-text{flex:1;margin:0;font-size:15px;line-height:1.55;color:var(--hs-body)}.hs-integration .intg-page .intg-item-more{align-self:flex-start;padding-top:10px;border-top:1px dashed var(--hs-dash);font-family:var(--hs-mono);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--hs-bord)}.hs-integration .intg-page .intg-item:hover .intg-item-more{color:var(--hs-ink)}.hs-integration .intg-page .section-testimonials{margin:0;padding:72px 24px 88px;background:transparent;overflow:visible}.hs-integration .intg-page .testimonials-container{max-width:1180px;margin:0 auto}.hs-integration .intg-page .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.hs-integration .intg-page .testimonial-card{position:relative;padding:28px 26px;border:0;border-radius:8px;background:var(--hs-card);box-shadow:0 18px 30px #1a14101f,0 0 0 1px #efe3d1;transform:rotate(1deg);transition:transform .25s ease,box-shadow .25s ease}.hs-integration .intg-page .testimonial-card:nth-child(2){transform:rotate(-1deg) translateY(12px)}.hs-integration .intg-page .testimonial-card:hover{transform:rotate(0) translateY(-4px);border-color:transparent;box-shadow:0 26px 40px #1a141029,0 0 0 1px #efe3d1}.hs-integration .intg-page .testimonial-quote{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0 0 16px;border-radius:50%;background:var(--hs-blush-2);box-shadow:none;color:var(--hs-bord)}.hs-integration .intg-page .testimonial-quote svg{width:20px;height:20px;fill:var(--hs-bord);color:var(--hs-bord);opacity:1}.hs-integration .intg-page .testimonial-text{margin:0 0 20px;font-size:16px;font-style:normal;line-height:1.6;color:var(--hs-ink);text-wrap:pretty}.hs-integration .intg-page .testimonial-author{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding-top:14px;border-top:1px dashed var(--hs-dash)}.hs-integration .intg-page .testimonial-name{font-family:var(--hs-serif);font-size:22.1px;font-weight:400;line-height:1.1;color:var(--hs-ink)}.hs-integration .intg-page .testimonial-restaurant{font-family:var(--hs-mono);font-size:12px;font-weight:600;letter-spacing:.04em;color:var(--hs-bord)}.hs-integration .intg-page .testimonial-location{font-family:var(--hs-mono);font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--hs-muted)}.hs-integration .intg-page .feature-cta{position:relative;margin:12px;padding:88px 32px;border-radius:40px;overflow:hidden;background:var(--hs-cloth);text-align:center}.hs-integration .intg-page .feature-cta:before{content:none;display:none}.hs-integration .intg-page .feature-cta h2{position:relative;max-width:820px;margin:0 auto 18px;color:var(--hs-cream)}.hs-integration .intg-page .feature-cta p{position:relative;max-width:600px;margin:0 auto 34px;font-size:17px;line-height:1.55;color:var(--hs-blush)}.hs-integration .intg-page .feature-cta .cta-buttons{position:relative;justify-content:center}.hs-integration .intg-page .feature-cta .pricing-note{position:relative;display:inline-block;margin-top:28px;padding:12px 22px;border:0;border-radius:999px;background:#fff8ec1a;box-shadow:inset 0 0 0 1px #fff8ec47}.hs-integration .intg-page .feature-cta .pricing-note span{font-family:var(--hs-mono);font-size:12px;letter-spacing:.06em;color:var(--hs-blush-2)}.hs-integration .intg-page .feature-cta .pricing-note strong{font-family:var(--hs-sans);font-size:15px;letter-spacing:0;color:var(--hs-cream)}@media(max-width:968px){.hs-integration .intg-page .feature-hero{padding:116px 24px 56px}.hs-integration .intg-page .feature-hero-content{grid-template-columns:1fr;gap:44px;text-align:center}.hs-integration .intg-page .feature-hero-text p{margin-left:auto;margin-right:auto}.hs-integration .intg-page .feature-hero .cta-buttons{justify-content:center}.hs-integration .intg-page .features-grid,.hs-integration .intg-page .testimonials-grid,.hs-integration .intg-page .intg-steps{grid-template-columns:1fr;gap:20px}.hs-integration .intg-page .feature-card,.hs-integration .intg-page .feature-card:nth-child(2),.hs-integration .intg-page .feature-card:nth-child(3),.hs-integration .intg-page .testimonial-card,.hs-integration .intg-page .testimonial-card:nth-child(2){transform:none}}@media(max-width:640px){.hs-integration .intg-page .feature-hero,.hs-integration .intg-page .intg-section--alt,.hs-integration .intg-page .feature-cta{margin:8px}.hs-integration .intg-page .feature-hero{padding:104px 16px 40px}.hs-integration .intg-page .feature-hero-text h1{font-size:33.6px}.hs-integration .intg-page .feature-hero-text p{font-size:16px}.hs-integration .intg-page .feature-hero .cta-buttons,.hs-integration .intg-page .feature-cta .cta-buttons{flex-direction:column;align-items:stretch;width:100%}.hs-integration .intg-page .feature-hero .btn,.hs-integration .intg-page .feature-cta .btn,.hs-integration .intg-page .intg-all-link{width:100%;max-width:none;min-height:52px;padding:0 20px}.hs-integration .intg-page .intg-visual{padding:28px 18px;border-radius:28px}.hs-integration .intg-page .intg-card{transform:rotate(-1deg)}.hs-integration .intg-page .intg-card-head{padding:18px 14px 16px}.hs-integration .intg-page .intg-body{padding:12px 16px 18px}.hs-integration .intg-page .intg-wire{flex-basis:28px}.hs-integration .intg-page .intg-grid{grid-template-columns:repeat(4,1fr)}.hs-integration .intg-page .features-section{padding:56px 16px 48px}.hs-integration .intg-page .intg-section,.hs-integration .intg-page .intg-section--alt{padding:56px 16px}.hs-integration .intg-page .intg-cards{grid-template-columns:1fr}.hs-integration .intg-page .intg-item,.hs-integration .intg-page .intg-item:nth-child(3n+1),.hs-integration .intg-page .intg-item:nth-child(3n+2){transform:none}.hs-integration .intg-page .intg-links{grid-template-columns:1fr}.hs-integration .intg-page .intg-toolbar{padding:12px}.hs-integration .intg-page .intg-chip{flex:1 1 auto;justify-content:center}.hs-integration .intg-page .section-testimonials{padding:48px 16px 56px}.hs-integration .intg-page .feature-cta{padding:56px 16px;border-radius:28px}.hs-integration .intg-page .feature-cta p{font-size:16px}.hs-integration .intg-page .feature-cta .pricing-note{display:block;border-radius:20px}}
