@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--color-bg: #faf8f5;--color-bg-alt: #f3f0eb;--color-surface: #ffffff;--color-text: #1a1a1a;--color-text-muted: #6b6b6b;--color-text-light: #9a9a9a;--color-accent: #5dd3f3;--color-accent-soft: rgba(93, 211, 243, .12);--color-border: rgba(26, 26, 26, .08);--color-dark: #0f0f0f;--font-display: "Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-quart: cubic-bezier(.25, 1, .5, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:clamp(16px,1vw,20px)}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::-moz-selection{background:var(--color-accent);color:#fff}::selection{background:var(--color-accent);color:#fff}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes drawLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}.reveal{opacity:0;transform:translateY(60px);transition:opacity 1s var(--ease-out-expo),transform 1s var(--ease-out-expo)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:2rem 0;transition:all .5s var(--ease-out-expo)}.navbar--scrolled{padding:1.25rem 0;background:#faf8f5eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border)}.navbar__inner{max-width:min(1400px,90vw);margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem);display:flex;align-items:center;justify-content:space-between}.navbar__brand{display:flex;align-items:center;gap:.75rem;transition:opacity .3s ease}.navbar__brand:hover{opacity:.7}.navbar__logo{width:48px;height:48px;-o-object-fit:contain;object-fit:contain}.navbar__brand-text{font-family:var(--font-display);font-size:1.6rem;font-weight:600;letter-spacing:-.02em}.navbar__brand-text span{display:none}.navbar__menu{display:flex;align-items:center;gap:2.5rem}.navbar__link{font-size:1rem;font-weight:500;color:var(--color-text-muted);transition:color .3s ease;position:relative}.navbar__link:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:1px;background:var(--color-accent);transform:scaleX(0);transform-origin:right;transition:transform .4s var(--ease-out-expo)}@media(hover:hover){.navbar__link:hover{color:var(--color-text)}.navbar__link:hover:after{transform:scaleX(1);transform-origin:left}}.navbar__link--cta{padding:.7rem 1.5rem;background:var(--color-text);color:var(--color-bg);border-radius:100px;font-weight:600;transition:all .4s var(--ease-out-expo)}.navbar__link--cta:after{display:none}@media(hover:hover){.navbar__link--cta:hover{background:var(--color-accent);color:#fff;transform:translateY(-2px)}}.navbar__toggle{display:none;width:48px;height:48px;padding:12px;background:none;border:none;cursor:pointer;position:relative;z-index:1001}.navbar__hamburger,.navbar__hamburger:before,.navbar__hamburger:after{width:100%;height:2px;background:var(--color-text);border-radius:2px;transition:all .3s ease}.navbar__hamburger{position:relative}.navbar__hamburger:before,.navbar__hamburger:after{content:"";position:absolute;left:0}.navbar__hamburger:before{top:-8px}.navbar__hamburger:after{top:8px}.navbar__toggle--active .navbar__hamburger{background:transparent}.navbar__toggle--active .navbar__hamburger:before{transform:rotate(45deg) translate(5px,6px)}.navbar__toggle--active .navbar__hamburger:after{transform:rotate(-45deg) translate(5px,-6px)}.hero{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;position:relative;padding:7rem 0 4rem;overflow:hidden}.hero__background{position:absolute;inset:0;z-index:0;pointer-events:none}.hero__shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:float 8s ease-in-out infinite}.hero__shape--1{width:600px;height:600px;background:linear-gradient(135deg,var(--color-accent-soft),transparent);top:-200px;right:-200px;animation-delay:0s}.hero__shape--2{width:400px;height:400px;background:linear-gradient(225deg,rgba(200,180,160,.15),transparent);bottom:-100px;left:-100px;animation-delay:-4s}.hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(26,26,26,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(26,26,26,.03) 1px,transparent 1px);background-size:80px 80px;mask-image:radial-gradient(ellipse at center,black 20%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at center,black 20%,transparent 70%)}.hero__content{position:relative;z-index:1;max-width:min(1600px,90vw);margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem);display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,8rem);align-items:center}.hero__copy{max-width:600px}.hero__eyebrow{display:inline-flex;align-items:center;gap:.75rem;font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-dark);margin-bottom:1.5rem;animation:slideIn .8s var(--ease-out-expo) .2s both}.hero__eyebrow:before{content:"";width:40px;height:1px;background:var(--color-dark);animation:drawLine .6s var(--ease-out-expo) .6s both;transform-origin:left}.hero__title{font-family:var(--font-display);font-size:clamp(2.8rem,6vw,5rem);font-weight:600;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem;animation:fadeUp 1s var(--ease-out-expo) .3s both}.hero__title em{font-style:italic;color:var(--color-accent)}.hero__subtitle{font-size:clamp(1.05rem,1.8vw,1.2rem);color:var(--color-text-muted);line-height:1.7;max-width:480px;margin-bottom:2.5rem;animation:fadeUp 1s var(--ease-out-expo) .5s both}.hero__actions{display:flex;gap:1rem;animation:fadeUp 1s var(--ease-out-expo) .7s both}.hero__cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--color-text);color:var(--color-bg);border-radius:100px;font-weight:600;font-size:.95rem;transition:all .4s var(--ease-out-expo)}@media(hover:hover){.hero__cta:hover{background:var(--color-accent);color:#fff;transform:translateY(-3px);box-shadow:0 20px 40px -15px #5dd3f366}}.hero__cta svg{width:18px;height:18px;transition:transform .3s ease}@media(hover:hover){.hero__cta:hover svg{transform:translate(4px)}}.hero__cta--ghost{background:transparent;color:var(--color-text);border:1px solid var(--color-border)}@media(hover:hover){.hero__cta--ghost:hover{background:var(--color-bg-alt);border-color:transparent;color:var(--color-text);box-shadow:none}}.hero__visual{position:relative;display:flex;justify-content:center;align-items:center;animation:scaleIn 1.2s var(--ease-out-expo) .4s both}.hero__visual-wrapper{position:relative;width:100%;max-width:480px;aspect-ratio:1}.hero__visual-ring{position:absolute;inset:-20px;border:1px solid var(--color-border);border-radius:50%;animation:pulse 4s ease-in-out infinite}.hero__visual-ring--2{inset:-50px;animation-delay:-1s;opacity:.5}.hero__visual-ring--3{inset:-80px;animation-delay:-2s;opacity:.3}.hero__image{position:relative;z-index:1;width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,var(--color-bg-alt),var(--color-surface));display:flex;align-items:center;justify-content:center;box-shadow:0 40px 80px -30px #00000026,inset 0 -20px 40px -20px #0000000d}.hero__image img{width:60%;height:auto;animation:float 6s ease-in-out infinite}.hero__accent{position:absolute;width:12px;height:12px;background:var(--color-accent);border-radius:50%;animation:float 5s ease-in-out infinite}.hero__accent--1{top:20%;right:10%;animation-delay:-1s}.hero__accent--2{bottom:30%;left:5%;width:8px;height:8px;opacity:.6;animation-delay:-3s}.section{padding:clamp(5rem,12vw,10rem) 0;position:relative}.section__inner{max-width:min(1400px,85vw);margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem)}.section__header{max-width:680px;margin-bottom:clamp(3rem,6vw,5rem)}.section__header--center{text-align:center;margin-left:auto;margin-right:auto}.section__eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem}.section__title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.2rem);font-weight:600;line-height:1.2;letter-spacing:-.02em;margin-bottom:1rem}.section__lead{font-size:clamp(1rem,1.5vw,1.15rem);color:var(--color-text-muted);line-height:1.7}.section--capabilities{background:var(--color-surface)}.capabilities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.capability-card{padding:2.5rem;background:var(--color-bg);border-radius:24px;border:1px solid var(--color-border);transition:all .5s var(--ease-out-expo);position:relative;overflow:hidden;display:flex;flex-direction:column}.capability-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--color-accent);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease-out-expo)}@media(hover:hover){.capability-card:hover{box-shadow:0 30px 60px -20px #0000001a}.capability-card:hover:before{transform:scaleX(1)}}.capability-card__icon{width:48px;height:48px;min-height:48px;margin-bottom:1.5rem;color:var(--color-accent);flex-shrink:0}.capability-card__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-light);margin-bottom:.75rem}.capability-card__title{font-family:var(--font-display);font-size:1.4rem;font-weight:500;margin-bottom:1rem;letter-spacing:-.01em}.capability-card__body{font-size:.95rem;color:var(--color-text-muted);line-height:1.7;flex-grow:1}.section--try-it{padding:clamp(3rem,6vw,5rem) 0;background:var(--color-bg)}.try-it-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem 2.5rem;background:var(--color-surface);border-radius:20px;border:1px solid var(--color-border);box-shadow:0 4px 24px -8px #0000000f}.try-it__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--color-accent-soft);border-radius:14px;color:var(--color-accent);flex-shrink:0}.try-it__icon svg{width:24px;height:24px}.try-it__copy{flex:1}.try-it__copy .section__eyebrow{font-size:.7rem;margin-bottom:.25rem}.try-it__copy .section__title{font-size:clamp(1.1rem,2vw,1.35rem);margin-bottom:.25rem}.try-it__copy .section__lead{font-size:.9rem;margin-bottom:0}.try-it__phone{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;background:var(--color-text);border-radius:100px;text-decoration:none;transition:all .4s var(--ease-out-expo);flex-shrink:0}@media(hover:hover){.try-it__phone:hover{background:var(--color-accent);transform:translateY(-2px);box-shadow:0 12px 24px -8px #5dd3f366}.try-it__phone-label{display:none}.try-it__phone-number{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--color-bg);letter-spacing:-.01em;white-space:nowrap}.try-it__phone-arrow{display:flex;align-items:center;justify-content:center;color:var(--color-bg);opacity:.7;transition:all .3s ease}.try-it__phone-arrow svg{width:16px;height:16px}.try-it__phone:hover .try-it__phone-arrow{opacity:1;transform:translate(3px)}}@media(max-width:768px){.try-it-content{flex-direction:column;text-align:center;padding:1.75rem;gap:1.25rem}.try-it__phone{width:100%;justify-content:center}}@media(max-width:480px){.try-it-content{padding:1.5rem;gap:1rem}.try-it__icon{width:40px;height:40px;border-radius:12px}.try-it__icon svg{width:20px;height:20px}}.section--powered-by{background:var(--color-dark);color:var(--color-bg);position:relative;overflow:hidden}.section--powered-by:before{content:"";position:absolute;bottom:-50%;left:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(93,211,243,.1),transparent 70%);pointer-events:none}.section--powered-by .section__eyebrow{color:var(--color-accent)}.section--powered-by .section__title{color:var(--color-bg)}.section--powered-by .section__lead{color:#faf8f5b3}.tech-grid{display:flex;justify-content:center;align-items:stretch;gap:3rem;flex-wrap:nowrap;max-width:1100px;margin:0 auto}.tech-item{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .5s var(--ease-out-expo)}@media(hover:hover){.tech-item:hover{transform:translateY(-6px)}}.tech-item__glow{display:none}.tech-item__logo{width:150px;height:150px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:24px;padding:1.75rem;transition:all .4s var(--ease-out-expo)}.tech-item__logo img{width:84px;height:84px;-o-object-fit:contain;object-fit:contain;opacity:.9;transition:all .4s var(--ease-out-expo)}@media(hover:hover){.tech-item:hover .tech-item__logo{background:#ffffff1f;transform:scale(1.05)}.tech-item:hover .tech-item__logo img{opacity:1}}.tech-item__name{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--color-bg);letter-spacing:-.01em}.tech-item__role{font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:#faf8f566;transition:color .3s ease}@media(hover:hover){.tech-item:hover .tech-item__role{color:var(--color-accent)}}.section--faq{background:var(--color-bg)}.faq-container{display:grid;grid-template-columns:1fr 1.5fr;gap:clamp(3rem,8vw,6rem);align-items:start}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--color-surface);border-radius:16px;border:1px solid var(--color-border);overflow:hidden;transition:all .4s var(--ease-out-expo)}.faq-item[open]{box-shadow:0 20px 40px -20px #00000014}.faq-item__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;cursor:pointer;font-size:1.05rem;font-weight:500;list-style:none;transition:color .3s ease}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question:hover{color:var(--color-accent)}.faq-item__question:after{content:"+";font-size:1.5rem;font-weight:300;color:var(--color-text-light);transition:transform .4s var(--ease-out-expo)}.faq-item[open] .faq-item__question:after{transform:rotate(45deg)}.faq-item__answer{padding:0 1.5rem 1.5rem}.faq-item__answer p{color:var(--color-text-muted);line-height:1.7}.section--contact{background:var(--color-dark);color:var(--color-bg);position:relative;overflow:hidden}.section--contact:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(93,211,243,.15),transparent 70%);pointer-events:none}.section--contact .section__eyebrow{color:var(--color-accent)}.section--contact .section__title{color:var(--color-bg)}.section--contact .section__lead{color:#faf8f5b3}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,6rem);align-items:start}.feature-list{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.feature-list li{padding:1.5rem;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.08);transition:all .4s var(--ease-out-expo);box-sizing:border-box;word-break:break-word;overflow-wrap:break-word;overflow:hidden}@media(hover:hover){.feature-list li:hover{background:#ffffff14}}.feature-list h3{font-family:var(--font-display);font-size:1.15rem;font-weight:500;margin-bottom:.5rem;color:var(--color-bg)}.feature-list p{font-size:.9rem;color:#faf8f599;line-height:1.6}.calendar-support{margin-top:2.5rem}.calendar-support__label{font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#faf8f580;margin-bottom:1.25rem}.calendar-support__logos{display:flex;gap:1rem}.calendar-support__item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.calendar-support__item:hover{background:#ffffff1a}.calendar-support__item img{width:40px;height:40px;-o-object-fit:contain;object-fit:contain}.calendar-support__item figcaption{font-size:.75rem;color:#faf8f599}.contact-actions{display:flex;flex-direction:column;gap:1rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.1rem 2.2rem;border-radius:100px;font-weight:600;font-size:.95rem;transition:all .4s var(--ease-out-expo);border:none;cursor:pointer}.button--primary{background:var(--color-accent);color:#fff}@media(hover:hover){.button--primary:hover{transform:translateY(-3px);box-shadow:0 20px 40px -10px #5dd3f380}}.button--ghost{background:transparent;color:var(--color-bg);border:1px solid rgba(255,255,255,.2)}@media(hover:hover){.button--ghost:hover{background:#ffffff1a;border-color:transparent}}.contact-form-wrapper{background:#ffffff08;border-radius:24px;border:1px solid rgba(255,255,255,.08);padding:clamp(2rem,4vw,3rem);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group--full{grid-column:span 2}.form-label{font-size:.85rem;font-weight:500;color:#faf8f5b3;letter-spacing:.02em}.form-input{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem 1.25rem;font-family:var(--font-sans);font-size:max(16px,1rem);color:var(--color-bg);transition:all .3s var(--ease-out-expo);outline:none}.form-input::-moz-placeholder{color:#faf8f559}.form-input::placeholder{color:#faf8f559}@media(hover:hover){.form-input:hover{border-color:#fff3;background:#ffffff12}}.form-input:focus{border-color:var(--color-accent);background:#ffffff14;box-shadow:0 0 0 4px #5dd3f326}.form-textarea{resize:vertical;min-height:120px}.button--submit{width:100%;position:relative;overflow:hidden}.button--submit .button__text{transition:opacity .3s ease,transform .3s ease}.button--submit .button__arrow{width:20px;height:20px;transition:transform .4s var(--ease-out-expo),opacity .3s ease}@media(hover:hover){.button--submit:hover .button__arrow{transform:translate(4px)}}.button--submit .button__loading{position:absolute;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none}.button--submit .spinner{width:24px;height:24px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.button--submit.loading .button__text,.button--submit.loading .button__arrow{opacity:0;transform:translateY(10px)}.button--submit.loading .button__loading{opacity:1}.button--submit.loading{pointer-events:none}.form-success{grid-column:span 2;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem;background:#5dd3f31a;border:1px solid rgba(93,211,243,.3);border-radius:12px;opacity:0;transform:translateY(10px);transition:all .5s var(--ease-out-expo);pointer-events:none;position:absolute;bottom:0;left:0;right:0}.form-success.visible{opacity:1;transform:translateY(0);position:relative}.form-success svg{width:24px;height:24px;color:var(--color-accent);flex-shrink:0}.form-success p{font-size:.95rem;font-weight:500;color:var(--color-bg)}@media(max-width:768px){.contact-form{grid-template-columns:1fr}.form-group--full,.form-success{grid-column:span 1}.contact-form-wrapper{padding:1.25rem}}@media(max-width:600px){.calendar-support__logos{flex-wrap:wrap;justify-content:flex-start}.calendar-support__item{flex:0 0 calc(50% - .5rem);min-width:auto}.section{padding:3.5rem 0}.feature-list li:hover{transform:none}.feature-list{padding-left:0;margin-left:0}.feature-list li{padding:1.25rem;width:auto;max-width:100%}.section{overflow-x:hidden}.section__inner{max-width:100%;padding:0 1.5rem}}.site-footer{background:var(--color-dark);color:#faf8f5b3;padding:4rem 0 2rem}.site-footer__inner{max-width:min(1400px,85vw);margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem)}.footer__top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer__brand{display:flex;flex-direction:column;gap:1rem}.footer__logo{display:flex;align-items:center;gap:.75rem;color:var(--color-bg)}.footer__logo img{width:36px;height:36px}.footer__logo span{font-family:var(--font-display);font-size:1.25rem;font-weight:600}.footer__intro p{max-width:300px;font-size:.9rem;line-height:1.7}.footer__column h3{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#faf8f580;margin-bottom:1.25rem}.footer__column ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer__column a{font-size:.9rem;transition:color .3s ease}@media(hover:hover){.footer__column a:hover{color:var(--color-bg)}}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;color:#faf8f566}.footer__links{display:flex;gap:1.5rem}@media(hover:hover){.footer__links a:hover{color:#faf8f5b3}}@media(max-width:1024px){.hero{min-height:auto;padding:7rem 0 4rem}.hero__content{grid-template-columns:1fr;text-align:center;gap:3rem}.tech-grid{flex-wrap:wrap;gap:2rem}.tech-item{flex:0 0 calc(50% - 1rem)}.hero__copy{max-width:100%}.hero__subtitle{max-width:100%;margin-left:auto;margin-right:auto}.hero__eyebrow,.hero__actions{justify-content:center}.hero__visual{order:-1}.hero__visual-wrapper{max-width:280px}.capabilities-grid{grid-template-columns:1fr 1fr}.faq-container,.contact-content{grid-template-columns:1fr}.footer__top{grid-template-columns:1fr 1fr;gap:3rem}.footer__brand{grid-column:span 2}}@media(max-width:768px){.hero{padding:5.5rem 0 3rem}.hero__content{gap:2rem}.hero__visual-wrapper{max-width:240px}.hero__title{font-size:clamp(2rem,7vw,2.8rem);margin-bottom:1rem}.hero__subtitle{margin-bottom:1.5rem}.navbar__menu{position:fixed;inset:0;background:var(--color-bg);flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;opacity:0;pointer-events:none;transition:opacity .4s ease;z-index:1001}.navbar__menu--open{opacity:1;pointer-events:auto}.navbar__toggle{display:flex;align-items:center;justify-content:center;z-index:1002}.navbar__link{font-size:1.25rem;padding:.75rem 1rem;min-height:48px;display:flex;align-items:center}.navbar__link--cta{padding:1rem 2rem;min-height:48px}.section__inner{padding:0 1.25rem}.capabilities-grid{grid-template-columns:1fr;gap:1.25rem}.capability-card{padding:1.75rem}.tech-grid{flex-wrap:wrap;gap:1.25rem;justify-content:center}.tech-item{flex:0 0 calc(50% - .75rem);min-width:140px}.tech-item__logo{width:80px;height:80px;padding:1rem}.tech-item__logo img{width:48px;height:48px}.calendar-support__logos{flex-wrap:wrap;gap:.75rem}.calendar-support__item,.faq-item__question{min-height:48px}.footer__top{grid-template-columns:1fr;gap:2rem}.footer__brand{grid-column:span 1}.footer__column a{min-height:44px;display:inline-flex;align-items:center}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}.footer__links a{min-height:44px;display:inline-flex;align-items:center}}@media(max-width:480px){.hero{padding:5rem 0 2rem;min-height:auto}.hero__content{gap:1.5rem;padding:0 1rem}.hero__visual-wrapper{max-width:200px}.hero__eyebrow{font-size:.75rem;margin-bottom:1rem}.hero__title{font-size:1.8rem;margin-bottom:.75rem}.hero__subtitle{font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.hero__actions{flex-direction:column;width:100%;gap:.75rem}.hero__cta{width:100%;justify-content:center;padding:1rem 1.5rem;font-size:1rem;min-height:48px}.section__inner{padding:0 1rem}.section__header{margin-bottom:2rem}.section__eyebrow{font-size:.7rem;margin-bottom:.75rem}.section__title{font-size:1.5rem;margin-bottom:.75rem}.section__lead{font-size:.9rem}.capability-card{padding:1.5rem;border-radius:16px}.capability-card__icon{width:40px;height:40px;min-height:40px;margin-bottom:1rem}.capability-card__eyebrow{font-size:.65rem;margin-bottom:.5rem}.capability-card__title{font-size:1.15rem;margin-bottom:.75rem}.capability-card__body{font-size:.875rem;line-height:1.65}.try-it-content{padding:1.25rem;gap:1rem}.try-it__icon{width:36px;height:36px;border-radius:10px}.try-it__icon svg{width:18px;height:18px}.try-it__phone{padding:1rem 1.25rem;min-height:48px}.try-it__phone-number{font-size:.95rem}.tech-grid{flex-direction:column;gap:1rem;width:100%}.tech-item{flex:none;width:100%;flex-direction:row;padding:1rem;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.08);gap:1rem;justify-content:flex-start}.tech-item__logo{width:56px;height:56px;padding:.75rem;border-radius:12px;flex-shrink:0}.tech-item__logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.tech-item__name{font-size:1rem;text-align:left}.tech-item__role{font-size:.7rem;text-align:left}.faq-item__question{padding:1.25rem 1rem;font-size:.95rem;min-height:48px}.faq-item__question:after{font-size:1.25rem}.faq-item__answer{padding:0 1rem 1.25rem}.faq-item__answer p{font-size:.875rem;line-height:1.65}.feature-list li{padding:1rem}.feature-list h3{font-size:1rem;margin-bottom:.35rem}.feature-list p{font-size:.8rem;line-height:1.55}.calendar-support{margin-top:1.5rem}.calendar-support__label{font-size:.7rem;margin-bottom:1rem}.calendar-support__logos{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.calendar-support__item{flex:none;width:100%;padding:.75rem .5rem}.calendar-support__item img{width:32px;height:32px}.calendar-support__item figcaption{font-size:.65rem}.contact-form-wrapper{padding:1rem;border-radius:16px}.form-label{font-size:.8rem}.form-input{padding:.875rem 1rem;border-radius:10px;font-size:16px}.form-textarea{min-height:100px}.button{width:100%;min-height:48px}.button--submit{padding:1rem;font-size:.95rem}.site-footer{padding:2.5rem 0 1.5rem}.site-footer__inner{padding:0 1rem}.footer__top{gap:1.5rem;padding-bottom:1.5rem}.footer__brand{gap:.75rem}.footer__logo img{width:28px;height:28px}.footer__logo span{font-size:1.1rem}.footer__intro p{font-size:.8rem;max-width:100%}.footer__column h3{font-size:.7rem;margin-bottom:1rem}.footer__column ul{gap:.6rem}.footer__column a{font-size:.85rem;padding:.25rem 0;display:inline-block;min-height:44px;display:flex;align-items:center}.footer__bottom{padding-top:1.5rem;font-size:.75rem;gap:.75rem}.footer__links{gap:1.25rem}.footer__links a{min-height:44px;display:flex;align-items:center}}@media(min-width:1440px){.hero{min-height:100vh;min-height:100dvh;padding:8rem 0 6rem}.hero__copy{max-width:700px}.hero__visual-wrapper{max-width:500px}.capabilities-grid{gap:2.5rem}.capability-card{padding:3rem}.faq-container,.contact-content{gap:8rem}.footer__top{gap:6rem}}@media(min-width:1800px){.hero__content{max-width:min(1800px,85vw)}.section__inner,.site-footer__inner{max-width:min(1600px,80vw)}.navbar__inner{max-width:min(1600px,85vw)}.hero__copy{max-width:800px}.hero__visual-wrapper{max-width:580px}.capabilities-grid{gap:3rem}.section__header{max-width:800px}}@media(min-width:2200px){.hero__content{max-width:min(2000px,80vw)}.section__inner,.site-footer__inner{max-width:min(1800px,75vw)}.navbar__inner{max-width:min(1800px,80vw)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-light)}
