*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#1f93ff;--color-primary-dark:#1b6fe0;--color-primary-light:#e8f4ff;--color-bg:#f8f9fc;--color-bg-white:#fff;--color-bg-section:#f5f7fb;--color-bg-hero:radial-gradient(ellipse 70% 55% at 0% 80%, #ffd6aa59 0%, transparent 55%), radial-gradient(ellipse 55% 45% at 100% 15%, #bad2ff59 0%, transparent 50%), radial-gradient(ellipse 80% 50% at 50% 100%, #dce8ff66 0%, transparent 60%), #f8f9fc;--color-text-primary:#1b1b1b;--color-text-secondary:#3c4858;--color-text-muted:#6e7c8a;--color-text-link:#1f93ff;--color-border:#dce1e8;--color-border-light:#e8ecf1;--color-captain-bg:#eef;--color-captain-accent:#6c63ff;--color-captain-purple:#8b7cf7;--color-captain-yellow:#f5c842;--color-omni-bg:#eaf1fb;--color-knowledge-bg:#fff0f0;--color-knowledge-accent:#ff6b6b;--font-family:Haskoy, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--space-5xl:8rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:24px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 30px #0000001a;--shadow-xl:0 20px 60px #0000001f;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--container-max:1320px;--container-padding:2rem}@font-face{font-family:Haskoy;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/Haskoy-Regular.DOSYiNbJ.woff2)format("woff2")}@font-face{font-family:Haskoy;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/Haskoy-ExtraBold.VgH8fEAu.woff2)format("woff2")}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);color:var(--color-text-primary);background-color:var(--color-bg);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img,svg{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}.container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.container-wide{width:100%;max-width:1440px;margin:0 auto;padding:0 3rem}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#f8f9fcb8;border-bottom:1px solid #dce1e899;padding:1rem 0;position:sticky;top:0}.navbar-inner{grid-template-columns:1fr auto 1fr;align-items:center;max-width:1440px;margin:0 auto;padding:0 3rem;display:grid}.navbar-logo{flex-shrink:0;justify-self:start;align-items:center;display:flex}.navbar-logo .navbar-logo-img{max-height:2rem;display:block;width:auto!important;height:2rem!important}.navbar-nav{flex-wrap:wrap;justify-content:center;justify-self:center;align-items:center;gap:2.5rem;display:flex}.navbar-link{white-space:nowrap;color:var(--color-text-secondary);transition:color var(--transition-fast);align-items:center;gap:4px;font-size:1.2rem;font-weight:500;display:flex}.navbar-link:hover{color:var(--color-text-primary)}.navbar-link svg{width:14px;height:14px}.navbar-actions{justify-self:end;align-items:center;gap:1rem;display:flex}.btn-signin{color:var(--color-primary);transition:color var(--transition-fast);padding:.5rem 1rem;font-size:.9375rem;font-weight:500}.btn-signin:hover{color:var(--color-primary-dark)}.btn-signup{color:#fff;background:var(--color-primary);transition:background var(--transition-fast);border-radius:8px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600}.btn-signup:hover{background:var(--color-primary-dark)}.navbar-mobile-toggle{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:8px;display:none}.navbar-mobile-toggle span{background:var(--color-text-primary);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .2s;display:block}.navbar-mobile-toggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar-mobile-toggle.is-open span:nth-child(2){opacity:0}.navbar-mobile-toggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar-mobile-backdrop{z-index:1100;opacity:0;visibility:hidden;cursor:pointer;background:#11182780;border:none;margin:0;padding:0;transition:opacity .28s,visibility .28s;display:none;position:fixed;inset:0}.navbar-mobile-backdrop.is-open{opacity:1;visibility:visible}.navbar-mobile-drawer{z-index:1101;background:#fcfcfd;flex-direction:column;width:min(100vw,320px);height:100dvh;max-height:100dvh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:none;position:fixed;top:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-12px 0 40px #11182724}.navbar-mobile-drawer.is-open{transform:translate(0)}.navbar-mobile-drawer__header{border-bottom:1px solid var(--color-border-light);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.25rem 1rem;display:flex}.navbar-mobile-drawer__title{color:var(--color-text-primary);font-size:1rem;font-weight:700}.navbar-mobile-drawer__close{width:2.5rem;height:2.5rem;color:var(--color-text-primary);cursor:pointer;background:#f3f4f6;border:none;border-radius:10px;justify-content:center;align-items:center;display:flex}.navbar-mobile-drawer__close svg{width:1.25rem;height:1.25rem}.navbar-mobile-drawer__nav{flex-direction:column;flex:1;padding:.75rem 0;display:flex;overflow-y:auto}.navbar-mobile-drawer__link{color:var(--color-text-primary);border-bottom:1px solid #f3f4f6;padding:1rem 1.25rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.navbar-mobile-drawer__link:hover,.navbar-mobile-drawer__link:focus-visible{color:var(--color-primary);background:#f0f7ff}.navbar-mobile-drawer__footer{border-top:1px solid var(--color-border-light);flex-direction:column;flex-shrink:0;gap:.75rem;padding:1.25rem;display:flex}.navbar-mobile-drawer__btn{text-align:center;border-radius:10px;justify-content:center;width:100%;padding:.75rem 1rem;display:flex}.hero{background:var(--color-bg-hero);padding:3.5rem 0 0;position:relative}.hero-badge{color:var(--color-primary);cursor:pointer;transition:opacity var(--transition-fast);align-items:center;gap:.375rem;margin-bottom:1.75rem;font-size:.9375rem;font-weight:500;display:inline-flex}.hero-badge:hover{opacity:.75}.hero-badge svg{width:14px;height:14px;transition:transform var(--transition-fast)}.hero-badge:hover svg{transform:translate(3px)}.hero h1{font-family:var(--font-family);letter-spacing:-.00625em;color:#111827;max-width:none;margin-bottom:1.5rem;font-size:3.75rem;font-weight:800;line-height:1.15}.hero-title-nowrap{white-space:nowrap}.hero-title-break{display:none}.hero-description{letter-spacing:.1px;color:#111827;max-width:none;margin-bottom:2.25rem;font-family:Haskoy,-apple-system,BlinkMacSystemFont,Segoe UI,Ubuntu,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.875rem;font-weight:400;line-height:1.5}.hero-description-break{display:none}.hero-cta-row{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.hero-actions{align-items:center;gap:1.5rem;display:flex}.hero-actions .btn-primary,.hero-actions .btn-outline{border-radius:12px;padding:1rem 2rem;font-size:1.25rem;font-weight:500;line-height:2rem}.btn-primary{color:#fff;background:var(--color-primary);transition:background var(--transition-fast), box-shadow var(--transition-fast);border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn-primary:hover{background:var(--color-primary-dark);box-shadow:0 4px 14px #1f93ff47}.btn-outline{color:#111827;background:var(--color-bg-white);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);border:1px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;display:inline-flex}.hero-actions .btn-outline{box-shadow:var(--shadow-sm)}.btn-outline:hover{box-shadow:var(--shadow-sm);border-color:#9ca3af}.hero-social-proof{flex-shrink:0;align-items:center;gap:1.75rem;margin-left:auto;display:flex}.hero-social-proof-item{color:#64748b;white-space:nowrap;align-items:center;gap:.75rem;padding:1rem .5rem 1rem 1.5rem;font-size:1.5rem;font-weight:600;display:flex}.hero-social-proof-item svg{flex-shrink:0;width:32px;height:32px}.dashboard-section{background:var(--color-bg-hero);padding:0 0 2.5rem;position:relative;overflow:hidden}.dashboard-image-wrapper{width:100%;max-width:1440px;margin:2.75rem auto 0;padding:0 2rem;position:relative}.dashboard-image{border:1px solid #dce1e8cc;border-radius:12px;width:100%;box-shadow:0 0 0 1px #0000000a,0 8px 30px #00000014,0 24px 60px #0000000f}.trusted-section{text-align:left;padding:3rem 0}.trusted-title{color:var(--color-text-muted);margin-bottom:2rem;font-size:1rem;font-weight:400}.trusted-logos{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.feature-section{padding:6rem 0;position:relative;overflow:hidden}.feature-section--captain{background:var(--color-captain-bg);border-radius:40px;margin:0 1.5rem 2rem}.captain-section{background:#fcfcfd;padding:5rem 0 6rem;position:relative;overflow:clip visible}.captain-section__container{width:100%;max-width:none;margin:0;padding:0 2rem}.captain-section__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2.5rem;display:flex}.captain-badge{align-items:center;gap:.75rem;display:inline-flex}.captain-badge__icon{width:24px;height:auto}.captain-badge__label{color:#5746af;font-size:1.25rem;font-weight:600}.captain-badge__divider{background:#8e4ec6;border-radius:1px;width:2px;height:1.25rem}.captain-badge__link{color:#5746af;transition:gap var(--transition-fast);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:500;display:inline-flex}.captain-badge__link:hover{gap:.75rem}.captain-badge__link svg{color:#8e4ec6;width:20px;height:20px}.captain-section__title{font-family:var(--font-family);color:#111827;max-width:none;font-size:1.75rem;font-weight:700;line-height:2.5rem}.captain-section__description{font-family:var(--font-family);color:#111827;max-width:100%;font-size:1.25rem;font-weight:400;line-height:1.75rem}.captain-section__visual{width:100%;min-height:51.75rem;padding-bottom:1.5rem;position:relative;overflow:hidden}.captain-section__grid-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.captain-section__grid-bg:before{content:"";background-image:linear-gradient(90deg,#8c82ff1f 1px,#0000 1px),linear-gradient(#8c82ff1f 1px,#0000 1px);background-size:48px 48px;width:100%;height:100%;position:absolute;inset:0}.captain-section__line{z-index:1;pointer-events:none;-o-object-fit:contain;object-fit:contain;-o-object-position:left bottom;object-position:left bottom;width:1473px;min-width:1473px;max-width:none;height:1180px;display:none;position:absolute;bottom:-200px;left:10px}.captain-section__cards-area{z-index:10;width:100%;max-width:none;margin:0;padding:7.375rem 2rem 0;position:relative}@media (min-width:640px){.captain-section__cards-area{padding-left:2rem;padding-right:2rem}}@media (min-width:1280px){.captain-section__cards-area{padding-left:2rem;padding-right:2rem}}.captain-section__cards-row{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:2.5rem;display:grid}.captain-section__bottom-row{z-index:10;align-items:flex-end;gap:1.25rem;margin-top:4rem;padding-bottom:.5rem;display:flex;position:relative}.captain-card{background:#fff;border:1px solid #e1d9ff;border-radius:16px;position:relative;overflow:visible;box-shadow:0 0 8px #4545481f}.captain-card--automate,.captain-card--copilot,.captain-card--ui{flex-direction:column;width:100%;height:100%;min-height:420px;padding:2.75rem 2.75rem 2rem;display:flex}.captain-card--translate{flex-direction:column;flex:auto;justify-content:center;align-self:center;min-height:220px;padding:2.5rem;display:flex}.captain-card__dots{z-index:0;pointer-events:none;background-color:#fff;background-image:radial-gradient(circle,#d4d4d8 1px,#0000 1px);background-size:12px 12px;border-top-right-radius:17px;border-bottom-right-radius:17px;width:calc(100% - 50px);height:calc(100% - 72px);position:absolute;top:0;right:0}.captain-card__dots--translate{width:calc(50% - 50px);height:100%}.captain-card__body{z-index:1;flex-direction:column;flex:1;gap:1.5rem;display:flex;position:relative}.captain-card__chat-icon{color:#3f3f46;flex-shrink:0;width:48px;height:48px}.captain-card__head{flex-shrink:0;width:64px;height:64px}.captain-card__thunder{z-index:3;width:72px;height:72px;position:absolute;top:-2.25rem;right:1.5rem}.captain-card__translate-content{z-index:2;max-width:calc(100% - 110px);position:relative}.captain-card__lang-icon{z-index:3;width:86px;height:87px;position:absolute;top:66px;right:3rem}.captain-card__copy h3,.captain-card__translate-title{color:#111827;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;line-height:1.35}.captain-card__copy p,.captain-card__translate-text{color:#111827;font-size:1.25rem;line-height:1.5}.captain-card__translate-title--mobile{margin-top:1rem;display:none}.captain-float{z-index:20;border-radius:12px;min-height:2.5rem;padding:.75rem;font-size:1rem;line-height:1.4;position:absolute;box-shadow:2px 2px 4px #9b9b9b40}.captain-float--user{color:#111827;background:#f0f0f3;max-width:220px;top:-6rem;left:0;transform:rotate(-2deg)}.captain-float--bot{color:#111827;background:#f4f0fe;width:16rem;top:-2.25rem;left:28%;transform:rotate(2deg)}.captain-card--ui .captain-ui{flex-direction:column;flex:1;gap:1rem;width:100%;min-height:0;display:flex}.captain-ui__thread{flex-direction:column;gap:1rem;display:flex}.captain-ui__message p{color:#111827;padding-left:1.75rem;font-size:1rem;line-height:1.5}.captain-ui__sender{color:#111827;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;display:flex}.captain-ui__sender img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:20px;height:20px}.captain-ui__bot-avatar{background:#8b8d98;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;overflow:hidden}.captain-ui__bot-avatar .captain-card__chat-icon{color:#fff;width:12px;height:12px}.captain-ui__actions{flex-wrap:wrap;gap:.5rem;display:flex}.captain-ui__actions button{color:#111827;background:#0000000a;border-radius:8px;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;display:inline-flex}.captain-ui__actions-highlight{box-shadow:0 0 4px 4px #e1d9ff}.captain-ui__input{color:#71717a;border-radius:10px;outline:1px solid #e4e4e7;justify-content:space-between;align-items:center;height:3rem;margin-top:auto;padding:.5rem .5rem .5rem 1rem;font-size:.875rem;display:flex}.captain-ui__input svg{flex-shrink:0;width:20px;height:20px}.captain-lang-pills{z-index:20;flex-shrink:0;align-items:center;gap:1.25rem;margin-bottom:.25rem;display:flex;position:relative;top:-.75rem}.captain-lang-pill{border:10px solid #fff;border-radius:24px;box-shadow:0 0 8px #46464626}.captain-lang-pill span{border-radius:12px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1.25rem;font-weight:600;line-height:2rem;display:flex}.captain-lang-pill--blue span{color:#0c4a6e;background:#d5efff}.captain-lang-pill--yellow span{color:#7c5e10;background:#ffecbc}@media (min-width:1024px){.captain-section__title{font-size:3rem;line-height:4rem}.captain-section__description{font-size:1.5rem;line-height:2.25rem}.captain-card__copy h3{font-size:1.5rem}.captain-card__copy p{font-size:1.25rem}}@media (min-width:1280px){.captain-section__line{height:1150px;display:block;bottom:-185px}.captain-card--automate,.captain-card--copilot,.captain-card--ui{min-height:432px;padding:3rem 3rem 2.25rem}.captain-section__cards-row{gap:2.75rem}.captain-card__copy h3{font-size:1.5rem}.captain-card__copy p{font-size:1.25rem}.captain-section__bottom-row{margin-top:4rem}.captain-card--translate{min-height:220px;padding:2rem 2.5rem}}@media (max-width:1279px){.captain-section__cards-row{grid-template-columns:1fr}.captain-section__bottom-row{flex-direction:column;align-items:stretch}.captain-lang-pills{justify-content:center;top:0}.captain-card__translate-content{max-width:100%}.captain-card__lang-icon{width:72px;height:auto;margin-bottom:1rem;position:static}.captain-card__translate-title--mobile{display:block}.captain-float--user{left:5%}.captain-float--bot{left:20%}}@media (max-width:768px){.captain-section{padding:3rem 0 2rem}.captain-section__container{padding:0 1.25rem}.captain-section__cards-area{padding-left:1.25rem;padding-right:1.25rem}.captain-section__visual{min-height:auto}.captain-section__cards-area{padding-top:5rem}.captain-badge__label,.captain-badge__link{font-size:1rem}.captain-section__title{font-size:1.75rem;line-height:2.25rem}.captain-section__description{font-size:1.125rem;line-height:1.65rem}.captain-card--automate,.captain-card--copilot,.captain-card--ui{min-height:auto;padding:2rem 1.5rem 1.25rem}.captain-float--user{max-width:180px;font-size:.875rem;top:-5rem}.captain-float--bot{width:14rem;font-size:.875rem}.captain-card__copy h3{font-size:1.25rem}.captain-card__copy p,.captain-card__translate-text{font-size:1rem}}.omni-section{background:#fcfcfd;padding:5rem 0 6rem;position:relative;overflow:clip visible}.omni-section__container{width:100%;max-width:none;margin:0;padding:0 2rem}.omni-section__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2.5rem;display:flex}.omni-badge{align-items:center;gap:.75rem;display:inline-flex}.omni-badge__icon{width:24px;height:auto}.omni-badge__label{color:#0d74ce;font-size:1.25rem;font-weight:600}.omni-badge__divider{background:#5eb1ef;border-radius:1px;width:2px;height:1.25rem}.omni-badge__link{color:#0d74ce;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:500;display:inline-flex}.omni-badge__link svg{color:#5eb1ef;width:20px;height:20px}.omni-section__title{font-family:var(--font-family);color:#111827;max-width:none;font-size:1.75rem;font-weight:700;line-height:2.5rem}.omni-section__description{font-family:var(--font-family);color:#111827;font-size:1.25rem;font-weight:400;line-height:1.75rem}.omni-section__visual{width:100%;min-height:48rem;padding-bottom:2rem;position:relative;overflow:hidden}.omni-section__grid-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.omni-section__grid-bg:before{content:"";background-image:linear-gradient(90deg,#8cb4ff1f 1px,#0000 1px),linear-gradient(#8cb4ff1f 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.omni-section__line{z-index:1;pointer-events:none;-o-object-fit:contain;object-fit:contain;-o-object-position:right top;object-position:right top;width:2065px;min-width:2065px;max-width:none;height:1295px;display:none;position:absolute;top:-20px;right:-40px}.omni-section__content{z-index:10;width:100%;padding:0 2rem;position:relative}.omni-visual-layout{grid-template-columns:minmax(0,1fr) auto minmax(0,1.15fr);align-items:start;gap:0;display:grid}.omni-left-cards{flex-direction:column;gap:2.5rem;padding-right:1rem;display:flex}.omni-section .omni-center-channel{flex-direction:column;align-items:center;gap:2rem;margin-top:7rem;padding:1.5rem 2.5rem;display:flex;position:relative}.omni-section .omni-center-channel:before{content:"";z-index:0;background:repeating-linear-gradient(#d1d5db 0 8px,#0000 8px 16px);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.omni-section .omni-channel-icon{z-index:1;background:#fff;border:2px solid #e4e4e7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:relative;box-shadow:0 2px 8px #0000001f}.omni-section .omni-channel-icon img{-o-object-fit:contain;object-fit:contain;max-width:42px;max-height:42px;width:42px!important;height:42px!important}.omni-section .omni-channel-icon--brand{background:#2781f6;border-color:#2781f6}.omni-section .omni-channel-brand{color:#fff;text-transform:lowercase;font-size:1.5rem;font-weight:700}.omni-right-cards{padding-left:1rem}.omni-card{background:#fff;border:1px solid #d4e4ff;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 0 8px #4545481f}.omni-card--widget{box-shadow:none;background:0 0;border:none;padding:0}.omni-card--bottom{flex:420px;min-width:min(100%,420px);min-height:220px;padding:2.5rem 2.5rem 2rem}.omni-card__dots{z-index:0;pointer-events:none;background-color:#fff;background-image:radial-gradient(circle,#d4d4d8 1px,#0000 1px);background-size:12px 12px;border-top-right-radius:17px;border-bottom-right-radius:17px;width:calc(100% - 50px);height:calc(100% - 72px);position:absolute;top:0;right:0}.omni-card__body{z-index:1;padding:2.5rem 2.5rem 2rem;position:relative}.omni-card__body h3{color:#111827;margin-bottom:.75rem;font-size:1.5rem;font-weight:700;line-height:1.35}.omni-card__body p{color:#4b5563;font-size:1.125rem;line-height:1.55}.omni-card-icon{border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.omni-card-icon svg{color:#3f3f46;width:28px;height:28px}.omni-card-icon--blue{background:#e8f4ff}.omni-card-icon--green{background:#e8faf0}.omni-card-icon--yellow{background:#fff8e1}.omni-card__thunder{z-index:3;width:72px;height:72px;position:absolute;top:-2.25rem;right:1.5rem}.omni-widget{background:#fff;border:1px solid #e4e4e7;border-radius:16px;padding:1.75rem;box-shadow:0 0 8px #4545481f}.omni-widget__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.omni-widget__header h4{color:#111827;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.omni-widget__header p{color:#6b7280;font-size:1rem}.omni-widget__avatar{width:48px;height:48px;transition:background var(--transition-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.omni-widget__avatar svg{width:28px;height:28px}.omni-widget__search{color:#9ca3af;background:#fafafa;border:1px solid #e4e4e7;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9375rem;display:flex}.omni-widget__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.omni-widget__tags span{color:#4b5563;background:#fff;border:1px solid #e4e4e7;border-radius:9999px;padding:.375rem .75rem;font-size:.8125rem}.omni-widget__fields{border-top:1px solid #f0f0f0;margin-bottom:.75rem;padding-top:.75rem}.omni-widget__field{justify-content:space-between;align-items:center;padding:.375rem 0;font-size:.875rem;display:flex}.omni-widget__field span:first-child{color:#9ca3af}.omni-widget__field span:last-child{color:#111827;font-weight:500}.omni-widget__history{color:#2781f6;border:1px solid #f0f0f0;border-radius:10px;justify-content:center;align-items:center;margin-bottom:.75rem;padding:.625rem;font-size:.875rem;font-weight:500;display:flex}.omni-widget__chat-btn{color:#fff;cursor:pointer;width:100%;transition:background var(--transition-fast), opacity var(--transition-fast);border:none;border-radius:10px;padding:.875rem;font-size:1rem;font-weight:600;display:block}.omni-widget__chat-btn:hover{opacity:.92}.omni-widget__theme{border-top:1px solid #f0f0f0;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.omni-widget__theme-dot{cursor:pointer;width:28px;height:28px;transition:transform var(--transition-fast), border-color var(--transition-fast);border:2px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:0;display:flex}.omni-widget__theme-dot:hover{transform:scale(1.05)}.omni-widget__theme-dot--active{border-color:#111827}.omni-widget__theme-dot svg{width:14px;height:14px}.omni-widget__theme-label{color:#6b7280;align-items:center;gap:.5rem;margin-left:auto;font-size:.875rem;display:flex}.omni-widget__theme-swatch{border-radius:4px;width:14px;height:14px}.omni-widget__theme-hex{color:#111827;font-family:ui-monospace,monospace;font-weight:600}.omni-bottom-row{z-index:10;align-items:flex-end;gap:1.5rem;margin-top:4rem;display:flex;position:relative}.omni-bottom-pills{flex-wrap:wrap;flex:280px;align-items:center;gap:1.25rem;display:flex;position:relative;top:-.75rem}.omni-bottom-pill{border:10px solid #fff;border-radius:24px;box-shadow:0 0 8px #46464626}.omni-bottom-pill span{white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1.125rem;font-weight:600;display:flex}.omni-bottom-pill--yellow span{color:#7c5e10;background:#ffecbc}.omni-bottom-pill--orange span{color:#8a5a00;background:#ffe0a1}@media (min-width:1024px){.omni-section__title{font-size:3rem;line-height:4rem}.omni-section__description{font-size:1.5rem;line-height:2.25rem}}@media (min-width:1280px){.omni-section__line{display:block}.omni-card__body h3{font-size:1.5rem}.omni-card__body p{font-size:1.25rem}}@media (max-width:1279px){.omni-visual-layout{grid-template-columns:1fr;gap:2rem}.omni-section .omni-center-channel{flex-flow:wrap;justify-content:center;padding:1rem 0}.omni-section .omni-center-channel:before{display:none}.omni-left-cards,.omni-right-cards{padding:0}.omni-bottom-row{flex-direction:column;align-items:stretch}.omni-bottom-pills{flex-wrap:wrap;justify-content:center;top:0}}@media (max-width:768px){.omni-section{padding:3rem 0 2rem}.omni-section__container,.omni-section__content{padding:0 1.25rem}.omni-section__visual{min-height:auto}.omni-card__body{padding:2rem 1.5rem 1.5rem}.omni-widget__theme-label{width:100%;margin-top:.5rem;margin-left:0}}.feature-section--omni{background:var(--color-omni-bg);border-radius:40px;margin:0 1.5rem 2rem}.knowledge-section{background:#fcfcfd;padding:5rem 0 6rem;position:relative;overflow:clip visible}.knowledge-section__container{width:100%;max-width:none;margin:0;padding:0 2rem}.knowledge-section__header{flex-direction:column;align-items:flex-start;gap:2rem;margin-bottom:2.5rem;display:flex}.knowledge-badge{align-items:center;gap:.75rem;display:inline-flex}.knowledge-badge__icon{color:#5746af;width:24px;height:24px}.knowledge-badge__label{color:#5746af;font-size:1.25rem;font-weight:600}.knowledge-badge__divider{background:#9e8cfc;border-radius:1px;width:2px;height:1.25rem}.knowledge-badge__link{color:#5746af;transition:gap var(--transition-fast);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:500;display:inline-flex}.knowledge-badge__link:hover{gap:.75rem}.knowledge-badge__link svg{color:#9e8cfc;width:20px;height:20px}.knowledge-section__title{font-family:var(--font-family);color:#111827;max-width:none;font-size:1.75rem;font-weight:700;line-height:2.5rem}.knowledge-section__description{font-family:var(--font-family);color:#111827;max-width:100%;font-size:1.25rem;font-weight:400;line-height:1.75rem}.knowledge-section__visual{width:100%;min-height:82rem;padding-bottom:2rem;position:relative;overflow:hidden}.knowledge-section__grid-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.knowledge-section__grid-bg:before{content:"";background-image:linear-gradient(90deg,#8cb4ff1f 1px,#0000 1px),linear-gradient(#8cb4ff1f 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.knowledge-section__line{z-index:1;pointer-events:none;-o-object-fit:contain;object-fit:contain;-o-object-position:right bottom;object-position:right bottom;width:2265px;min-width:2265px;max-width:none;height:1339px;display:none;position:absolute;bottom:-17.125rem;right:3rem}.knowledge-section__content{z-index:10;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.knowledge-visual-layout{justify-content:center;gap:4rem;padding-top:3.875rem;display:flex}.knowledge-left-cards{z-index:30;flex-direction:column;flex-shrink:0;gap:16rem;display:flex}.knowledge-card--main{background:#f5f9ff;border:1px solid #c9e2ff;border-radius:16px;flex-direction:column;gap:1.5rem;width:100%;max-width:33.5rem;padding:2rem 2rem 2.5rem;display:flex;position:relative;overflow:visible;box-shadow:0 0 8px #4545481f}.knowledge-card__feature-icon{z-index:2;width:64px;height:64px;position:relative}.knowledge-card__dots{z-index:0;pointer-events:none;background-color:#fff;background-image:radial-gradient(circle,#c9e2ff 1px,#0000 1px);background-size:12px 12px;border-top-right-radius:17px;border-bottom-right-radius:17px;width:calc(100% - 146px);height:100%;position:absolute;top:0;right:0}.knowledge-card__body{z-index:2;flex-direction:column;gap:.75rem;display:flex;position:relative}.knowledge-card__body h3{color:#111827;font-size:1.25rem;font-weight:600;line-height:1.35}.knowledge-card__body p{color:#111827;font-size:1rem;line-height:1.55}.knowledge-portals{z-index:10;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffffbf;border:1px solid #e4e4e7;border-radius:12px;width:28.125rem;max-width:calc(100vw - 4rem);padding:1.25rem 0 .75rem;position:absolute;bottom:-13rem;left:2.25rem;box-shadow:0 2px 8px #28364414}.knowledge-portals__header{border-bottom:1px solid #d4d4d8;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:0 1.5rem .75rem;display:flex}.knowledge-portals__title{color:#111827;font-size:1rem;font-weight:500;display:block}.knowledge-portals__subtitle{color:#71717a;margin-top:.25rem;font-size:.875rem;display:block}.knowledge-portals__new{color:#111827;white-space:nowrap;background:#0000000a;border-radius:8px;align-items:center;gap:.5rem;height:2rem;padding:0 .75rem;font-size:.875rem;font-weight:500;display:inline-flex}.knowledge-portals__new span{font-size:1rem;line-height:1}.knowledge-portals__list{background:#fff;flex-direction:column;gap:.5rem;padding:.5rem 1rem 0;display:flex}.knowledge-portals__item{flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem;display:flex}.knowledge-portals__dot{background:#d4d4d8;border-radius:50%;flex-shrink:0;width:1rem;height:1rem}.knowledge-portals__name{color:#111827;font-size:.875rem;font-weight:600}.knowledge-portals__url{color:#71717a;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;display:inline-flex}.knowledge-portal__link-icon{color:#71717a;width:1rem;height:1rem}.knowledge-portal__check{color:#12a594;width:1rem;height:1rem;margin-left:auto}.knowledge-connector{z-index:40;pointer-events:none;display:none;position:absolute}.knowledge-connector--portals{width:115px;height:107px;bottom:-6.375rem;left:2.25rem}.knowledge-connector--search{width:56px;height:244px;top:4.75rem;right:-3.125rem}.knowledge-search-panel{z-index:30;flex-direction:column;gap:.5rem;width:100%;max-width:28.125rem;margin-left:.25rem;display:flex;position:relative;bottom:auto;left:auto}.knowledge-search-bar{color:#111827;background:#fff;border:1px solid #d4d4d8;border-radius:12px;align-items:center;gap:.75rem;padding:.875rem 2.5rem .875rem 1rem;font-size:1rem;display:flex;box-shadow:0 2px 4px #28364414}.knowledge-search-bar svg{color:#a1a1aa;flex-shrink:0;width:1rem;height:1rem}.knowledge-search-bar__cursor{vertical-align:middle;background:#111827;width:1px;height:1rem;margin-left:1px;display:inline-block}.knowledge-search-results{background:#ffffffd9;border:1px solid #e4e4e7;border-radius:12px;flex-direction:column;gap:1rem;padding:1rem;display:flex;box-shadow:0 2px 4px #28364414}.knowledge-search-result{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:1rem}.knowledge-search-result strong{color:#111827;margin-bottom:.375rem;font-size:.875rem;font-weight:500;line-height:1.4;display:block}.knowledge-search-result p{color:#71717a;font-size:.875rem;line-height:1.5}.knowledge-search-result mark{color:#0d74ce;background:#d1e9ff;border-radius:2px;padding:0 .125rem;font-weight:500}.knowledge-right-cards{z-index:20;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:18.125rem;width:25.0625rem;padding-top:6rem;display:none}.knowledge-right-cards__group{flex-direction:column;align-items:flex-end;gap:4.5625rem;width:100%;display:flex}.knowledge-right-cards__group--bottom{gap:2.25rem}.knowledge-mini-card{background:#fff;border:1px solid #e4e4e7;border-radius:12px;width:20rem;padding:1rem;position:relative;box-shadow:0 2px 4px #2836440a}.knowledge-mini-card--categories{width:24.75rem}.knowledge-mini-card--locales{justify-content:space-between;align-items:center;gap:.5rem;width:22.5rem;padding:1rem .5rem 1rem 1.5rem;display:flex}.knowledge-mini-card--editor{width:25rem;padding:1rem}.knowledge-mini-card--widget{width:22.5rem}.knowledge-mini-card--ssl{width:22.5rem;margin-top:1.75rem}.knowledge-mini-card__float{pointer-events:none;z-index:3;width:90px;height:90px;position:absolute}.knowledge-mini-card__float--shape{top:-3rem;right:5rem;transform:rotate(-15deg)}.knowledge-mini-card__float--lang{top:1.75rem;left:6rem;transform:rotate(15deg)}.knowledge-mini-card__float--text{top:3.75rem;left:.75rem;transform:rotate(-12deg)}.knowledge-mini-card__float--safe{bottom:4.75rem;right:1.75rem;transform:rotate(9deg)}.knowledge-mini-card__row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.knowledge-mini-card__heading{color:#111827;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.knowledge-mini-card__badge{color:#71717a;border:1px solid #d4d4d8;border-radius:6px;align-items:center;height:1.5rem;padding:0 .5rem;font-size:.875rem;font-weight:400;display:inline-flex}.knowledge-mini-card__menu{color:#111827;width:1rem;height:1rem}.knowledge-mini-card__caption{color:#71717a;margin-top:.5rem;font-size:.875rem;line-height:1.4;display:block}.knowledge-mini-card__locale{color:#111827;white-space:nowrap;font-size:.875rem;font-weight:600}.knowledge-mini-card__locale-note{color:#71717a;white-space:nowrap;font-size:.875rem}.knowledge-mini-card__editor-title{color:#111827;margin-bottom:.5rem;font-size:.875rem;line-height:1.4;display:block}.knowledge-rich-toolbar{color:#111827;background:#0000000a;border:1px solid #e4e4e7;border-radius:8px;justify-content:space-between;align-items:center;gap:.25rem;height:2rem;padding:0 .5rem;font-size:.75rem;font-weight:600;display:flex;box-shadow:2px 2px 4px #2836440a}.knowledge-rich-toolbar__italic{font-style:italic}.knowledge-rich-toolbar__underline{text-decoration:underline}.knowledge-widget-select{color:#111827;border:1px solid #e4e4e7;border-radius:8px;justify-content:space-between;align-items:center;padding:.375rem .75rem;font-size:.875rem;font-weight:600;display:flex}.knowledge-widget-select svg{color:#111827;width:1rem;height:1rem}.knowledge-ssl-url{color:#111827;border:1px solid #e4e4e7;border-radius:8px;padding:.375rem .75rem;font-size:.875rem}@media (min-width:768px){.knowledge-left-cards{gap:15rem}.knowledge-portals{left:9rem}.knowledge-search-panel{margin-left:6.75rem}.knowledge-right-cards{display:flex}}@media (min-width:1024px){.knowledge-section__title{font-size:3rem;line-height:4rem}.knowledge-section__description{font-size:1.5rem;line-height:2.25rem}.knowledge-card__body h3{font-size:1.5rem}.knowledge-card__body p{font-size:1.25rem}.knowledge-visual-layout{justify-content:space-between}.knowledge-right-cards{gap:9.9375rem;padding-top:9rem}.knowledge-right-cards__group--bottom{gap:5.0625rem}}@media (min-width:1280px){.knowledge-section__line,.knowledge-connector{display:block}.knowledge-right-cards{padding-right:3.25rem}.knowledge-mini-card--categories{width:24.75rem}.knowledge-mini-card--locales,.knowledge-mini-card--widget,.knowledge-mini-card--ssl{width:22.5rem}.knowledge-mini-card--editor{width:25rem}}@media (max-width:767px){.knowledge-section__visual{min-height:auto;padding-bottom:4rem}.knowledge-left-cards{gap:20rem;width:100%;max-width:33.5rem}.knowledge-card--main{max-width:100%}.knowledge-portals{width:calc(100% - 2rem);left:1rem}.knowledge-search-panel{max-width:100%;margin-left:0}}.feature-badge{color:var(--color-primary);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.9375rem;font-weight:600;display:inline-flex}.feature-badge-icon{justify-content:center;align-items:center;width:28px;height:28px;display:flex}.feature-badge-divider{color:var(--color-border);font-weight:300}.feature-badge-link{color:var(--color-primary);transition:gap var(--transition-fast);align-items:center;gap:4px;font-weight:500;display:flex}.feature-badge-link:hover{gap:8px}.feature-badge-link svg{width:14px;height:14px}.feature-title{letter-spacing:-.02em;color:var(--color-text-primary);max-width:850px;margin-bottom:1.5rem;font-size:3.25rem;font-weight:800;line-height:1.1}.feature-description{color:var(--color-text-secondary);max-width:850px;margin-bottom:3rem;font-size:1.125rem;line-height:1.7}.feature-cards-wrapper{padding:2rem 0;position:relative}.feature-cards-wrapper:before{content:"";border-radius:var(--radius-xl);z-index:0;background-image:linear-gradient(90deg,#8c82ff26 1px,#0000 1px),linear-gradient(#8c82ff26 1px,#0000 1px);background-size:200px 200px;width:90%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.feature-cards{z-index:1;grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid;position:relative}.feature-card{background:var(--color-bg-white);border-radius:var(--radius-xl);transition:transform var(--transition-base), box-shadow var(--transition-base);border:1px solid #0000000f;padding:2rem;position:relative;overflow:hidden}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-card-icon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;display:flex}.feature-card-icon--purple{background:#f0edff}.feature-card-icon--yellow{background:#fff8e1}.feature-card-icon--blue{background:#e8f4ff}.feature-card-icon--green{background:#e8faf0}.feature-card-icon--pink{background:#fde8e8}.feature-card-icon img{width:28px;height:28px}.feature-card-title{color:var(--color-text-primary);margin-bottom:.75rem;font-size:1.125rem;font-weight:700;line-height:1.3}.feature-card-text{color:var(--color-text-muted);font-size:.875rem;line-height:1.65}.feature-card-visual{border-radius:var(--radius-md);justify-content:center;align-items:center;min-height:100px;margin-top:1.5rem;display:flex;overflow:hidden}.captain-chat-demo{flex-direction:column;gap:.75rem;width:100%;display:flex}.chat-bubble{border-radius:var(--radius-lg);max-width:85%;padding:.75rem 1rem;font-size:.875rem;line-height:1.5}.chat-bubble--user{color:var(--color-text-primary);background:#f0f1f3;border-bottom-left-radius:4px;align-self:flex-start}.chat-bubble--bot{background:var(--color-captain-purple);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.copilot-actions{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.copilot-action-btn{border-radius:var(--radius-full);border:1px solid var(--color-border);color:var(--color-text-secondary);background:var(--color-bg-white);transition:all var(--transition-fast);align-items:center;gap:4px;padding:.4rem .875rem;font-size:.8125rem;font-weight:500;display:inline-flex}.copilot-action-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.copilot-input{border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);justify-content:space-between;align-items:center;margin-top:.75rem;padding:.5rem .875rem;font-size:.8125rem;display:flex}.copilot-input svg{width:16px;height:16px;color:var(--color-text-muted)}.translation-bubbles{gap:1rem;margin-top:.75rem;display:flex}.translation-bubble{border-radius:var(--radius-lg);padding:.75rem 1.5rem;font-size:1rem;font-weight:600}.translation-bubble--blue{color:#2a5f8f;background:#d6e8f7}.translation-bubble--yellow{color:#8a6d1b;background:#fdf1d6}.captain-section .captain-testimonial{z-index:20;margin-top:5.5rem;position:relative}.captain-testimonial{background:var(--color-bg-white);border-radius:var(--radius-xl);z-index:20;border:1px solid #0000000f;margin-top:3rem;padding:2.5rem 3rem;position:relative}.captain-testimonial-quote{color:var(--color-captain-purple);margin-bottom:1.5rem;font-family:Georgia,serif;font-size:5rem;font-weight:800;line-height:.5;display:block}.captain-testimonial p{color:var(--color-text-secondary);max-width:900px;font-size:1.25rem;line-height:1.7}.captain-testimonial-author{align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.captain-testimonial-author img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:48px;height:48px}.captain-testimonial-author-info{flex-direction:column;display:flex}.captain-testimonial-author-name{font-size:.9375rem;font-weight:600}.captain-testimonial-author-role{color:var(--color-text-muted);font-size:.8125rem}.seo-card-grid-section{background:#fcfcfd;width:100%;padding:3.5rem 0}#canli-destek-nedir.seo-card-grid-section,#web-sitesi-canli-destek-nedir.seo-card-grid-section,#musteri-destek-sistemi-nedir.seo-card-grid-section,#canli-chat-ekleme-nedir.seo-card-grid-section,#intercom-alternatifi-nedir.seo-card-grid-section,#zendesk-alternatifi-nedir.seo-card-grid-section,#crisp-alternatifi-nedir.seo-card-grid-section,#tawk-to-alternatifi-nedir.seo-card-grid-section{background:var(--color-bg-hero);padding-top:2rem;padding-bottom:2.5rem}.seo-card-grid-section+.seo-card-grid-section{padding-top:0}.seo-card-grid-section__badge-wrap{text-align:center;margin-bottom:1.25rem}.seo-card-grid-section__badge{letter-spacing:.1em;text-transform:uppercase;color:#5746af;font-size:.75rem;font-weight:700;display:inline-block}.seo-card-grid-section__title{color:#111827;text-align:center;max-width:48rem;margin:0 auto 2rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.25}.seo-card-grid{gap:1.25rem;width:100%;display:grid}.seo-card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.seo-card-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-card-grid--1{grid-template-columns:minmax(0,1fr)}.seo-card-grid__card{background:#fff;border:1px solid #e4e4e7;border-radius:20px;min-height:100%;padding:1.75rem 2rem;box-shadow:0 4px 24px #28364412}.seo-card-grid__card-title{color:#111827;margin-bottom:1rem;font-size:1.125rem;font-weight:700;line-height:1.35}.seo-card-grid__card h2.seo-card-grid__card-title{font-size:1.25rem}.seo-card-grid__card p{color:#374151;margin:0;font-size:.9375rem;line-height:1.7}.seo-card-grid--1 .seo-card-grid__card{padding:2rem 2.5rem}.seo-card-grid--1 .seo-card-grid__card-title{margin-bottom:1.25rem;font-size:clamp(1.25rem,2.5vw,1.5rem)}.seo-card-grid--1 .seo-card-grid__card p{max-width:72rem;font-size:1rem}@media (max-width:1024px){.seo-card-grid--3,.seo-card-grid--2{grid-template-columns:1fr}.seo-card-grid__card{padding:1.5rem}}.why-cost-section__notes{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:2rem;display:grid}.why-cost-section__note h3{color:#111827;margin-bottom:.5rem;font-size:.9375rem;font-weight:600}.why-cost-section__note p{color:#374151;margin:0;font-size:.875rem;line-height:1.6}.why-cost-section--home .why-cost-section__note h3,.why-cost-section--home .why-cost-section__note p{color:#000}@media (max-width:900px){.why-cost-section__notes{grid-template-columns:1fr}}.security-section{background:#fcfcfd;padding:5rem 0 6rem;position:relative;overflow-x:clip}.security-section__container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}.security-section__header{flex-direction:column;align-items:flex-start;gap:2rem;margin-bottom:2.5rem;display:flex}.security-badge{align-items:center;gap:.75rem;display:inline-flex}.security-badge__icon{color:#ffb224;width:24px;height:24px}.security-badge__label{color:#ffb224;font-size:1.25rem;font-weight:600}.security-badge__divider{background:#ffc53d;border-radius:1px;width:2px;height:1.25rem}.security-badge__link{color:#ffb224;transition:gap var(--transition-fast);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:500;display:inline-flex}.security-badge__link:hover{gap:.75rem}.security-badge__link svg{color:#ffc53d;width:20px;height:20px}.security-section__title{font-family:var(--font-family);color:#111827;max-width:none;font-size:1.75rem;font-weight:700;line-height:2.5rem}.security-section__body{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;overflow:visible}.security-section__columns{flex-direction:column;gap:3rem;display:flex;position:relative}.security-section__left{width:100%;min-height:37.5rem;position:relative}.security-section__left-inner{z-index:20;background:0 0;flex-direction:column;justify-content:space-between;gap:2rem;width:100%;min-height:100%;padding-bottom:2rem;display:flex;position:relative}.security-section__left-content{z-index:30;background:linear-gradient(135deg,#fcfcfdeb 0%,#fcfcfd8c 55%,#0000 100%);flex-direction:column;gap:1rem;padding-right:1rem;display:flex;position:relative}.security-section__block+.security-section__block{margin-top:1.5rem}.security-section__subtitle{color:#111827;font-size:1.5rem;font-weight:600;line-height:2.5rem}.security-section__text{color:#111827;max-width:35rem;font-size:1.25rem;line-height:2rem}.security-github-btn{color:#111827;width:fit-content;transition:background var(--transition-fast);background:#f5f5f7;border:1px solid #e4e4e7;border-radius:12px;align-items:center;gap:1rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.security-github-btn:hover{background:#eeeef0}.security-github-btn svg{flex-shrink:0;width:1.5rem;height:1.5rem}.security-section__stats{z-index:30;background:linear-gradient(135deg,#fcfcfde0 0%,#0000 70%);flex-direction:column;align-items:flex-start;gap:2rem;margin-top:2rem;padding-right:1rem;display:flex;position:relative}.security-stat{flex-direction:column;align-items:flex-start;width:9.375rem;display:flex}.security-stat__icon{color:#a1a1aa;width:2.5rem;height:2.5rem}.security-stat__number{color:#111827;margin-top:1rem;font-size:1.875rem;font-weight:500;line-height:2.5rem}.security-stat__label{color:#71717a;font-size:1rem;font-weight:500}.security-section__wave{pointer-events:none;z-index:15;display:none;position:absolute}.security-section__wave path{fill:#2781f6;fill-opacity:.9}.security-section__wave--desktop{width:100%;height:40.625rem;top:7rem;left:.375rem}.security-section__right{width:100%}.security-compliance-grid{grid-template-rows:repeat(4,10rem);grid-template-columns:repeat(4,minmax(0,1fr));width:100%;display:grid;position:relative}.security-compliance-grid__cell{text-align:center;border-left:1px solid #e4e4e7;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:10rem;display:flex}.security-compliance-grid__cell svg{color:#a1a1aa;width:2.5rem;height:2.5rem}.security-compliance-grid__cell span{color:#71717a;font-size:1rem;line-height:1.4}.security-compliance-grid__cell--spacer{pointer-events:none}.security-compliance-grid__cell--border-top{border-top:1px solid #e4e4e7}.security-compliance-grid__cell--soc2{border-top:1px dashed #e4e4e7;border-left:1px dashed #e4e4e7;grid-area:3/1/5/-1;justify-content:stretch;align-items:stretch;min-height:20rem;position:relative}.security-soc2{z-index:10;background-color:#fcfcfd;background-image:radial-gradient(circle,#d4d4d8 1px,#0000 1px);background-size:12px 12px;flex-direction:column;gap:1rem;width:100%;height:100%;padding:4rem 3.5rem .75rem 2.5rem;display:flex;position:relative}.security-soc2:before{content:"";background:#fcfcfd;border-top:1px dashed #e4e4e7;width:100%;height:1px;position:absolute;top:-1px;left:0}.security-soc2:after{content:"";background:#fcfcfd;border-left:1px dashed #e4e4e7;width:1px;height:100%;position:absolute;top:0;left:-1px}.security-soc2 h4{color:#111827;font-size:1.25rem;font-weight:600;line-height:2.5rem}.security-soc2 p{color:#111827;max-width:36rem;font-size:1rem;line-height:2rem}.security-soc2__btn{color:#111827;width:fit-content;transition:background var(--transition-fast);background:#f5f5f7;border:1px solid #e4e4e7;border-radius:12px;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;display:inline-flex;box-shadow:0 2px 4px #2836440a}.security-soc2__btn:hover{background:#eeeef0}@media (min-width:640px){.security-section__stats{flex-direction:row;align-items:center;gap:2.5rem;margin-top:3.5rem}}@media (min-width:1024px){.security-section__title{font-size:3rem;line-height:4rem}.security-section__subtitle{font-size:2rem;line-height:2.5rem}.security-section__text,.security-github-btn,.security-soc2 p,.security-soc2__btn{font-size:1.25rem;line-height:2rem}.security-stat__number{font-size:2.5rem;line-height:3.5rem}.security-soc2 h4{font-size:2rem;line-height:2.5rem}.security-section__columns{flex-direction:row;gap:0}.security-section__left,.security-section__right{width:50%}.security-section__left{min-height:40rem}.security-section__wave--desktop{display:block}}@media (max-width:1023px){.security-compliance-grid{grid-template-rows:repeat(4,10rem);grid-template-columns:repeat(3,minmax(0,1fr))}.security-compliance-grid__cell--personnel{grid-area:1/1}.security-compliance-grid__cell--development{grid-area:1/3}.security-compliance-grid__cell--testing{grid-area:2/2}.security-compliance-grid__cell--cloud{grid-area:2/3}.security-compliance-grid__cell--soc2{grid-area:3/1/5/-1}.security-compliance-grid__cell--spacer{display:none}}@media (max-width:768px){.security-section{padding:3rem 0 2rem}.security-section__container,.security-section__body{padding:0 1.25rem}.security-section__left{min-height:auto}}.site-footer{background:#fcfcfd;border-top:1px solid #e4e4e7;padding:4.5rem 0 2rem;position:relative;overflow:hidden}.site-footer:before{content:"";pointer-events:none;background-image:linear-gradient(90deg,#8cb4ff0f 1px,#0000 1px),linear-gradient(#8cb4ff0f 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#00000059,#0000 85%);mask-image:linear-gradient(#00000059,#0000 85%)}.site-footer__container{z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.site-footer__grid{grid-template-columns:minmax(0,1.6fr) repeat(3,minmax(0,1fr));gap:3rem 2.5rem;padding-bottom:3rem;display:grid}.site-footer__brand{flex-direction:column;gap:1.25rem;display:flex}.site-footer__logo{align-items:center;width:fit-content;display:inline-flex}.site-footer__logo-img{width:auto;height:3.75rem;display:block}.site-footer__desc{font-family:var(--font-family);color:#71717a;max-width:22rem;font-size:1rem;line-height:1.65}.site-footer__socials{flex-wrap:wrap;gap:.625rem;margin-top:.25rem;display:flex}.site-footer__social{color:#71717a;width:2.5rem;height:2.5rem;transition:color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);background:#fff;border:1px solid #e4e4e7;border-radius:10px;justify-content:center;align-items:center;display:flex;box-shadow:0 1px 2px #2836440a}.site-footer__social:hover{color:#111827;border-color:#d4d4d8;transform:translateY(-1px)}.site-footer__social svg{width:1.125rem;height:1.125rem}.site-footer__column h4{font-family:var(--font-family);color:#111827;margin-bottom:1.25rem;font-size:.9375rem;font-weight:600}.site-footer__column ul{flex-direction:column;gap:.875rem;display:flex}.site-footer__column a{color:#71717a;transition:color var(--transition-fast);font-size:.9375rem;line-height:1.4}.site-footer__column a:hover{color:#111827}.site-footer__bottom{border-top:1px solid #e4e4e7;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem 1.5rem;padding-top:1.75rem;display:grid}.site-footer__copyright{color:#71717a;justify-self:start;margin:0;font-size:1rem}.site-footer__seo-credit{text-align:center;white-space:nowrap;justify-self:center;margin:0;font-size:1rem;line-height:1.5;transform:translate(-2.5rem)}.site-footer__seo-credit-link{color:#dc2626;transition:color var(--transition-fast);font-weight:600;text-decoration:none}.site-footer__seo-credit-link:hover{color:#b91c1c}.site-footer__seo-credit-text{color:#7c3aed;font-weight:500}.site-footer__legal{flex-wrap:wrap;justify-content:flex-end;justify-self:end;align-items:center;gap:.75rem;display:flex}.site-footer__legal a{color:#71717a;transition:color var(--transition-fast);font-size:1rem}.site-footer__legal a:hover{color:#111827}.site-footer__legal span{color:#d4d4d8;font-size:1rem}@media (min-width:1280px){.hero-title-break,.hero-description-break{display:block}}@media (max-width:1024px){.hero h1{font-size:3rem}.hero-description{font-size:1.5rem}.feature-title{font-size:2.5rem}.feature-cards{grid-template-columns:1fr 1fr}.omni-section .omni-visual-layout{grid-template-columns:1fr}.omni-section .omni-center-channel{flex-direction:row;justify-content:center;padding:1.5rem 0}.omni-section .omni-center-channel:before{display:none}.site-footer__grid{grid-template-columns:1fr 1fr;gap:2.5rem}.feature-section--omni{border-radius:24px;margin:0 .75rem 1.5rem}}@media (max-width:768px){.navbar-inner{align-items:center;gap:.5rem;display:flex}.navbar-logo{flex-shrink:0}.navbar-actions{justify-self:unset;flex:1;justify-content:flex-start;gap:.375rem;min-width:0}.navbar-actions .btn-signin{white-space:nowrap;padding:.375rem .5rem;font-size:.8125rem}.navbar-actions .btn-signup{white-space:nowrap;padding:.5rem .625rem;font-size:.8125rem}.navbar-mobile-toggle{flex-shrink:0;margin-left:auto;display:flex}.feature-title{font-size:2rem}.container-wide,.navbar-inner{padding:0 1rem}.navbar-nav--desktop{display:none}.navbar-mobile-backdrop{display:block}.navbar-mobile-drawer{display:flex}.hero{padding:2.5rem 0 0}.hero h1{font-size:2.25rem}.hero-description{font-size:1.25rem}.hero-actions .btn-primary,.hero-actions .btn-outline{padding:.875rem 1.5rem;font-size:1rem;line-height:1.5rem}.hero-social-proof-item{padding:.75rem .5rem .75rem 1rem;font-size:1.125rem}.hero-social-proof-item svg{width:28px;height:28px}.hero-cta-row{flex-direction:column;align-items:flex-start;gap:1.5rem}.hero-social-proof{align-self:flex-start;margin-left:0}.dashboard-image-wrapper{margin-top:2rem;padding:0 1rem}.feature-cards{grid-template-columns:1fr}.site-footer{padding:3rem 0 1.5rem}.site-footer__container{padding:0 1.25rem}.site-footer__grid{grid-template-columns:1fr;gap:2rem}.site-footer__bottom{text-align:center;grid-template-columns:1fr;justify-items:center}.site-footer__copyright,.site-footer__seo-credit,.site-footer__legal{justify-self:center}.site-footer__seo-credit{white-space:normal;transform:none}.site-footer__legal{justify-content:center}.feature-section--omni{border-radius:16px;margin:0 .5rem 1rem;padding:3rem 0}.knowledge-section{padding:3rem 0 2rem}.knowledge-section__container,.knowledge-section__content{padding:0 1.25rem}}@media (max-width:480px){.hero h1{font-size:1.875rem}.feature-title{font-size:1.625rem}.hero-actions{flex-direction:column;width:100%}.btn-primary,.btn-outline{justify-content:center;width:100%}.hero-social-proof{flex-direction:column;gap:1rem}}.docs-page{width:100%;max-width:100%;overflow-x:clip}.docs-hero{background:var(--color-bg-hero);width:100%;padding:7rem 0 4rem;position:relative}.docs-hero h1{letter-spacing:-.02em;color:#111827;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15}.docs-hero__accent{color:var(--color-primary)}.docs-hero__description{color:#374151;max-width:42rem;margin-bottom:2rem;font-size:clamp(1.0625rem,2.2vw,1.5rem);line-height:1.6}.docs-hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.docs-hero__actions .btn-primary,.docs-hero__actions .btn-outline{border-radius:12px;padding:.875rem 1.75rem;font-size:1rem}.docs-badge{border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.375rem .875rem;font-size:.875rem;font-weight:600;display:inline-flex}.docs-badge__icon{width:18px;height:18px}.docs-badge--blue{color:#1b6fe0;background:#e8f4ff}.docs-badge--purple{color:#5746af;background:#f3f0ff}.docs-badge--green{color:#12a594;background:#e6f7f4}.docs-section{background:#fcfcfd;width:100%;padding:5rem 0;overflow-x:clip}.docs-section--alt{background:#fff}.docs-section__header{max-width:40rem;margin-bottom:2.5rem}.docs-section__header h2{color:#111827;margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.2}.docs-section__header p,.docs-section__note{color:#4b5563;font-size:1.125rem;line-height:1.65}.docs-section__note{margin-top:1.5rem}.docs-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;width:100%;display:grid}.docs-step-card{background:#fff;border:1px solid #e4e4e7;border-radius:16px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;box-shadow:0 2px 8px #2836440a}.docs-step-card__num{letter-spacing:.08em;color:var(--color-primary);font-size:.75rem;font-weight:700}.docs-step-card h3{color:#111827;font-size:1.0625rem;font-weight:700;line-height:1.35}.docs-step-card p{color:#6b7280;flex:1;font-size:.9375rem;line-height:1.55}.docs-step-card__link{color:var(--color-primary);align-items:center;gap:.25rem;margin-top:auto;font-size:.875rem;font-weight:600;display:inline-flex}.docs-step-card__link svg{width:16px;height:16px}.docs-step-card__link:hover{text-decoration:underline}.docs-embed-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:start;gap:3rem;width:100%;display:grid}.docs-embed-layout__text,.docs-embed-layout__code{min-width:0;max-width:100%}.docs-embed-layout__text h2{color:#111827;margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.docs-embed-layout__text>p{color:#4b5563;margin-bottom:1.25rem;font-size:1.0625rem;line-height:1.65}.docs-inline-code{color:#1f2937;background:#f3f4f6;border-radius:4px;padding:.125rem .375rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875em}.docs-checklist{flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.docs-checklist li{color:#374151;padding-left:1.5rem;font-size:.9375rem;line-height:1.5;position:relative}.docs-checklist li:before{content:"";background:var(--color-primary);border-radius:50%;width:8px;height:8px;position:absolute;top:.45rem;left:0}.docs-code-block{background:#0f172a;border:1px solid #1e293b;border-radius:12px;width:100%;min-width:0;max-width:100%;overflow:hidden}.docs-code-block__header{color:#94a3b8;background:#1e293b;border-bottom:1px solid #334155;justify-content:space-between;align-items:center;padding:.625rem 1rem;font-size:.8125rem;font-weight:600;display:flex}.docs-code-block__copy{color:#e2e8f0;background:#334155;border-radius:6px;padding:.25rem .625rem;font-size:.75rem;font-weight:600;transition:background .16s}.docs-code-block__copy:hover{background:#475569}.docs-code-block__pre{color:#e2e8f0;-webkit-overflow-scrolling:touch;max-width:100%;margin:0;padding:1rem 1.125rem;font-size:.8125rem;line-height:1.6;overflow-x:auto}.docs-code-block__pre code{white-space:pre-wrap;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;display:block}.docs-html-preview{background:#f9fafb;border:1px solid #e4e4e7;border-radius:12px;width:100%;min-width:0;max-width:100%;margin-top:1rem;overflow:hidden}.docs-html-preview__label{color:#6b7280;background:#fff;border-bottom:1px solid #e4e4e7;padding:.5rem 1rem;font-size:.75rem;font-weight:600}.docs-html-preview pre{color:#374151;white-space:pre-wrap;word-break:break-word;-webkit-overflow-scrolling:touch;max-width:100%;margin:0;padding:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;line-height:1.55;overflow-x:auto}.docs-platform-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;width:100%;display:grid}.docs-platform-card{background:#fff;border:1px solid #d4e4ff;border-radius:16px;padding:1.5rem;box-shadow:0 0 8px #4545480f}.docs-platform-card h3{color:#111827;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.docs-platform-card p{color:#6b7280;font-size:.9375rem;line-height:1.6}.docs-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;width:100%;display:grid}.docs-channel-card{background:#f5f9ff;border:1px solid #c9e2ff;border-radius:16px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.docs-channel-card h3{color:#111827;font-size:1.125rem;font-weight:700}.docs-channel-card p{color:#4b5563;font-size:.9375rem;line-height:1.6}.docs-split{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;width:100%;display:grid}.docs-split__card{background:#fff;border:1px solid #e4e4e7;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #2836440a}.docs-split__card h3{color:#111827;margin:.75rem 0 .5rem;font-size:1.25rem;font-weight:700}.docs-split__card p{color:#6b7280;font-size:.975rem;line-height:1.65}.docs-faq{flex-direction:column;gap:.75rem;display:flex}.docs-faq__item{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:0 1.25rem}.docs-faq__item summary{cursor:pointer;color:#111827;padding:1rem 0;font-weight:600;list-style:none}.docs-faq__item summary::-webkit-details-marker{display:none}.docs-faq__item p{color:#6b7280;padding-bottom:1rem;font-size:.9375rem;line-height:1.6}.docs-cta{background:linear-gradient(135deg,#e8f4ff 0%,#f5f9ff 50%,#fff 100%);padding:5rem 0 6rem}.docs-cta__inner{text-align:center;max-width:40rem;margin:0 auto}.docs-cta__inner h2{color:#111827;margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800}.docs-cta__inner>p{color:#4b5563;margin-bottom:1.75rem;font-size:1.125rem}.docs-cta__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.docs-cta__actions .btn-primary,.docs-cta__actions .btn-outline{border-radius:12px;padding:.875rem 1.75rem;font-size:1rem}@media (max-width:1024px){.docs-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.docs-embed-layout{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.docs-hero{padding:5.5rem 0 2.5rem}.docs-hero h1{font-size:1.875rem}.docs-hero__description{font-size:1rem}.docs-hero__actions{flex-direction:column;align-items:stretch;width:100%}.docs-hero__actions .btn-primary,.docs-hero__actions .btn-outline{text-align:center;justify-content:center;width:100%;display:flex}.docs-section__header h2{font-size:1.5rem}.docs-section__header p,.docs-section__note{font-size:1rem}.docs-steps,.docs-platform-grid,.docs-channel-grid,.docs-split{grid-template-columns:minmax(0,1fr)}.docs-step-card,.docs-platform-card,.docs-channel-card,.docs-split__card{padding:1.25rem}.docs-embed-layout__text h2{font-size:1.5rem}.docs-code-block__pre,.docs-html-preview pre{padding:.75rem;font-size:.6875rem}.docs-cta{padding:3rem 0 4rem}.docs-cta__inner h2{font-size:1.5rem}.docs-cta__inner>p{font-size:1rem}.docs-cta__actions{flex-direction:column;align-items:stretch}.docs-cta__actions .btn-primary,.docs-cta__actions .btn-outline{text-align:center;justify-content:center;width:100%;display:flex}.docs-section{padding:2.5rem 0}}@media (max-width:480px){.container-wide{padding:0 1rem}.docs-hero{padding-top:5rem}}.pricing-page{width:100%;max-width:100%;overflow-x:clip}.pricing-hero{background:var(--color-bg-hero);text-align:center;width:100%;padding:7rem 0 3rem}.pricing-hero h1{color:#111827;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15}.pricing-hero__accent{color:var(--color-primary)}.pricing-hero__description{color:#4b5563;max-width:36rem;margin:0 auto;font-size:clamp(1rem,2vw,1.375rem);line-height:1.6}.pricing-badge{color:#1b6fe0;background:#e8f4ff;border-radius:999px;align-items:center;margin-bottom:1.25rem;padding:.375rem .875rem;font-size:.875rem;font-weight:600;display:inline-flex}.pricing-badge--purple{color:#5746af;background:#f3f0ff}.pricing-section{background:#fcfcfd;width:100%;padding:4rem 0}.pricing-section--alt{background:#fff}.pricing-section__header{text-align:center;margin-bottom:2rem}.pricing-section__header h2{color:#111827;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700}.pricing-trial-banner{background:linear-gradient(135deg,#f5f9ff 0%,#fff 100%);border:1px solid #c9e2ff;border-radius:20px;grid-template-columns:1fr auto;grid-template-areas:"content side""features features";align-items:center;gap:1.5rem 2rem;margin-bottom:2.5rem;padding:2rem;display:grid;box-shadow:0 4px 20px #1f93ff14}.pricing-trial-banner__eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.375rem;font-size:.75rem;font-weight:700}.pricing-trial-banner h2{color:#111827;margin-bottom:.375rem;font-size:1.5rem;font-weight:700}.pricing-trial-banner__content{grid-area:content}.pricing-trial-banner__content p:last-child{color:#6b7280;max-width:32rem;font-size:.9375rem;line-height:1.55}.pricing-trial-banner__side{text-align:center;flex-direction:column;grid-area:side;align-items:center;gap:.75rem;display:flex}.pricing-trial-banner__price{color:#111827;font-size:2.5rem;font-weight:800;line-height:1}.pricing-trial-banner__features{border-top:1px solid #e4e4e7;flex-wrap:wrap;grid-area:features;gap:.75rem 1.5rem;margin:0;padding:1rem 0 0;list-style:none;display:flex}.pricing-trial-banner__features li{color:#374151;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:1.5rem;width:100%;display:grid}.pricing-card{background:#fff;border:1px solid #e4e4e7;border-radius:20px;flex-direction:column;padding:2rem 1.75rem;transition:box-shadow .2s,transform .2s;display:flex;position:relative;box-shadow:0 2px 12px #2836440f}.pricing-card:hover{box-shadow:0 8px 24px #2836441a}.pricing-card--highlighted{border-color:#1f93ff73;transform:scale(1.02);box-shadow:0 8px 32px #1f93ff26}.pricing-card__badge{background:var(--color-primary);color:#fff;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:999px;padding:.3rem .875rem;font-size:.6875rem;font-weight:700;position:absolute;top:-.75rem;left:50%;transform:translate(-50%)}.pricing-card__head h3{color:#111827;font-size:1.375rem;font-weight:700}.pricing-card__head p{color:#6b7280;margin-top:.375rem;font-size:.875rem;line-height:1.5}.pricing-card__price{align-items:baseline;gap:.25rem;margin:1.25rem 0 .25rem;display:flex}.pricing-card__amount{color:#111827;letter-spacing:-.02em;font-size:2.75rem;font-weight:800}.pricing-card__period{color:#6b7280;font-size:.9375rem}.pricing-card__billing{color:#9ca3af;margin-bottom:1.25rem;font-size:.75rem}.pricing-card__cta{text-align:center;border-radius:12px;justify-content:center;width:100%;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9375rem;font-weight:600;display:flex}.pricing-card__features{border-top:1px solid #f3f4f6;flex-direction:column;gap:.75rem;margin:auto 0 0;padding:1.25rem 0 0;list-style:none;display:flex}.pricing-card__features li{color:#374151;align-items:flex-start;gap:.625rem;font-size:.875rem;line-height:1.45;display:flex}.pricing-card__check{color:#12a594;flex-shrink:0;width:18px;height:18px;margin-top:1px}.pricing-card--highlighted .pricing-card__check{color:var(--color-primary)}.pricing-note{text-align:center;color:#6b7280;margin-top:2rem;font-size:.875rem}.pricing-note a{color:var(--color-primary);font-weight:500;text-decoration:underline}.pricing-compare-wrap{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e4e4e7;border-radius:16px;width:100%;overflow-x:auto}.pricing-compare{border-collapse:collapse;width:100%;min-width:36rem;font-size:.9375rem}.pricing-compare th,.pricing-compare td{text-align:center;border-bottom:1px solid #f3f4f6;padding:.875rem 1rem}.pricing-compare th:first-child,.pricing-compare td:first-child{text-align:left;color:#111827;font-weight:600}.pricing-compare thead th{color:#374151;background:#f9fafb;font-size:.8125rem;font-weight:700}.pricing-compare tbody tr:last-child td{border-bottom:none}.pricing-cta{background:linear-gradient(135deg,#e8f4ff 0%,#f5f9ff 50%,#fff 100%);padding:5rem 0 6rem}.pricing-cta__inner{text-align:center;max-width:40rem;margin:0 auto}.pricing-cta__inner h2{color:#111827;margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800}.pricing-cta__inner>p{color:#4b5563;margin-bottom:1.75rem;font-size:1.125rem}.pricing-cta__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.pricing-cta__actions .btn-primary,.pricing-cta__actions .btn-outline{border-radius:12px;padding:.875rem 1.75rem;font-size:1rem}@media (max-width:1024px){.pricing-grid{grid-template-columns:minmax(0,1fr);max-width:28rem;margin:0 auto}.pricing-card--highlighted{transform:none}.pricing-trial-banner{text-align:center;grid-template-columns:1fr;grid-template-areas:"content""side""features"}.pricing-trial-banner__content p:last-child{margin:0 auto}}@media (max-width:768px){.pricing-hero{padding:5.5rem 0 2rem}.pricing-section{padding:2.5rem 0}.pricing-trial-banner{padding:1.5rem}.pricing-trial-banner__features{flex-direction:column;align-items:flex-start}.pricing-cta__actions{flex-direction:column;align-items:stretch}.pricing-cta__actions .btn-primary,.pricing-cta__actions .btn-outline{justify-content:center;width:100%;display:flex}}.why-page{width:100%;max-width:100%;overflow-x:clip}.why-hero{background:var(--color-bg-hero);text-align:center;width:100%;padding:7rem 0 3.5rem}.why-hero h1{color:#111827;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15}.why-hero__accent{color:var(--color-primary)}.why-hero__description{color:#4b5563;max-width:42rem;margin:0 auto 1.75rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.65}.why-hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.why-hero__actions .btn-primary,.why-hero__actions .btn-outline{border-radius:12px;padding:.875rem 1.75rem;font-size:1rem}.why-badge{color:#1b6fe0;background:#e8f4ff;border-radius:999px;margin-bottom:1rem;padding:.375rem .875rem;font-size:.875rem;font-weight:600;display:inline-flex}.why-badge--purple{color:#5746af;background:#f3f0ff}.why-badge--green{color:#12a594;background:#e6f7f4}.why-section{background:#fcfcfd;width:100%;padding:4rem 0}.why-section--alt{background:#fff}.why-section__header{text-align:center;margin-bottom:2.5rem}.why-section__header h2{color:#111827;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700}.why-section__lead{color:#6b7280;max-width:40rem;margin:.75rem auto 0;font-size:1.0625rem;line-height:1.65}.why-reasons-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;width:100%;display:grid}.why-reason-card{background:#fff;border:1px solid #e4e4e7;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #2836440a}.why-reason-card--blue{background:linear-gradient(#f5f9ff 0%,#fff 100%);border-color:#c9e2ff}.why-reason-card--green{background:linear-gradient(#f0faf8 0%,#fff 100%);border-color:#b8ebe3}.why-reason-card--purple{background:linear-gradient(#faf8ff 0%,#fff 100%);border-color:#ddd6fe}.why-reason-card h3{color:#111827;margin-bottom:.5rem;font-size:1.0625rem;font-weight:700}.why-reason-card p{color:#6b7280;font-size:.9375rem;line-height:1.6}.why-compare-wrap{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e4e4e7;border-radius:16px;width:100%;overflow-x:auto}.why-compare{border-collapse:collapse;width:100%;min-width:32rem;font-size:.9375rem}.why-compare th,.why-compare td{text-align:center;border-bottom:1px solid #f3f4f6;padding:.875rem 1rem}.why-compare th:first-child,.why-compare td:first-child{text-align:left;color:#374151;font-weight:500}.why-compare thead th{color:#111827;background:#f9fafb;font-weight:700}.why-compare__chatio-col{background:#1f93ff0a;font-weight:600}.why-compare__yes{color:#12a594;font-size:1.125rem;font-weight:700}.why-compare__no{color:#d1d5db;font-weight:700}.why-compare__partial{color:#6b7280;font-size:.8125rem;font-weight:500}.why-cost-section{background:#8b6cff;width:100%;padding:5rem 0;overflow-x:clip}.why-cost-section--home{box-shadow:none;background:#fcfcfd}.why-cost-section--home .why-cost-section__eyebrow,.why-cost-section--home .why-cost-section__title,.why-cost-section--home .why-cost-section__lead{color:#000}.why-cost-section--home .why-cost-card--fragmented{background:#fff;border:1px solid #e4e4e7;box-shadow:0 2px 12px #2836440f}.why-cost-section--home .why-cost-card__tag,.why-cost-section--home .why-cost-card__tag--unified{color:#000}.why-cost-section--home .why-cost-card__list-item{border-bottom-color:#e5e7eb}.why-cost-section--home .why-cost-card__list-body strong,.why-cost-section--home .why-cost-card__list-body span,.why-cost-section--home .why-cost-card__list-price span,.why-cost-section--home .why-cost-card__list-price small{color:#000}.why-cost-section--home .why-cost-card__overlay-x{color:#dc26262e}.why-cost-section--home .why-cost-card__total{background:#f9fafb;border-top-color:#e4e4e7}.why-cost-section--home .why-cost-card__total span,.why-cost-section--home .why-cost-card__total strong,.why-cost-section--home .why-cost-card__unified-title,.why-cost-section--home .why-cost-card__features li,.why-cost-section--home .why-cost-card__plan-row strong,.why-cost-section--home .why-cost-card__plan-row span,.why-cost-section--home .why-cost-card__plan-price,.why-cost-section--home .why-cost-card__plan-price small,.why-cost-section--home .why-cost-card__price-label,.why-cost-section--home .why-cost-card__price-sub{color:#000}.why-cost-section--home .why-cost-card--unified{border:1px solid #e4e4e7;box-shadow:0 2px 12px #2836440f}.why-cost-section--home .why-cost-card__cta{background:var(--color-primary)}.why-cost-section__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c;text-align:center;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.why-cost-section__title{color:#fff;text-align:center;max-width:40rem;margin:0 auto 1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.2}.why-cost-section__lead{color:#fff;text-align:center;max-width:42rem;margin:0 auto 2.5rem;font-size:1.0625rem;line-height:1.65}.why-cost-compare{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:1.25rem;width:100%;display:grid}.why-cost-card{border-radius:20px;position:relative;overflow:hidden}.why-cost-card--fragmented{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1a;flex-direction:column;padding:1.25rem 1.25rem 0;display:flex}.why-cost-card--unified{background:#fff;flex-direction:column;padding:1.5rem;display:flex;box-shadow:0 20px 50px #00000040}.why-cost-card__header{margin-bottom:1rem}.why-cost-card__header--unified{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.why-cost-card__tag{letter-spacing:.1em;text-transform:uppercase;color:#ffffff8c;font-size:.6875rem;font-weight:700;display:inline-block}.why-cost-card__tag--unified{color:#5746af}.why-cost-card__check-badge{width:1.75rem;height:1.75rem;color:var(--color-primary);background:#e8f4ff;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.why-cost-card__list{z-index:1;flex:1;margin:0;padding:0;list-style:none;position:relative}.why-cost-card__list-item{border-bottom:1px solid #ffffff14;grid-template-columns:auto 1fr auto;align-items:start;gap:.75rem;padding:.875rem 0;display:grid}.why-cost-card__list-item:last-child{border-bottom:none}.why-cost-card__x{color:#dc2626;background:#ef444426;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.375rem;height:1.375rem;margin-top:.125rem;font-size:.6875rem;font-weight:800;display:flex}.why-cost-card__list-body{flex-direction:column;gap:.125rem;min-width:0;display:flex}.why-cost-card__list-body strong{color:#fff;font-size:.875rem;font-weight:600}.why-cost-card__list-body span{color:#ffffff80;font-size:.75rem;line-height:1.4}.why-cost-section:not(.why-cost-section--home) .why-cost-card--fragmented .why-cost-card__tag,.why-cost-section:not(.why-cost-section--home) .why-cost-card--fragmented .why-cost-card__list-body span,.why-cost-section:not(.why-cost-section--home) .why-cost-card--fragmented .why-cost-card__list-price span,.why-cost-section:not(.why-cost-section--home) .why-cost-card--fragmented .why-cost-card__list-price small{color:#fff}.why-cost-card__list-price{text-align:right;flex-shrink:0}.why-cost-card__list-price span{color:#fca5a5;white-space:nowrap;font-size:.875rem;font-weight:700;display:block}.why-cost-card__list-price small{color:#fff6;margin-top:.125rem;font-size:.625rem;display:block}.why-cost-card__overlay-x{color:#ef44441f;pointer-events:none;z-index:0;justify-content:center;align-items:center;font-size:clamp(6rem,18vw,10rem);font-weight:900;line-height:1;display:flex;position:absolute;inset:3rem 1rem 4rem}.why-cost-card__total{background:#00000040;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;margin-left:-1.25rem;margin-right:-1.25rem;padding:1rem 1.25rem;display:flex}.why-cost-card__total span{color:#ffffff8c;font-size:.8125rem}.why-cost-card__total strong{color:#fca5a5;font-size:1.25rem;font-weight:800}.why-cost-card__unified-title{color:#111827;margin-bottom:1rem;font-size:1rem;font-weight:700;line-height:1.45}.why-cost-card__features{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin:0 0 1rem;padding:0;list-style:none;display:grid}.why-cost-card__features li{color:#374151;background:#f9fafb;border-radius:8px;align-items:flex-start;gap:.5rem;padding:.5rem .625rem;font-size:.75rem;line-height:1.4;display:flex}.why-cost-card__feature-check{width:1rem;height:1rem;color:var(--color-primary);background:#e8f4ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;font-size:.5625rem;font-weight:800;display:flex}.why-cost-card__plans{border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:.75rem 0;display:flex}.why-cost-card__plan-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.why-cost-card__plan-row strong{color:#111827;font-size:.8125rem;display:block}.why-cost-card__plan-row span{color:#9ca3af;font-size:.6875rem}.why-cost-card__plan-price{color:var(--color-primary);white-space:nowrap;font-size:1rem;font-weight:800}.why-cost-card__plan-price small{color:#6b7280;font-size:.6875rem;font-weight:500}.why-cost-card__price-row{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.why-cost-card__price-label{text-transform:uppercase;letter-spacing:.06em;color:#6b7280;font-size:.6875rem;font-weight:700;display:block}.why-cost-card__price-sub{color:#9ca3af;margin-top:.125rem;font-size:.6875rem;display:block}.why-cost-section:not(.why-cost-section--home) .why-cost-card--unified .why-cost-card__plan-row span,.why-cost-section:not(.why-cost-section--home) .why-cost-card--unified .why-cost-card__price-label,.why-cost-section:not(.why-cost-section--home) .why-cost-card--unified .why-cost-card__price-sub{color:#000}.why-cost-card__hero-price{color:var(--color-primary);letter-spacing:-.02em;font-size:2.5rem;font-weight:800;line-height:1}.why-cost-card__hero-price small{font-size:1.125rem;font-weight:600}.why-cost-card__cta{color:#fff;background:linear-gradient(135deg,#5746af 0%,#6c63ff 100%);border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:auto;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:700;transition:filter .16s,transform .16s;display:flex}.why-cost-card__cta:hover{filter:brightness(1.06);transform:translateY(-1px)}.why-cost-card__cta svg{width:1rem;height:1rem}.why-disclaimer{color:#000;text-align:center;max-width:48rem;margin-top:1.5rem;margin-left:auto;margin-right:auto;font-size:.875rem;line-height:1.6}.why-cost-section--home .why-disclaimer,.why-cost-section--home .why-disclaimer a{color:#000}.why-cost-section:not(.why-cost-section--home) .why-disclaimer{color:#ffffffeb;font-size:1rem}.why-cost-section:not(.why-cost-section--home) .why-disclaimer a{color:#fff}.why-disclaimer a{font-weight:600;text-decoration:none}.why-audience-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;width:100%;display:grid}.why-audience-card{background:#f5f9ff;border:1px solid #d4e4ff;border-radius:14px;padding:1.25rem}.why-audience-card h3{color:#111827;margin-bottom:.375rem;font-size:1rem;font-weight:700}.why-audience-card p{color:#6b7280;font-size:.875rem;line-height:1.55}.why-cta{background:linear-gradient(135deg,#eef 0%,#f5f9ff 45%,#fff 100%);padding:5rem 0 6rem}.why-cta__inner{text-align:center;max-width:40rem;margin:0 auto}.why-cta__inner h2{color:#111827;margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800}.why-cta__inner>p{color:#4b5563;margin-bottom:1.75rem;font-size:1.125rem}.why-cta__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.why-cta__actions .btn-primary,.why-cta__actions .btn-outline{border-radius:12px;padding:.875rem 1.75rem;font-size:1rem}@media (max-width:1024px){.why-reasons-grid,.why-audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.why-hero{padding:5.5rem 0 2.5rem}.why-section{padding:2.5rem 0}.why-reasons-grid,.why-cost-compare,.why-audience-grid,.why-cost-card__features{grid-template-columns:minmax(0,1fr)}.why-cost-section{padding:3rem 0}.why-cost-card__overlay-x{display:none}.why-cost-card__list-price span{white-space:normal;font-size:.75rem}.why-hero__actions,.why-cta__actions{flex-direction:column;align-items:stretch}.why-hero__actions .btn-primary,.why-hero__actions .btn-outline,.why-cta__actions .btn-primary,.why-cta__actions .btn-outline{justify-content:center;width:100%;display:flex}}.chatio-ai-page{width:100%;max-width:100%;overflow-x:clip}.chatio-ai-hero{background:linear-gradient(180deg, #faf8ff 0%, var(--color-bg-hero) 55%, #fcfcfd 100%);text-align:center;width:100%;padding:7rem 0 3.5rem}.chatio-ai-hero h1{color:#111827;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15}.chatio-ai-story{background:#fff;width:100%;padding:4rem 0}.chatio-ai-story__grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;display:grid}.chatio-ai-story__copy h2{color:#111827;margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.chatio-ai-story__copy p{color:#4b5563;margin-bottom:1rem;font-size:1rem;line-height:1.7}.chatio-ai-story__copy p:last-child{margin-bottom:0}.chatio-ai-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.chatio-ai-stat{text-align:center;background:linear-gradient(145deg,#f5f9ff 0%,#fff 100%);border:1px solid #e4e4e7;border-radius:16px;padding:1.5rem}.chatio-ai-stat__value{color:var(--color-primary);margin-bottom:.35rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.2;display:block}.chatio-ai-stat__label{color:#6b7280;font-size:.875rem;line-height:1.4}.chatio-ai-values-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.chatio-ai-platform{background:linear-gradient(135deg,#111827 0%,#1e3a5f 100%);width:100%;padding:4rem 0}.chatio-ai-platform__inner{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.chatio-ai-platform__logo{filter:brightness(0)invert();width:auto;height:2rem;margin-bottom:1.25rem}.chatio-ai-platform__brand h2{color:#fff;margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.chatio-ai-platform__brand p{color:#ffffffc7;font-size:1rem;line-height:1.7}.chatio-ai-platform__list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.chatio-ai-platform__list li{background:#ffffff14;border:1px solid #ffffff1f;border-radius:14px;padding:1.25rem 1.5rem}.chatio-ai-platform__list strong{color:#fff;margin-bottom:.35rem;font-size:1rem;font-weight:700;display:block}.chatio-ai-platform__list span{color:#ffffffb8;font-size:.9375rem;line-height:1.55}.chatio-ai-features-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;width:100%;display:grid}@media (max-width:1024px){.chatio-ai-story__grid,.chatio-ai-platform__inner{grid-template-columns:1fr;gap:2rem}.chatio-ai-values-grid,.chatio-ai-features-grid{grid-template-columns:1fr}}@media (max-width:640px){.chatio-ai-stats{grid-template-columns:1fr}}.iletisim-page{width:100%;max-width:100%;overflow-x:clip}.iletisim-hero{background:linear-gradient(180deg, #e8f4ff 0%, var(--color-bg-hero) 100%);text-align:center;width:100%;padding:7rem 0 2.5rem}.iletisim-hero h1{color:#111827;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15}.iletisim-hero__lead{color:#4b5563;max-width:40rem;margin:0 auto;font-size:clamp(1rem,2vw,1.125rem);line-height:1.65}.iletisim-phones{width:100%;margin-top:-1rem;padding:0 0 3rem}.iletisim-phones__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;max-width:52rem;margin:0 auto;display:grid}.iletisim-phone-card{text-align:center;background:linear-gradient(#fff 0%,#f5f9ff 100%);border:1px solid #c9e2ff;border-radius:20px;flex-direction:column;align-items:center;padding:2rem 1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 8px 32px #2781f61a}.iletisim-phone-card:hover{border-color:var(--color-primary);transform:translateY(-4px);box-shadow:0 12px 40px #2781f629}.iletisim-phone-card__icon{width:3rem;height:3rem;color:var(--color-primary);background:#e8f4ff;border-radius:999px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.iletisim-phone-card__icon svg{width:1.35rem;height:1.35rem}.iletisim-phone-card__label{color:#6b7280;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.iletisim-phone-card__number{color:#111827;letter-spacing:.02em;margin-bottom:.75rem;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:800}.iletisim-phone-card__cta{color:var(--color-primary);font-size:.875rem;font-weight:700}.iletisim-channels{background:#fcfcfd;width:100%;padding:3.5rem 0 4rem}.iletisim-channels__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.iletisim-channel-card{background:#fff;border:1px solid #e4e4e7;border-radius:16px;padding:1.75rem;box-shadow:0 2px 12px #2836440d}.iletisim-channel-card__icon{color:#5746af;background:#f3f0ff;border-radius:10px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:1rem;display:flex}.iletisim-channel-card__icon svg{width:1.25rem;height:1.25rem}.iletisim-channel-card h3{color:#111827;margin-bottom:.5rem;font-size:1.0625rem;font-weight:700}.iletisim-channel-card p{color:#6b7280;margin-bottom:1rem;font-size:.9375rem;line-height:1.6}.iletisim-channel-card__link{color:var(--color-primary);align-items:center;gap:.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.iletisim-channel-card__link svg{width:1rem;height:1rem}.iletisim-channel-card__link:hover{text-decoration:underline}.iletisim-hours{background:#111827;width:100%;padding:4rem 0}.iletisim-hours__inner{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;display:grid}.iletisim-hours__inner--simple{text-align:center;grid-template-columns:1fr;max-width:40rem;margin:0 auto}.iletisim-hours h2{color:#fff;margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.iletisim-hours p{color:#ffffffb8;font-size:1rem;line-height:1.65}@media (max-width:900px){.iletisim-phones__grid,.iletisim-channels__grid,.iletisim-hours__inner{grid-template-columns:1fr}}.legal-page{background:#fcfcfd;justify-content:center;width:100%;padding:6.5rem 0 4rem;display:flex}.legal-page__container{width:100%;max-width:1440px;margin:0 auto;padding:0 3rem}.legal-page__header{text-align:center;max-width:52rem;margin:0 auto 2.5rem}.legal-page__eyebrow{color:#5746af;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.legal-page__header h1{color:#111827;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2}.legal-page__lead{color:#4b5563;font-size:1.0625rem;line-height:1.65}.legal-document{color:#374151;background:#fff;border:1px solid #e4e4e7;border-radius:16px;width:100%;max-width:56rem;margin:0 auto;padding:2rem 2.5rem 2.5rem;font-size:1rem;line-height:1.75;box-shadow:0 2px 8px #2836440a}@media (min-width:1280px){.legal-document{max-width:64rem;padding:2.5rem 3rem 3rem;font-size:1.0625rem}}.legal-document__updated{color:#6b7280;margin-bottom:1.5rem;font-size:.8125rem}.legal-document h2{color:#111827;margin:2rem 0 .75rem;font-size:1.125rem;font-weight:700}.legal-document h2:first-of-type{margin-top:0}.legal-document h3{color:#1f2937;margin:1.25rem 0 .5rem;font-size:1rem;font-weight:600}.legal-document p{margin-bottom:.875rem}.legal-document ul{margin:.5rem 0 1rem 1.25rem;padding:0}.legal-document li{margin-bottom:.4rem}.legal-document a{color:#1f93ff;text-underline-offset:2px;font-weight:500;text-decoration:underline}.legal-document a:hover{color:#1b6fe0}@media (max-width:640px){.legal-page{padding-top:5.5rem}.legal-page__container{padding:0 1.25rem}.legal-page__header{text-align:left}.legal-document{padding:1.25rem 1.25rem 1.75rem}}.alt-page{width:100%;overflow-x:clip}.alt-hero{text-align:center;background:linear-gradient(#f8faff 0%,#eef4ff 45%,#fcfcfd 100%);width:100%;padding:7rem 0 3.5rem;position:relative}.alt-hero:before{content:"";pointer-events:none;background:radial-gradient(70% 50% at 50% -10%,#5746af14,#0000 60%),radial-gradient(40% 30% at 90% 20%,#1f93ff0f,#0000 50%);position:absolute;inset:0}.alt-hero .container-wide{z-index:1;position:relative}.alt-hero h1{color:#111827;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15}.alt-hero__lead{color:#4b5563;max-width:44rem;margin:0 auto 1.75rem;font-size:clamp(1rem,2vw,1.1875rem);line-height:1.7}.alt-section{background:#fcfcfd;width:100%;padding:4rem 0}.alt-section--alt{background:#fff}.alt-section--pricing{background:linear-gradient(#f0fdf9 0%,#fcfcfd 100%)}.alt-zigzag{width:100%}.alt-zigzag__intro{background:#fcfcfd;width:100%;padding:3.5rem 0 1rem}.alt-zigzag__row{background:#fff;border-bottom:1px solid #f0f0f3;width:100%;padding:4.5rem 0}.alt-zigzag__row--alt{background:linear-gradient(#fafbff 0%,#fcfcfd 100%)}.alt-zigzag__inner{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(2rem,4vw,4rem);display:grid}.alt-zigzag__row--reverse .alt-zigzag__content{order:2}.alt-zigzag__row--reverse .alt-zigzag__visual-wrap{order:1}.alt-zigzag__index{letter-spacing:.06em;color:#5746af;background:linear-gradient(135deg,#e8f4ff 0%,#f3f0ff 100%);border-radius:10px;justify-content:center;align-items:center;min-width:2.5rem;height:2.5rem;margin-bottom:1rem;padding:0 .5rem;font-size:.8125rem;font-weight:800;display:inline-flex}.alt-zigzag__content h2{color:#111827;max-width:36rem;margin-bottom:1.25rem;font-size:clamp(1.375rem,2.8vw,2rem);font-weight:800;line-height:1.25}.alt-zigzag__text p{color:#4b5563;max-width:38rem;margin:0 0 1rem;font-size:1rem;line-height:1.75}.alt-zigzag__text p:last-child{margin-bottom:0}.alt-zigzag__visual-wrap,.alt-visual{width:100%;position:relative}.alt-visual__frame{background:#fff;border:1px solid #e4e4e7;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 20px 50px #2836441f}.alt-visual__dashboard-img,.alt-visual__omni-img{width:100%;height:auto;display:block}.alt-visual--knowledge{background:linear-gradient(160deg,#f0fdf9 0%,#fff 50%,#f8faff 100%);border:1px solid #e4e4e7;border-radius:22px;flex-direction:column;gap:1rem;padding:2rem 1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 40px #12a59414}.alt-visual-knowledge__shape{opacity:.35;pointer-events:none;position:absolute;top:-1.5rem;right:-1.5rem}.alt-visual-knowledge__card{z-index:1;background:#fff;border:1px solid #e4e4e7;border-radius:16px;padding:1.25rem 1.375rem;position:relative;box-shadow:0 6px 20px #2836440f}.alt-visual-knowledge__card--accent{background:linear-gradient(135deg,#f3f0ff 0%,#fff 100%);border-color:#ddd6fe}.alt-visual-knowledge__card h3{color:#111827;margin:.75rem 0 .35rem;font-size:1rem;font-weight:700}.alt-visual-knowledge__card p{color:#6b7280;margin:0;font-size:.875rem;line-height:1.55}.alt-visual__glow{z-index:-1;pointer-events:none;background:radial-gradient(#1f93ff26,#0000 70%);position:absolute;inset:10% -5% -10%}.alt-visual--stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.alt-visual-stat{text-align:center;background:linear-gradient(145deg,#fff 0%,#f8faff 100%);border:1px solid #e4e4e7;border-radius:18px;padding:1.5rem 1.25rem;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 24px #2836440f}.alt-visual-stat:hover{transform:translateY(-3px);box-shadow:0 12px 32px #2836441a}.alt-visual-stat__value{color:var(--color-primary);margin-bottom:.35rem;font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:800;line-height:1.2;display:block}.alt-visual-stat__label{color:#6b7280;font-size:.8125rem;line-height:1.4}.alt-visual--channels{background:#fff;border:1px solid #e4e4e7;border-radius:22px;padding:1.75rem;box-shadow:0 16px 40px #28364414}.alt-visual-channels__header{color:#5746af;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:1rem;font-weight:700;display:flex}.alt-visual-channels__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.alt-visual-channel{color:#1f2937;border:1px solid #0000000a;border-radius:14px;align-items:center;gap:.75rem;padding:1rem 1.125rem;font-size:.9375rem;font-weight:600;display:flex}.alt-visual-channels__note{color:#6b7280;text-align:center;margin:1.25rem 0 0;font-size:.875rem}.alt-visual--ai{background:linear-gradient(160deg,#f3f0ff 0%,#fff 45%,#e8f4ff 100%);border:1px solid #e4e4e7;border-radius:22px;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem 1.5rem;display:flex;box-shadow:0 16px 40px #5746af1a}.alt-visual-ai__head{width:auto;height:5.5rem}.alt-visual-ai__chat{flex-direction:column;gap:.625rem;width:100%;max-width:20rem;display:flex}.alt-visual-ai__bubble{border-radius:14px;max-width:92%;padding:.75rem 1rem;font-size:.875rem;line-height:1.5}.alt-visual-ai__bubble--user{color:#374151;background:#fff;border:1px solid #e4e4e7;border-bottom-left-radius:4px;align-self:flex-start}.alt-visual-ai__bubble--bot{color:#fff;background:#5746af;border-bottom-right-radius:4px;align-self:flex-end}.alt-visual-ai__badge{color:#1b6fe0;letter-spacing:.04em;text-transform:uppercase;background:#e8f4ff;border-radius:999px;align-self:center;margin-top:.5rem;padding:.35rem .875rem;font-size:.75rem;font-weight:700}.alt-visual--compare{color:#fff;background:#111827;border-radius:22px;padding:1.75rem;box-shadow:0 20px 50px #11182740}.alt-visual-compare__header{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.0625rem;font-weight:700;display:flex}.alt-visual-compare__chatio{color:#60a5fa}.alt-visual-compare__vs{color:#ffffff73;font-size:.8125rem;font-weight:600}.alt-visual-compare__rival{color:#ffffffa6}.alt-visual-compare__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.alt-visual-compare__list li{background:#ffffff12;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:.9375rem;line-height:1.4;display:flex}.alt-visual-compare__check{color:#fff;background:#12a594;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:800;display:inline-flex}.alt-compare-wrap{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e4e4e7;border-radius:20px;width:100%;overflow-x:auto;box-shadow:0 8px 32px #28364414}.alt-compare{border-collapse:collapse;width:100%;min-width:560px;font-size:.9375rem}.alt-compare thead{background:linear-gradient(90deg,#f8faff 0%,#f3f0ff 100%)}.alt-compare th{text-align:left;color:#111827;white-space:nowrap;border-bottom:2px solid #e4e4e7;padding:1.125rem 1.25rem;font-weight:700}.alt-compare td{color:#374151;vertical-align:middle;border-bottom:1px solid #f0f0f3;padding:1rem 1.25rem}.alt-compare tbody tr:last-child td{border-bottom:none}.alt-compare tbody tr:hover td{background:#fafbfc}.alt-compare__chatio-col{color:#1b6fe0;text-align:center;background:#1f93ff0a;width:28%;font-weight:600}.alt-compare__rival-col{text-align:center;color:#6b7280;width:28%}.alt-compare thead .alt-compare__chatio-col{color:#1b6fe0;background:#1f93ff1f}.alt-compare thead .alt-compare__rival-col{color:#4b5563}.alt-compare__yes{color:#12a594;background:#e6f7f4;border-radius:999px;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:1rem;font-weight:700;display:inline-flex}.alt-compare__no{color:#dc2626;background:#fef2f2;border-radius:999px;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:1rem;font-weight:700;display:inline-flex}.alt-compare__partial{color:#c2410c;background:#fff7ed;border-radius:999px;padding:.25rem .625rem;font-size:.8125rem;font-weight:600;line-height:1.3;display:inline-block}.alt-compare--pricing .alt-compare__chatio-col{font-weight:700}@media (max-width:1024px){.alt-zigzag__inner{grid-template-columns:1fr;gap:2rem}.alt-zigzag__row--reverse .alt-zigzag__content,.alt-zigzag__row--reverse .alt-zigzag__visual-wrap{order:unset}.alt-zigzag__visual-wrap{max-width:28rem;margin:0 auto}.alt-zigzag__content h2,.alt-zigzag__text p{max-width:none}}@media (max-width:768px){.alt-hero{padding:6rem 0 2.5rem}.alt-section,.alt-zigzag__row{padding:3rem 0}.alt-compare th,.alt-compare td{padding:.875rem 1rem;font-size:.875rem}.alt-visual--stats{grid-template-columns:1fr 1fr}}
