/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--ink:#0a131e;--muted:#596572;--line:#dfe6ea;--paper:#f7faf9;--blue:#315bff;--cyan:#08a9f4;--green:#00ed72;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--font-manrope), Arial, Helvetica, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}a{color:inherit;text-decoration:none}.container{width:min(1180px,100% - 48px);margin-inline:auto}.skip-link{z-index:100;background:var(--ink);color:#fff;border-radius:10px;padding:12px 16px;position:fixed;inset-block-start:8px;inset-inline-start:8px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:10;position:absolute;inset-block-start:0;inset-inline:0}.header-inner{justify-content:space-between;align-items:center;gap:32px;min-height:92px;display:flex}.brand{align-items:center;width:154px;min-height:44px;display:flex}.brand img{width:100%;height:auto;display:block}.main-nav{color:#34404c;align-items:center;gap:30px;font-size:15px;font-weight:600;display:flex}.main-nav a,.text-link{padding-block:13px;transition:color .14s}.main-nav a:hover,.text-link:hover{color:var(--blue)}.header-actions{align-items:center;gap:18px;font-size:15px;font-weight:600;display:flex}.button{background:var(--ink);min-height:52px;color:var(--white);border-radius:14px;justify-content:center;align-items:center;padding:0 24px;font-weight:700;transition:transform .14s,box-shadow .14s,background-color .14s;display:inline-flex;box-shadow:0 10px 24px #0a131e24}.button:hover{background:#172535;box-shadow:0 14px 30px #0a131e33}.button:active{transform:scale(.96)}.button-small{border-radius:12px;min-height:44px;padding-inline:18px;font-size:14px}.button-secondary{color:var(--ink);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffbd;box-shadow:inset 0 0 0 1px #0a131e1f}.button-secondary:hover{background:#fff;box-shadow:inset 0 0 0 1px #0a131e38}.hero{background:radial-gradient(circle at 78% 30%,#00ed7238,#0000 28%),radial-gradient(circle at 67% 15%,#315bff29,#0000 32%),linear-gradient(#fff 0%,#f5faf8 100%);min-height:790px;padding-block:174px 100px;overflow:hidden}.hero-grid{grid-template-columns:minmax(0,.88fr) minmax(560px,1.12fr);align-items:center;gap:68px;display:grid}.hero-copy{z-index:2;position:relative}.eyebrow{color:#31505a;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:10px;margin-block-end:22px;font-size:13px;font-weight:800;display:inline-flex}.eyebrow span{background:linear-gradient(135deg, var(--blue), var(--green));border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 5px #08a9f41f}h1{letter-spacing:-.062em;text-wrap:balance;max-width:690px;margin:0;font-size:clamp(3.5rem,5.8vw,5.75rem);line-height:.95}.hero-lead{max-width:590px;color:var(--muted);text-wrap:pretty;margin:28px 0 0;font-size:19px;line-height:1.55}.hero-actions{flex-wrap:wrap;gap:12px;margin-block-start:34px;display:flex}.hero-note{color:#72808c;margin:15px 0 0;font-size:13px}.product-stage{place-items:center;min-height:520px;display:grid;position:relative}.product-stage:before{content:"";filter:blur(1px);opacity:.2;background:linear-gradient(145deg,#315bffeb,#08a9f4e0 48%,#00ed72cc);border-radius:50%;width:470px;height:470px;position:absolute;transform:translate(24px)}.dashboard-shell{z-index:1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe6;border:1px solid #fffc;border-radius:28px;grid-template-columns:68px 1fr;width:650px;min-height:426px;display:grid;position:relative;overflow:hidden;transform:rotate(-1.8deg);box-shadow:0 40px 90px #1b36462b,0 12px 28px #1b36461a}.dash-sidebar{background:var(--ink);flex-direction:column;align-items:center;gap:23px;padding-block:22px;display:flex}.dash-mark{background:linear-gradient(135deg, var(--blue), var(--green));color:#fff;border-radius:10px;place-items:center;width:34px;height:34px;margin-block-end:18px;font-size:16px;font-weight:900;display:grid}.side-dot{background:#ffffff1f;border-radius:7px;width:22px;height:22px}.side-dot.active{background:#00ed72db;box-shadow:0 0 0 5px #00ed7217}.dash-main{padding:28px 26px 25px}.dash-topline{justify-content:space-between;align-items:center;gap:20px;display:flex}.dash-topline>div{gap:5px;display:grid}.dash-kicker{color:#83909c;font-size:11px}.dash-topline strong{font-size:19px}.market-badge{color:#5547d8;letter-spacing:.06em;background:#eef0ff;border-radius:9px;padding:8px 11px;font-size:10px;font-weight:900}.metric-row{grid-template-columns:repeat(3,1fr);gap:10px;margin-block-start:24px;display:grid}.metric-row article{background:#f4f7f7;border-radius:15px;padding:15px;box-shadow:inset 0 0 0 1px #0a131e09}.metric-row span{color:#77838e;font-size:10px;display:block}.metric-row strong{font-variant-numeric:tabular-nums;margin-block-start:8px;font-size:17px;display:block}.metric-row em{color:#008d51;margin-block-start:7px;font-size:10px;font-style:normal;font-weight:800;display:inline-block}.chart-card{background:#fff;border-radius:17px;margin-block-start:12px;padding:18px 18px 14px;box-shadow:0 8px 30px #1e323c12,inset 0 0 0 1px #0a131e0d}.chart-heading{color:#7d8993;justify-content:space-between;align-items:baseline;font-size:11px;display:flex}.chart-heading strong{color:var(--ink);font-variant-numeric:tabular-nums;font-size:14px}.chart-bars{border-bottom:1px solid var(--line);background:repeating-linear-gradient(#0000 0 34px,#eef2f3 35px);align-items:end;gap:10px;height:142px;margin-block-start:20px;display:flex}.chart-bars span{background:linear-gradient(180deg, var(--cyan), var(--blue));opacity:.88;border-radius:6px 6px 2px 2px;flex:1;min-width:8px}.profit-float{z-index:2;background:var(--ink);color:#fff;border-radius:20px;gap:5px;width:184px;padding:18px;display:grid;position:absolute;inset-block-end:28px;inset-inline-end:-14px;box-shadow:0 22px 48px #0a131e38}.profit-float span{color:#a9b5be;font-size:11px}.profit-float strong{color:var(--green);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:28px}.profit-float small{color:#c4ccd2;font-size:10px}a:focus-visible{outline:3px solid var(--blue);outline-offset:4px}@media (max-width:1050px){.hero-grid{grid-template-columns:1fr;gap:54px}.hero-copy{max-width:750px}.product-stage{margin-inline:auto}}@media (max-width:760px){.container{width:min(100% - 32px,1180px)}.header-inner{min-height:76px}.brand{width:126px}.main-nav,.text-link{display:none}.button-small{padding-inline:14px}.hero{min-height:auto;padding-block:132px 76px}h1{font-size:clamp(3rem,14vw,4.5rem)}.hero-lead{font-size:17px}.hero-actions{display:grid}.hero-actions .button{width:100%}.product-stage{place-items:center start;width:100%;min-height:430px}.dashboard-shell{transform-origin:0;width:600px;transform:scale(.72)rotate(-1.8deg)}.profit-float{inset-block-end:16px;inset-inline-end:-4px}}@media (max-width:420px){.product-stage{min-height:390px}.dashboard-shell{transform:scale(.58)rotate(-1.8deg)}.profit-float{width:158px;padding:14px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.main-nav a,.text-link{transition:none}}.section-pad{padding-block:118px}.section-label{color:#23726c;letter-spacing:.12em;text-transform:uppercase;margin-block-end:20px;font-size:12px;font-weight:800;display:inline-block}.section-label-light{color:#73e4cc}h2{letter-spacing:-.052em;text-wrap:balance;margin:0;font-size:clamp(2.5rem,4.4vw,4.5rem);line-height:1.02}h3{letter-spacing:-.025em;margin:0;font-size:21px;line-height:1.2}.marketplaces{background:var(--white);border-block:1px solid #0a131e12}.market-row{justify-content:space-between;align-items:center;gap:36px;min-height:110px;display:flex}.market-row>p{color:#71808a;margin:0;font-size:13px;font-weight:700}.market-list{color:#68737d;justify-content:flex-end;align-items:center;gap:clamp(20px,4vw,54px);font-size:15px;font-weight:800;display:flex}.problem{background:var(--white)}.problem-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:100px;display:grid}.problem-copy{max-width:650px;padding-block-start:43px}.problem-copy p{color:var(--muted);text-wrap:pretty;margin:0 0 22px;font-size:21px;line-height:1.55}.problem-copy p:last-child{color:var(--ink);margin-block-end:0;font-weight:700}.features{background:#f3f7f5}.section-head{grid-template-columns:1.1fr .9fr;align-items:end;gap:80px;margin-block-end:58px;display:grid}.section-head>p{max-width:530px;color:var(--muted);margin:0 0 4px;font-size:18px;line-height:1.55}.feature-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.feature-card{background:var(--white);border-radius:24px;flex-direction:column;min-height:314px;padding:28px;display:flex;position:relative;box-shadow:0 16px 45px #19353c0e,inset 0 0 0 1px #0a131e0d}.feature-number{color:#81908e;letter-spacing:.08em;font-variant-numeric:tabular-nums;font-size:11px;font-weight:800}.feature-card h3{max-width:270px;margin-block-start:60px;font-size:24px}.feature-card p{max-width:320px;color:var(--muted);text-wrap:pretty;margin:14px 0 0;font-size:15px;line-height:1.55}.card-arrow{color:#31505a;background:#edf4f1;border-radius:12px;place-items:center;width:38px;height:38px;font-size:18px;display:grid;position:absolute;inset-block-start:24px;inset-inline-end:24px}.feature-card:nth-child(2),.feature-card:nth-child(5){background:#e8f7f2}.feature-card:nth-child(3){background:var(--ink);color:var(--white)}.feature-card:nth-child(3) p,.feature-card:nth-child(3) .feature-number{color:#b3bec6}.feature-card:nth-child(3) .card-arrow{background:var(--green);color:var(--ink)}.focus{background:var(--ink);color:var(--white);overflow:hidden}.focus-grid{grid-template-columns:.88fr 1.12fr;align-items:center;gap:82px;display:grid}.focus-copy>p{color:#acb7bf;max-width:560px;margin:26px 0 0;font-size:18px;line-height:1.55}.check-list{color:#d8dfe4;gap:15px;margin:32px 0 36px;padding:0;font-size:15px;list-style:none;display:grid}.check-list li{align-items:center;gap:12px;display:flex}.check-list span{width:24px;height:24px;color:var(--green);background:#00ed721f;border-radius:50%;place-items:center;font-size:12px;font-weight:900;display:grid}.button-light{background:var(--white);color:var(--ink)}.button-light:hover{color:var(--ink);background:#eaf1ef}.report-card{min-height:500px;color:var(--ink);background:#f8fbfa;border-radius:30px;padding:30px;position:relative;transform:rotate(1.4deg);box-shadow:0 45px 100px #00000047}.report-card:before{content:"";background:var(--green);filter:blur(80px);opacity:.24;border-radius:50%;width:180px;height:180px;position:absolute;inset:-60px -40px auto auto}.report-top{color:#71808a;justify-content:space-between;align-items:center;gap:20px;font-size:12px;display:flex}.report-top strong{color:#158461;font-size:10px}.report-value{gap:8px;margin-block-start:55px;display:grid}.report-value span{color:#79858e;font-size:13px}.report-value strong{letter-spacing:-.05em;font-variant-numeric:tabular-nums;font-size:clamp(2rem,4vw,3.4rem)}.report-value em{color:#008f53;font-size:12px;font-style:normal;font-weight:800}.report-chart{background:repeating-linear-gradient(#0000 0 43px,#e4ebe8 44px);border-bottom:1px solid #dfe7e4;align-items:end;gap:11px;height:180px;margin-block-start:36px;display:flex}.report-chart span{background:linear-gradient(180deg, var(--green), #00a5bd 68%, var(--blue));border-radius:7px 7px 2px 2px;flex:1}.report-bottom{color:#77838d;grid-template-columns:repeat(3,1fr);gap:10px;margin-block-start:24px;font-size:11px;display:grid}.report-bottom span{background:#edf3f1;border-radius:12px;padding:13px}.report-bottom strong{color:var(--ink);font-variant-numeric:tabular-nums;margin-block-start:5px;font-size:15px;display:block}.workflow{background:var(--white)}.compact-head{align-items:end}.steps-grid{grid-template-columns:repeat(3,1fr);gap:48px;display:grid}.step{padding-block-start:90px;position:relative}.step:before{content:"";background:#dce4e1;height:1px;position:absolute;inset-block-start:31px;inset-inline:0}.step>span{z-index:1;background:var(--ink);width:62px;height:62px;color:var(--green);font-variant-numeric:tabular-nums;border-radius:50%;place-items:center;font-size:13px;font-weight:900;display:grid;position:absolute;inset-block-start:0;inset-inline-start:0}.step h3{font-size:24px}.step p{max-width:340px;color:var(--muted);margin:14px 0 0;font-size:15px;line-height:1.6}.core-section{background:#e8f7f2;padding-block:86px}.core-grid{grid-template-columns:150px 1.15fr .85fr;align-items:center;gap:54px;display:grid}.core-mark{background:linear-gradient(145deg, var(--blue), var(--cyan) 50%, var(--green));border-radius:34px;place-items:center;width:136px;height:136px;display:grid;transform:rotate(-5deg);box-shadow:0 24px 55px #14668238}.core-mark span{width:66px;height:66px;color:var(--ink);background:#fffffff0;border-radius:22px;place-items:center;font-size:34px;font-weight:900;display:grid}.core-copy h2{font-size:clamp(2.3rem,3.8vw,4rem)}.core-copy p{color:#405d5a;max-width:680px;margin:22px 0 0;font-size:17px;line-height:1.55}.core-points{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.core-points span{color:#25423f;background:#ffffffa3;border-radius:18px;align-items:flex-end;min-height:80px;padding:16px;font-size:13px;font-weight:800;display:flex;box-shadow:inset 0 0 0 1px #0a131e0d}.pricing{background:#f3f7f5}.pricing-grid{grid-template-columns:1fr 520px;align-items:center;gap:100px;display:grid}.pricing-copy p{max-width:600px;color:var(--muted);margin:26px 0 0;font-size:18px;line-height:1.6}.price-card{background:var(--white);border-radius:30px;padding:38px;box-shadow:0 25px 70px #19353c1a,inset 0 0 0 1px #0a131e0d}.price-top{justify-content:space-between;align-items:baseline;gap:20px;display:flex}.price-top span{color:#217168;font-size:14px;font-weight:800}.price-top strong{letter-spacing:-.05em;font-variant-numeric:tabular-nums;font-size:44px}.price-card>p{margin:30px 0 14px;font-size:14px;font-weight:800}.price-card ul{color:#52606a;gap:12px;margin:0;padding:0;font-size:14px;list-style:none;display:grid}.price-card li{padding-inline-start:26px;position:relative}.price-card li:before{content:"✓";color:#008e52;font-weight:900;position:absolute;inset-inline-start:0}.price-button{background:linear-gradient(135deg,#2149f0,#00a8d2 58%,#00b96a);width:100%;margin-block-start:30px}.price-button:hover{background:linear-gradient(135deg,#193bce,#008eae 58%,#009f5b)}.price-card small{color:#7a8790;margin-block-start:15px;font-size:11px;line-height:1.45;display:block}.faq{background:var(--white)}.faq-grid{grid-template-columns:.75fr 1.25fr;align-items:start;gap:100px;display:grid}.faq-list{border-block-start:1px solid #dfe6e3}.faq-list details{border-block-end:1px solid #dfe6e3}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:24px;min-height:78px;font-size:18px;font-weight:750;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{background:#edf3f1;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:19px;transition:transform .14s;display:grid}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{max-width:680px;color:var(--muted);text-wrap:pretty;margin:-2px 50px 24px 0;font-size:15px;line-height:1.6}.faq-list summary:focus-visible{outline:3px solid var(--blue);outline-offset:4px;border-radius:8px}.contact{background:var(--white);padding-block:0 118px}.contact-card{background:var(--ink);color:var(--white);border-radius:36px;grid-template-columns:1fr 1fr;align-items:end;gap:90px;padding:66px;display:grid;position:relative;overflow:hidden}.contact-card:after{content:"";background:linear-gradient(140deg, var(--blue), var(--green));filter:blur(25px);opacity:.34;border-radius:50%;width:330px;height:330px;position:absolute;inset-block-start:-170px;inset-inline-end:-130px}.contact-card h2{font-size:clamp(2.5rem,4vw,4.2rem)}.contact-card>div>p{color:#aeb9c1;max-width:580px;margin:24px 0 0;font-size:17px;line-height:1.55}.lead-form{z-index:1;position:relative}.lead-form label{color:#d8e0e5;margin-block-end:10px;font-size:13px;font-weight:700;display:block}.form-row{grid-template-columns:1fr auto;gap:10px;display:grid}.form-row input{color:#fff;min-width:0;min-height:56px;font:inherit;background:#ffffff17;border:1px solid #ffffff29;border-radius:14px;outline:0;padding-inline:18px;font-size:16px}.form-row input::placeholder{color:#8f9ba4}.form-row input:focus-visible{border-color:var(--green);box-shadow:0 0 0 3px #00ed7233}.button-accent{background:var(--green);color:var(--ink);cursor:pointer;border:0;box-shadow:0 12px 28px #00ed7229}.button-accent:hover{color:var(--ink);background:#19dc78}.lead-form>p{color:#7f8c95;margin:11px 0 0;font-size:10px;line-height:1.4}footer{background:var(--white);border-block-start:1px solid #e3e9e7}.footer-row{color:#68757e;grid-template-columns:180px 1fr auto;align-items:center;gap:40px;min-height:122px;font-size:13px;display:grid}.footer-row p{margin:0}.footer-row>a:last-child{color:var(--ink);font-weight:800}.footer-brand{width:140px}@media (max-width:1050px){.section-pad{padding-block:96px}.section-head,.problem-grid,.focus-grid,.faq-grid,.contact-card{grid-template-columns:1fr;gap:44px}.problem-copy{padding-block-start:0}.feature-grid{grid-template-columns:repeat(2,1fr)}.focus-copy{max-width:720px}.report-card{max-width:760px}.core-grid{grid-template-columns:130px 1fr}.core-points{grid-column:2}.pricing-grid{grid-template-columns:1fr;gap:48px}.price-card{max-width:620px}.contact{padding-block:0 96px}}@media (max-width:760px){.section-pad{padding-block:76px}.market-row{flex-direction:column;justify-content:center;align-items:flex-start;gap:18px;min-height:138px}.market-list{flex-wrap:wrap;justify-content:flex-start;gap:18px 28px;width:100%;font-size:13px}.section-head{gap:26px;margin-block-end:38px}.problem-copy p{font-size:18px}.feature-grid,.steps-grid{grid-template-columns:1fr}.feature-card{min-height:280px}.feature-card h3{margin-block-start:46px}.focus-grid{gap:56px}.report-card{border-radius:24px;min-height:430px;padding:22px;transform:none}.report-value{margin-block-start:38px}.report-chart{gap:6px;height:145px}.report-bottom{grid-template-columns:1fr}.steps-grid{gap:42px}.step{padding-block-start:78px}.core-grid{grid-template-columns:1fr;gap:34px}.core-mark{border-radius:28px;width:104px;height:104px}.core-mark span{width:54px;height:54px}.core-points{grid-column:auto}.price-card{padding:26px}.price-top strong{font-size:36px}.faq-grid{gap:32px}.faq-list summary{min-height:72px;font-size:16px}.contact{padding-block:0 76px}.contact-card{border-radius:28px;gap:40px;width:calc(100% - 32px);padding:36px 24px}.form-row{grid-template-columns:1fr}.form-row .button{width:100%}.footer-row{grid-template-columns:1fr;align-content:center;gap:14px;min-height:170px}}
