:root{color-scheme:light;--orange: #ff9f1c;--blue: #4d8cfa;--pink: #f643b7;--ink: #0f0f0f;--muted-ink: #1F1E1E;--white: #ffffff;--card-mic-bg: #ffefdd;--card-tab-bg: #ddeaff;--card-easy-bg: #fbedf5;--header-pad-x: clamp(8px, 1.5vw, 22px);--content-max: 1591px;--radius-btn: 12px;--radius-card: 20px;--shadow-card: 2px 2px 6px 1px rgba(40, 34, 31, .2);--font: "Jost", "Segoe UI", "Helvetica Neue", sans-serif}*{box-sizing:border-box}html{background:var(--white)}body{margin:0;min-height:100vh;display:flex;flex-direction:column;font-family:var(--font);font-size:16px;line-height:1.35;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;overscroll-behavior:none}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.site-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:16px var(--header-pad-x);background:var(--white)}.logo{display:flex;align-items:center;gap:10px;min-width:0}.logo-icon{flex-shrink:0;display:grid;place-items:center;width:32px;height:32px;overflow:clip;border-radius:6px;background:var(--orange)}.logo-icon img{width:24px;height:24px}.logo-text{font-size:clamp(11px,1.5vw,16px);font-weight:400;line-height:1.2;white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:var(--radius-btn);font-family:inherit;font-weight:400;line-height:1;cursor:pointer;transition:background-color .15s ease,filter .15s ease,transform .15s ease}.btn:active{transform:translateY(1px)}.btn-feedback{flex-shrink:0;min-width:168px;min-height:32px;padding:5px 28px;border-radius:6px;background:var(--muted-ink);color:var(--white);font-size:clamp(9px,1.25vw,16px);text-align:center;justify-content:center}.btn-feedback:hover{background:#1a1a1a}.hero{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:clamp(360px,42vw,622px);padding:clamp(40px,6vw,72px) clamp(16px,3vw,24px);color:var(--white);background-color:var(--orange);background-image:url(./background-BF6J2uBP.png);background-position:center;background-size:cover;background-repeat:no-repeat}.hero-inner{width:min(1002px,100%);text-align:center}.hero h1{margin:0 0 28px;font-size:clamp(36px,6vw,64px);font-weight:700;line-height:1.1}.hero p{margin:0 auto 48px;max-width:1002px;font-size:clamp(18px,2.8vw,32px);font-weight:400;line-height:1.3}.btn-chrome{width:min(410px,100%);min-height:64px;padding:8px 24px;gap:16px;justify-content:space-between;background:var(--blue);color:var(--white);font-size:clamp(22px,3vw,32px)}.btn-chrome:hover{filter:brightness(.88)}.btn-chrome-icon{flex-shrink:0;width:39px;height:39px}.btn-chrome span{flex:1;text-align:left}.btn-chrome-chevron{flex-shrink:0;width:12px;height:18px;transform:rotate(180deg)}.features{flex:1;width:min(var(--content-max),calc(100% - 48px));margin:0 auto;padding:72px 0 96px}.features h2{margin:0 0 56px;font-size:clamp(36px,5vw,64px);font-weight:500;line-height:1.1;text-align:center}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.feature-card{min-height:250px;padding:30px;overflow:clip;border:2px solid;border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.feature-card--mic{background:var(--card-mic-bg);border-color:var(--orange)}.feature-card--tab{background:var(--card-tab-bg);border-color:var(--blue)}.feature-card--easy{background:var(--card-easy-bg);border-color:var(--pink)}.feature-icon{display:grid;place-items:center;width:64px;height:64px;margin-bottom:8px;overflow:clip;border-radius:10px}.feature-card--mic .feature-icon{background:var(--orange)}.feature-card--tab .feature-icon{background:var(--blue)}.feature-card--easy .feature-icon{background:var(--pink)}.feature-icon img{width:auto;height:auto;max-width:44px;max-height:44px}.feature-card--easy .feature-icon img{width:30px;height:40px}.feature-card h3{margin:0 0 12px;font-size:clamp(24px,2.4vw,32px);font-weight:500;line-height:1.2}.feature-card p{margin:0;font-size:clamp(18px,1.6vw,22px);font-weight:400;line-height:1.35}.site-footer{display:flex;align-items:center;justify-content:center;min-height:47px;padding:12px 16px;background:var(--muted-ink);color:var(--white)}.site-footer p{margin:0;font-size:16px;font-weight:400;text-align:center}@media(max-width:1100px){.feature-grid{grid-template-columns:1fr;max-width:517px;margin:0 auto}}@media(max-width:640px){.site-header{padding:10px 8px}.logo{gap:6px}.logo-icon{width:24px;height:24px;border-radius:5px}.logo-icon img{width:18px;height:18px}.btn-feedback{min-height:22px;padding:4px 8px;font-size:12px}.hero{padding:48px 16px 56px}.btn-chrome{gap:12px;padding:8px 16px}.btn-chrome span{text-align:center}.features{width:calc(100% - 32px);padding:48px 0 64px}.features h2{margin-bottom:32px}}
