/*
Theme Name: AutoFlow Unified V2
Theme URI: https://example.com/autoflow-unified-v2
Author: AutoFlow
Description: AutoFlow automation homepage, adapted from the approved unified v2 preview.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: autoflow-unified-v2
*/

    :root{
      --ink:#151918;
      --muted:#6f7773;
      --paper:#fafaf7;
      --white:#fff;
      --soft:#f0f2ed;
      --line:#dfe3dd;
      --lime:#b8ff52;
      --green:#26a96c;
      --mint:#aaf1da;
      --blue:#cddcff;
      --peach:#ffd8c3;
      --orange:#ff7548;
      --max:1420px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,"PingFang SC","Microsoft YaHei",Arial,sans-serif;-webkit-font-smoothing:antialiased}
    a{color:inherit;text-decoration:none}
    button,input,textarea{font:inherit}
    .shell{overflow-x:clip}
    .wrap{width:min(var(--max),calc(100% - 64px));margin:0 auto}
    .section-kicker{margin:0 0 14px;color:#15965a;font-size:12px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
    .section-title{margin:0;font-size:clamp(34px,3.2vw,52px);line-height:1.12;letter-spacing:-.055em}
    .section-copy{margin:16px 0 0;color:var(--muted);font-size:16px;line-height:1.8}

    /* Header */
    .site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(29,35,32,.08);background:rgba(255,255,255,.89);backdrop-filter:blur(18px)}
    .nav-wrap{min-height:80px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:36px}
    .brand{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:900;letter-spacing:-.045em}
    .brand-mark{position:relative;width:37px;height:37px;display:grid;place-items:center;border-radius:50%;background:var(--lime);color:#111;font-size:13px;font-weight:950}
    .brand-mark:before,.brand-mark:after{content:"";position:absolute;width:7px;height:7px;border:2px solid #111;border-radius:50%;background:var(--lime)}
    .brand-mark:before{left:7px;top:8px}.brand-mark:after{right:7px;bottom:8px}
    .brand small{margin-left:2px;color:#66706b;font-size:10px;font-weight:650;letter-spacing:.02em}
    .main-nav{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700}.main-nav-list{display:flex;align-items:center;justify-content:center;gap:34px;margin:0;padding:0;list-style:none}.main-nav-list li{margin:0;padding:0}
    .main-nav a{position:relative;padding:29px 0 27px}
    .main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:21px;height:2px;background:#111;transition:right .2s ease}
    .main-nav a:hover:after{right:0}
    .nav-actions{display:flex;align-items:center;gap:10px}
    .nav-search{padding:10px 14px;border:1px solid #dfe2dc;border-radius:12px;color:#707873;background:#fafbf8;font-size:11px}
    .nav-cta{padding:11px 18px;border:1px solid #151918;border-radius:999px;background:#151918;color:#fff;font-size:12px;font-weight:800;transition:transform .2s ease}
    .nav-cta:hover{transform:translateY(-2px)}

    /* Hero — split editorial composition with a real workflow story, not a second dashboard block. */
    .hero{position:relative;padding:98px 0 112px;background:#fff;isolation:isolate}
    .hero:before,.hero:after{content:"";position:absolute;z-index:-2;border-radius:50%;filter:blur(84px);opacity:.5}
    .hero:before{width:410px;height:250px;left:-120px;bottom:40px;background:#caff81}
    .hero:after{width:390px;height:250px;right:-100px;top:110px;background:#b9f2eb}
    .hero-orb{position:absolute;z-index:-2;width:300px;height:210px;left:43%;top:50px;border-radius:50%;background:#ffe0cd;filter:blur(90px);opacity:.42}
    .hero-layout{display:grid;grid-template-columns:minmax(0,.94fr) minmax(520px,1.06fr);gap:76px;align-items:center}
    .hero-copy{position:relative;z-index:2;max-width:710px;text-align:left}
    .hero-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:23px;padding:7px 12px;border:1px solid #dce3d9;border-radius:999px;background:rgba(255,255,255,.76);color:#4c5751;font-size:11px;font-weight:800;letter-spacing:.07em}
    .hero-eyebrow i{width:7px;height:7px;border-radius:50%;background:#53d56d;box-shadow:0 0 0 4px rgba(83,213,109,.14)}
    .hero h1{margin:0;color:#0f1312;font-size:clamp(58px,5.3vw,84px);font-weight:900;line-height:.99;letter-spacing:-.074em}
    .hero h1 span{display:block;margin-top:9px;background:linear-gradient(90deg,#173226 0%,#2dac63 56%,#18221d 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
    .hero-lead{max-width:620px;margin:25px 0 0;color:#5e6863;font-size:16px;line-height:1.78}
    .hero-actions{display:flex;justify-content:flex-start;gap:12px;margin-top:29px}
    .primary-button,.secondary-button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 24px;border-radius:999px;font-size:13px;font-weight:850}
    .primary-button{background:#161a19;color:#fff;box-shadow:0 12px 28px rgba(21,27,24,.16)}
    .primary-button b{width:21px;height:21px;display:grid;place-items:center;border-radius:50%;background:var(--lime);color:#101310}
    .secondary-button{border:1px solid #cad0ca;background:rgba(255,255,255,.78)}
    .hero-proof{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:12px 20px;margin-top:27px;color:#6d7671;font-size:10px}
    .hero-proof span{display:flex;align-items:center;gap:7px}.hero-proof i{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:#e7f7df;color:#2f8c4d;font-size:9px;font-style:normal}
    .hero-visual{position:relative;min-height:570px}
    .visual-board{position:absolute;inset:0;overflow:hidden;padding:25px;border:1px solid rgba(24,32,28,.16);border-radius:42px;background:radial-gradient(circle at 16% 12%,rgba(190,255,96,.75),transparent 34%),radial-gradient(circle at 87% 85%,rgba(169,239,226,.86),transparent 38%),#eef3ea;box-shadow:0 34px 70px rgba(46,66,55,.14)}
    .visual-head{display:flex;align-items:center;justify-content:space-between;color:#536059;font-size:9px;font-weight:800;letter-spacing:.06em}.visual-head span:last-child{padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.62);color:#278e51;font-size:7px}
    .visual-query{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:22px;padding:16px;border:1px solid rgba(26,37,31,.14);border-radius:15px;background:rgba(255,255,255,.9);box-shadow:0 12px 24px rgba(51,72,60,.08)}.visual-query small{color:#7d8781;font-size:7px}.visual-query strong{font-size:11px}.visual-query b{padding:7px 10px;border-radius:8px;background:#171c19;color:#fff;font-size:7px}
    .visual-route{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:26px}.visual-route:before{content:"";position:absolute;left:8%;right:8%;top:19px;height:2px;background:linear-gradient(90deg,#4bc572,#75d792,#c3d8cb)}
    .route-step{position:relative;padding-top:52px;text-align:center}.route-step i{position:absolute;z-index:1;left:50%;top:0;width:40px;height:40px;display:grid;place-items:center;border:1px solid #aad0b7;border-radius:50%;background:#fff;color:#298b51;font-size:9px;font-style:normal;transform:translateX(-50%)}.route-step.active i{border-color:#171c19;background:#171c19;color:var(--lime)}.route-step strong,.route-step small{display:block}.route-step strong{font-size:9px}.route-step small{margin-top:4px;color:#77847d;font-size:6.5px}
    .visual-output{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:27px}.output-card{padding:16px;border:1px solid rgba(28,39,33,.13);border-radius:15px;background:rgba(255,255,255,.9)}.output-card-label{display:flex;align-items:center;justify-content:space-between;color:#7b857f;font-size:7px}.output-card-label b{color:#2a9355}.output-card h3{margin:13px 0 5px;font-size:12px;letter-spacing:-.025em}.output-card p{margin:0;color:#6c7770;font-size:7.5px;line-height:1.55}.output-lines{margin-top:13px}.output-lines i{display:block;width:88%;height:5px;margin-top:6px;border-radius:99px;background:#e1e7e1}.output-lines i:nth-child(2){width:69%}.output-lines i:nth-child(3){width:78%}.client-row{display:flex;align-items:center;gap:8px;margin-top:9px;padding-top:9px;border-top:1px solid #e3e7e3}.client-row span{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;background:#def5dd;color:#308c50;font-size:7px;font-weight:900}.client-row b,.client-row small{display:block}.client-row b{font-size:8px}.client-row small{margin-top:2px;color:#85908a;font-size:6px}.client-row em{margin-left:auto;padding:3px 5px;border-radius:999px;background:#e6f8e9;color:#2a8e51;font-size:6px;font-style:normal}
    .visual-float{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;padding:13px 15px;border:1px solid rgba(27,36,31,.13);border-radius:15px;background:rgba(255,255,255,.92);box-shadow:0 18px 36px rgba(38,56,46,.14);backdrop-filter:blur(12px)}.visual-float i{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:#e0f8d4;color:#269053;font-size:13px;font-style:normal}.visual-float strong,.visual-float small{display:block}.visual-float strong{font-size:12px}.visual-float small{margin-top:2px;color:#808985;font-size:7px}.visual-float.one{right:-28px;top:78px}.visual-float.two{left:-30px;bottom:46px}

    /* Market, directly inspired by the selected Super-i course shelf */
    .market-section{position:relative;padding:116px 0 128px;background:#fff}
    .market-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:42px}
    .market-title{display:flex;align-items:center;gap:15px}.market-title:before{content:"";width:5px;height:32px;border-radius:999px;background:var(--lime)}
    .market-title h2{margin:0;font-size:34px;letter-spacing:-.045em}.market-title p{margin:7px 0 0;color:#7b837f;font-size:11px}
    .market-more{color:#606964;font-size:12px}.market-more:hover{color:#111}
    .script-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}
    .script-card{min-width:0;min-height:448px;display:flex;flex-direction:column;padding:14px;border:1px solid #171b19;border-radius:23px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.script-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(25,32,29,.09)}
    .script-cover{position:relative;aspect-ratio:1.62/1;overflow:hidden;border-radius:16px;isolation:isolate}.script-cover:after{content:"";position:absolute;inset:0;z-index:-2;background-image:radial-gradient(rgba(30,42,35,.1) .6px,transparent .6px);background-size:7px 7px}
    .cover-a{background:linear-gradient(135deg,#dff6dc,#dcefe6 55%,#eff8d7)}.cover-b{background:linear-gradient(135deg,#fff0c8,#f2e4cc 56%,#e8f6dc)}.cover-c{background:linear-gradient(135deg,#e8eaff,#ece6ff 50%,#dcecf9)}.cover-d{background:linear-gradient(135deg,#f7e5da,#ebeee5 48%,#dff3ed)}
    .hot-badge{display:none}
    .cover-window{position:absolute;left:13px;right:13px;top:13px;bottom:12px;overflow:hidden;border:1px solid rgba(24,32,29,.2);border-radius:11px;background:#fff;box-shadow:0 12px 22px rgba(48,65,55,.14)}
    .cover-bar{height:22px;display:flex;align-items:center;gap:4px;padding:0 7px;border-bottom:1px solid #e8ebe7;background:#f8f9f7;color:#565f5a;font-size:6.5px}.cover-bar i{width:5px;height:5px;border-radius:50%;background:#ff806c}.cover-bar i:nth-child(2){background:#f1c75c}.cover-bar i:nth-child(3){background:#55c881}.cover-bar b{margin-left:4px}
    .lead-cover-body{display:grid;grid-template-columns:52px 1fr;height:calc(100% - 22px)}.cover-side{padding:9px 6px;background:#17211d;color:#9fb0a6;font-size:5px}.cover-side strong{display:block;margin-bottom:8px;color:var(--lime);font-size:7px}.cover-side span{display:block;margin:7px 0}.cover-side span.active{color:#fff}.cover-main{padding:8px}.cover-search{display:flex;align-items:center;padding:6px;border:1px solid #dde2de;border-radius:5px;color:#6e7772;font-size:5px}.cover-search b{margin-left:auto;padding:3px 5px;border-radius:4px;background:#228f57;color:#fff}.cover-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-top:6px}.cover-cards span{padding:5px 3px;border-radius:4px;background:#f1f5f1;color:#7b847f;font-size:4px}.cover-cards strong{display:block;color:#212925;font-size:7px}.cover-row{position:relative;margin-top:4px;padding:5px 30px 5px 5px;border:1px solid #ecefec;border-radius:4px;font-size:4.5px}.cover-row b,.cover-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cover-row small{margin-top:2px;color:#89918d}.cover-row em{position:absolute;right:4px;top:7px;padding:2px 3px;border-radius:999px;background:#e3f7e8;color:#22894c;font-size:4px;font-style:normal}
    .mail-cover-body{display:grid;grid-template-columns:42px 1fr;height:calc(100% - 22px)}.mail-folders{padding:9px 5px;background:#f2efe7;font-size:5px}.mail-folders b{display:block;margin-bottom:8px;font-size:6px}.mail-folders i{display:block;width:88%;height:4px;margin:7px 0;border-radius:99px;background:#d9d5ca}.mail-compose{position:relative;padding:7px}.mail-line{height:17px;display:flex;align-items:center;gap:4px;border-bottom:1px solid #ecece8;color:#8a918d;font-size:4.5px}.mail-line b{color:#333a36;font-size:5px}.mail-copy{margin-top:7px;color:#646c68;font-size:4.5px;line-height:1.45}.mail-copy strong{display:block;margin-bottom:3px;color:#2e3532;font-size:5px}.mail-copy i{display:block;width:91%;height:3px;margin:4px 0;border-radius:99px;background:#e6e7e3}.mail-copy i:nth-child(4){width:67%}.ai-pill{position:absolute;right:7px;bottom:6px;padding:4px 5px;border-radius:4px;background:#171b19;color:var(--lime);font-size:4.5px;font-weight:800}
    .sequence-body{height:calc(100% - 22px);padding:8px;background:#fbfbff}.sequence-head{display:flex;color:#737785;font-size:5px}.sequence-head b{color:#2d303a;font-size:6px}.sequence-head span{margin-left:auto;padding:2px 4px;border-radius:4px;background:#ece8fb;color:#6d5bb5}.sequence-track{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:14px}.sequence-track:before{content:"";position:absolute;left:12%;right:12%;top:9px;height:1px;background:#b6aed8}.sequence-step{text-align:center}.sequence-step b{position:relative;z-index:1;width:19px;height:19px;display:grid;place-items:center;margin:auto;border:1px solid #9589cb;border-radius:50%;background:#fff;color:#6557aa;font-size:5px}.sequence-step strong,.sequence-step small{display:block}.sequence-step strong{margin-top:4px;font-size:4.5px}.sequence-step small{margin-top:2px;color:#9295a1;font-size:4px}.sequence-rules{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-top:11px}.sequence-rules span{padding:6px;border:1px solid #ecebf3;border-radius:5px;background:#fff;color:#686c78;font-size:4.5px}.sequence-rules b{display:block;margin-bottom:2px;color:#343741;font-size:5px}
    .report-cover-body{display:grid;grid-template-columns:57px 1fr;height:calc(100% - 22px)}.report-nav{padding:9px 6px;background:#17211d;color:#91a298;font-size:4.5px}.report-nav b{display:block;margin-bottom:8px;color:#fff;font-size:6px}.report-nav span{display:block;margin-top:7px}.report-nav span.active{color:var(--lime)}.report-cover-main{padding:7px;background:#f9faf8}.report-title{display:flex;font-size:6px;font-weight:800}.report-title span{margin-left:auto;color:#8b938f;font-size:4px;font-weight:500}.report-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;margin-top:6px}.report-kpis div{padding:4px;border:1px solid #e6e9e5;border-radius:4px;background:#fff;color:#8a928e;font-size:3.8px}.report-kpis b{display:block;margin-top:2px;color:#27302c;font-size:6px}.cover-chart{position:relative;height:48px;margin-top:5px;padding:4px;border:1px solid #e6e9e5;border-radius:5px;background:#fff}.cover-chart small{font-size:4px;color:#7b847f}.cover-chart svg{position:absolute;left:4px;right:4px;bottom:3px;width:calc(100% - 8px);height:32px}.chart-area{fill:rgba(44,169,108,.18)}.chart-line{fill:none;stroke:#2da66b;stroke-width:2}
    .script-name{min-height:61px;margin:14px 3px 8px;font-size:17px;line-height:1.45;letter-spacing:-.025em}
    .script-meta{display:grid;grid-template-columns:38px 1fr 18px;align-items:center;gap:9px;padding:9px 10px;border-radius:11px;background:#f5f5f4}.script-logo{width:35px;height:35px;display:grid;place-items:center;border-radius:9px;background:#131715;color:var(--lime);font-size:9px;font-weight:900}.script-meta strong,.script-meta small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.script-meta strong{font-size:11px}.script-meta small{margin-top:2px;color:#818783;font-size:8px}.script-arrow{font-size:18px}
    .script-tools{min-height:58px;display:flex;align-items:flex-end;gap:11px;padding:14px 2px 0}.tool-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#edf0ed;color:#223029;font-size:10px;font-weight:900;box-shadow:inset 0 0 0 1px rgba(22,31,26,.05)}.tool-icon.round{border-radius:50%}.tool-icon.green{background:#19784a;color:#fff}.tool-icon.blue{background:#1977d2;color:#fff}.tool-icon.black{background:#141817;color:#fff}.tool-icon.orange{background:#ffeadc;color:#b84d28}

    /* Three team stages share a rhythm but deliberately use different visual treatments. */
    .audience-section{padding:66px 0 116px;background:#fff}
    .audience-head{display:grid;grid-template-columns:1fr minmax(320px,.55fr);gap:50px;align-items:end;margin-bottom:42px}.audience-head h2{margin:0;font-size:38px;letter-spacing:-.05em}.audience-head p{margin:0;color:#6f7773;font-size:13px;line-height:1.75}
    .audience-grid{display:grid;grid-template-columns:1fr 1.05fr 1fr;gap:24px;align-items:start}
    .audience-card{position:relative;min-height:338px;overflow:hidden;padding:30px;border-radius:26px}.audience-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:34px}.audience-index{font-family:Georgia,serif;font-size:36px;line-height:1}.audience-caption{font-size:8px;font-weight:850;letter-spacing:.13em}.audience-title{display:flex;align-items:center;gap:13px}.audience-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:15px;font-size:18px;font-weight:900}.audience-title h3{margin:0;font-size:22px;letter-spacing:-.04em}.audience-copy{margin:17px 0 0;font-size:11px;line-height:1.65}.audience-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.audience-tags span{padding:7px 10px;border-radius:999px;font-size:9px}.audience-visual{display:flex;align-items:center;gap:8px;margin-top:27px}.audience-visual span{padding:8px 10px;border-radius:9px;font-size:9px;font-weight:750}.audience-visual i{font-style:normal}
    .audience-card.starter{border:1px solid #1b211e;background:#fff}.starter .audience-index{color:#c3c8c4}.starter .audience-caption{color:#79827d}.starter .audience-icon{background:#ecf8e7;color:#27904e}.starter .audience-copy{color:#68716c}.starter .audience-tags span{border:1px solid #d4dad5;color:#4c5651}.starter .audience-visual{padding-top:18px;border-top:1px solid #e6e9e5}.starter .audience-visual span{background:#f3f5f1}.starter .audience-visual i{color:#63bf43}
    .audience-card.growth{min-height:376px;margin-top:30px;background:linear-gradient(145deg,#c9ff78 0%,#e2ffb6 70%,#f5ffe7 100%);box-shadow:0 22px 46px rgba(93,137,55,.13)}.growth:after{content:"02";position:absolute;right:-4px;top:-27px;color:rgba(16,25,19,.07);font-family:Georgia,serif;font-size:170px;line-height:1}.growth .audience-card-top,.growth .audience-title,.growth .audience-copy,.growth .audience-tags,.growth .audience-visual{position:relative;z-index:1}.growth .audience-caption{color:#47712b}.growth .audience-icon{background:#182019;color:var(--lime)}.growth .audience-copy{color:#405238}.growth .audience-tags span{border:1px solid rgba(29,45,24,.24);background:rgba(255,255,255,.32)}.growth .audience-visual{display:grid;grid-template-columns:auto 1fr auto}.growth .audience-visual span{padding:0;background:transparent}.growth .audience-visual i{height:6px;border-radius:999px;background:rgba(24,33,26,.15)}.growth .audience-visual i:before{content:"";display:block;width:72%;height:100%;border-radius:inherit;background:#182019}
    .audience-card.enterprise{border:1px solid #1b211e;background:#18201d;color:#fff}.enterprise .audience-index{color:#809087}.enterprise .audience-caption{color:#9cad9f}.enterprise .audience-icon{background:#b8ff52;color:#18201d}.enterprise .audience-copy{color:#b2beb7}.enterprise .audience-tags span{border:1px solid #49534d;color:#d8e0db}.enterprise .audience-visual{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.enterprise .audience-visual span{display:grid;place-items:center;min-height:47px;border:1px solid #39443e;background:#202925;color:#c4cec8;text-align:center}.enterprise .audience-visual span:last-child{border-color:#84c84e;color:var(--lime)}.enterprise .audience-visual i{display:none}

    /* “成为谁” follows the reference site's identity-led story, without adding another feature list. */
    .identity-section{padding:0 0 122px;background:#fff}
    .identity-head{display:grid;grid-template-columns:1fr minmax(360px,.72fr);gap:54px;align-items:end;margin-bottom:38px}.identity-head h2{margin:0;font-size:38px;letter-spacing:-.05em}.identity-head p{margin:0;color:#6f7773;font-size:13px;line-height:1.75}
    .identity-panel{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);gap:58px;min-height:590px;padding:52px;border:1px solid #b9d9a3;border-radius:32px 32px 108px 32px;background:linear-gradient(135deg,#eff8e8 0%,#dfffad 56%,#bdf2df 100%);isolation:isolate}.identity-panel:after{content:"";position:absolute;z-index:-1;right:-120px;bottom:-190px;width:500px;height:430px;border-radius:50%;background:#71dac1;filter:blur(105px);opacity:.5}
    .identity-copy{display:flex;flex-direction:column}.identity-label{color:#2c7550;font-size:9px;font-weight:850;letter-spacing:.12em}.identity-copy h3{max-width:590px;margin:26px 0 0;font-size:clamp(40px,4.1vw,61px);line-height:1.04;letter-spacing:-.065em}.identity-copy>p{max-width:520px;margin:22px 0 0;color:#53645a;font-size:13px;line-height:1.8}.identity-answer{margin-top:auto;padding-top:30px;border-top:1px solid rgba(34,57,43,.2)}.identity-answer span,.identity-answer strong{display:block}.identity-answer span{color:#66756c;font-size:9px}.identity-answer strong{max-width:520px;margin-top:8px;font-size:20px;line-height:1.45}
    .identity-shifts{align-self:stretch;padding:30px;border:1px solid rgba(27,41,33,.2);border-radius:26px;background:rgba(255,255,255,.55);backdrop-filter:blur(10px)}.shift-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:10px;font-weight:850}.shift-head span{color:#5d6e64;font-size:8px;letter-spacing:.1em}.shift-row{display:grid;grid-template-columns:34px minmax(0,.85fr) 28px minmax(0,1fr);gap:11px;align-items:center;padding:20px 0;border-top:1px solid rgba(36,55,44,.15)}.shift-row small{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#fff;color:#4d6255;font-family:Georgia,serif;font-size:10px}.shift-row span{color:#748078;font-size:10px;line-height:1.5}.shift-row i{color:#44965a;font-size:16px;font-style:normal}.shift-row strong{font-size:12px;line-height:1.5}.identity-result{margin-top:22px;padding:22px;border-radius:18px;background:#17201c;color:#fff}.identity-result span,.identity-result strong,.identity-result small{display:block}.identity-result span{color:var(--lime);font-size:8px;font-weight:850;letter-spacing:.1em}.identity-result strong{margin-top:9px;font-size:22px;line-height:1.35}.identity-result small{margin-top:8px;color:#9eaba4;font-size:9px;line-height:1.6}

    /* Custom service: clients describe the need; AutoFlow turns it into their own runnable program. */
    .requirements-section{padding:112px 0 94px;background:#f0f2ed}
    .requirements-head{display:grid;grid-template-columns:1fr minmax(340px,.6fr);gap:64px;align-items:end;margin-bottom:42px}.requirements-head h2{max-width:850px;margin:0;font-size:clamp(42px,4.6vw,68px);line-height:1.01;letter-spacing:-.07em}.requirements-head>p{margin:0;color:#68716c;font-size:13px;line-height:1.8}
    .custom-service-panel{display:grid;grid-template-columns:minmax(0,.84fr) 76px minmax(500px,1.16fr);gap:18px;align-items:stretch;padding:18px;border:1px solid #d4d9d3;border-radius:38px;background:#fff;box-shadow:0 24px 60px rgba(44,58,49,.09)}
    .request-card{min-height:600px;display:flex;flex-direction:column;padding:38px;border-radius:28px;background:#f5f7f2}.request-top{display:flex;align-items:center;justify-content:space-between;color:#64716a;font-size:9px;font-weight:850;letter-spacing:.09em}.request-top span:last-child{padding:7px 10px;border-radius:999px;background:#e5ecdf;color:#35704c;letter-spacing:0}.request-person{display:flex;align-items:center;gap:11px;margin-top:34px}.request-avatar{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;background:#17201c;color:var(--lime);font-size:12px;font-weight:900}.request-person strong,.request-person small{display:block}.request-person strong{font-size:12px}.request-person small{margin-top:3px;color:#879089;font-size:8px}
    .request-bubble{position:relative;margin-top:17px;padding:25px 27px;border:1px solid #d8ded7;border-radius:5px 24px 24px 24px;background:#fff;box-shadow:0 15px 34px rgba(42,57,48,.07)}.request-bubble:before{content:"";position:absolute;left:0;top:-10px;border-right:12px solid transparent;border-bottom:12px solid #fff}.request-bubble p{margin:0;color:#2a332e;font-size:18px;line-height:1.7;letter-spacing:-.02em}.request-bubble small{display:block;margin-top:14px;color:#77827b;font-size:9px;line-height:1.6}
    .need-box{margin-top:auto;padding-top:28px}.need-box label{display:block;margin-bottom:10px;color:#4e5b54;font-size:10px;font-weight:800}.need-textarea{width:100%;min-height:106px;resize:vertical;padding:15px;border:1px solid #ccd3cc;border-radius:14px;outline:0;background:#fff;color:#222a26;font-size:12px;line-height:1.65}.need-textarea::placeholder{color:#9aa29d}.need-textarea:focus{border-color:#4c9c63;box-shadow:0 0 0 3px rgba(76,156,99,.09)}.need-actions{display:flex;align-items:center;gap:13px;margin-top:12px}.send-need{height:45px;padding:0 19px;border:0;border-radius:999px;background:#17201c;color:#fff;font-size:10px;font-weight:900;cursor:pointer}.need-actions small{color:#849089;font-size:8px;line-height:1.5}
    .custom-bridge{align-self:center;width:64px;height:64px;display:grid;place-items:center;border:1px solid #d5dcd4;border-radius:50%;background:#fff;color:#2b7c4d;font-size:22px;box-shadow:0 13px 28px rgba(43,68,53,.1)}
    .delivery-card{position:relative;overflow:hidden;min-height:600px;display:flex;flex-direction:column;padding:38px;border-radius:28px 28px 70px 28px;background:#17201c;color:#fff;isolation:isolate}.delivery-card:before{content:"";position:absolute;z-index:-1;right:-150px;top:-100px;width:430px;height:370px;border-radius:50%;background:#54cda7;filter:blur(110px);opacity:.2}.delivery-card:after{content:"";position:absolute;z-index:-1;left:-150px;bottom:-180px;width:400px;height:320px;border-radius:50%;background:#b8ff52;filter:blur(115px);opacity:.1}.delivery-status{display:flex;align-items:center;justify-content:space-between;color:#9eaaa3;font-size:9px;font-weight:850;letter-spacing:.09em}.delivery-status span:last-child{display:flex;align-items:center;gap:7px;color:#83e39d}.delivery-status i{width:7px;height:7px;border-radius:50%;background:#55d977}.delivery-status b{font:inherit}.delivery-card h3{max-width:650px;margin:38px 0 0;font-size:clamp(28px,2.65vw,42px);line-height:1.28;letter-spacing:-.045em}.delivery-card>p{max-width:620px;margin:15px 0 0;color:#a9b5ae;font-size:11px;line-height:1.75}
    .program-window{margin-top:30px;padding:17px;border:1px solid #46534c;border-radius:18px;background:#f8faf6;color:#18201c}.program-window-top{display:flex;align-items:center;gap:5px;color:#68746d;font-size:8px}.program-window-top i{width:6px;height:6px;border-radius:50%;background:#ff826b}.program-window-top i:nth-child(2){background:#f0c95b}.program-window-top i:nth-child(3){background:#55c77c}.program-window-top b{margin-left:6px}.program-keyword{display:flex;align-items:center;gap:12px;margin-top:15px;padding:12px;border:1px solid #dce2dc;border-radius:11px;background:#fff}.program-keyword span{color:#828c86;font-size:8px}.program-keyword strong{font-size:10px}.program-keyword b{margin-left:auto;padding:7px 9px;border-radius:8px;background:#18201c;color:var(--lime);font-size:8px}.program-stages{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.program-stage{padding:12px 9px;border-radius:11px;background:#edf2ea}.program-stage small,.program-stage strong{display:block}.program-stage small{color:#7a867e;font-size:7px}.program-stage strong{margin-top:5px;font-size:9px;line-height:1.45}.program-stage.done{background:#dcffc0}.program-stage.done small{color:#438252}
    .delivery-assets{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:auto;padding-top:25px;border-top:1px solid #3d4942}.delivery-assets span{color:#9eaba3;font-size:8px}.delivery-assets b{display:block;margin-top:5px;color:#fff;font-size:11px}
    .service-process{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:24px;overflow:hidden;border:1px solid #d5dbd4;border-radius:24px;background:#d5dbd4}.service-process div{padding:25px 28px;background:#fff}.service-process b{display:block;color:#32925a;font-size:9px}.service-process strong{display:block;margin-top:9px;font-size:14px}.service-process p{margin:7px 0 0;color:#768079;font-size:9px;line-height:1.6}

    /* Footer */
    .site-footer{padding:42px 0 32px;background:#f0f2ed}
    .footer-main{display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;padding-top:30px;border-top:1px solid #cdd3cd}.footer-brand p{margin:10px 0 0;color:#78817c;font-size:10px}.footer-links{display:flex;gap:28px;color:#515a55;font-size:10px;font-weight:700}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:32px;color:#929994;font-size:8px}

    /* Motion system — clear, purposeful activity; it never changes the page layout. */
    .site-header{transition:background .28s ease,box-shadow .28s ease,border-color .28s ease}.site-header.scrolled{border-color:rgba(29,35,32,.12);background:rgba(255,255,255,.95);box-shadow:0 12px 34px rgba(27,38,32,.07)}
    .main-nav a.active:after{right:0}.scroll-progress{position:absolute;left:0;right:0;bottom:-1px;height:3px;overflow:hidden;pointer-events:none}.scroll-progress i{display:block;width:100%;height:100%;background:linear-gradient(90deg,#63cf67,var(--lime),#4ec9ad);transform:scaleX(var(--page-progress,0));transform-origin:left center;will-change:transform}
    .hero:before{animation:orbWanderA 11s ease-in-out infinite alternate}.hero:after{animation:orbWanderB 13s ease-in-out infinite alternate}.hero-orb{animation:orbWanderC 15s ease-in-out infinite alternate}
    .hero-visual .visual-board{transform:perspective(1200px) rotateX(var(--tilt-y,0deg)) rotateY(var(--tilt-x,0deg));transform-style:preserve-3d;transition:transform .42s cubic-bezier(.2,.75,.25,1);will-change:transform}.hero-visual .visual-float{transition:transform .4s cubic-bezier(.2,.75,.25,1),box-shadow .25s ease;will-change:transform}.hero-visual .visual-float.one{transform:translate3d(var(--float-x,0px),var(--float-y,0px),0)}.hero-visual .visual-float.two{transform:translate3d(var(--float-x-reverse,0px),var(--float-y-reverse,0px),0)}.visual-float i{animation:statusPulse 2.7s ease-in-out infinite}.visual-query b{animation:runButtonPulse 3.4s ease-in-out infinite}
    .visual-route:before{background:linear-gradient(90deg,#4dc474 0%,#7cda96 24%,#e9f3e8 49%,#71d89b 76%,#4dc474 100%);background-size:180% 100%;animation:routeLineFlow 3.4s linear infinite}.visual-route:after{content:"";position:absolute;z-index:3;top:14px;left:8%;width:12px;height:12px;border:3px solid rgba(255,255,255,.8);border-radius:50%;background:#b8ff52;box-shadow:0 0 0 5px rgba(112,216,126,.16),0 5px 12px rgba(33,111,58,.26);animation:routeSpark 5.8s cubic-bezier(.55,.05,.35,.95) infinite}.route-step i{transition:transform .42s cubic-bezier(.22,.74,.25,1),background .36s ease,border-color .36s ease,color .36s ease,box-shadow .36s ease}.route-step.is-running i{border-color:#171c19;background:#171c19;color:var(--lime);transform:translateX(-50%) scale(1.18);box-shadow:0 0 0 7px rgba(184,255,82,.22),0 12px 20px rgba(26,44,32,.19);animation:routeNodePulse 1.35s ease-in-out infinite}.route-step.is-complete i{border-color:#74c98b;background:#ddf9dd;color:#267a45;box-shadow:0 0 0 4px rgba(100,213,126,.13)}.route-step.is-running strong{color:#1e6f42}.route-step.is-running small{color:#348457;font-weight:800}.visual-output .output-card{position:relative;overflow:hidden;transition:transform .36s ease,box-shadow .36s ease,border-color .36s ease}.visual-output .output-card:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(105deg,transparent 36%,rgba(184,255,82,0) 45%,rgba(184,255,82,.4) 51%,rgba(184,255,82,0) 57%,transparent 66%);transform:translateX(-150%)}.visual-output .output-card.is-updated{border-color:#92d7a2;box-shadow:0 15px 30px rgba(53,113,73,.13);animation:outputCardLift .8s cubic-bezier(.2,.75,.25,1)}.visual-output .output-card.is-updated:after{animation:outputSweep .8s ease-out}
    .motion-ready .motion-item{opacity:0;filter:blur(8px);transform:translate3d(0,64px,0) scale(.975);transition:opacity .84s cubic-bezier(.16,.82,.25,1),transform .84s cubic-bezier(.16,.82,.25,1),filter .72s ease;transition-delay:var(--motion-delay,0ms);will-change:opacity,transform,filter}.motion-ready .motion-item.motion-left{transform:translate3d(-62px,0,0) scale(.975)}.motion-ready .motion-item.motion-right{transform:translate3d(62px,0,0) scale(.975)}.motion-ready .motion-item.is-visible{opacity:1;filter:blur(0);transform:translate3d(0,0,0) scale(1)}.motion-ready .motion-item.motion-done{transition-delay:0ms;will-change:auto}
    .motion-ready .identity-panel .shift-row,.motion-ready .identity-panel .identity-result{opacity:0;transform:translate3d(46px,0,0);transition:opacity .72s cubic-bezier(.16,.82,.25,1),transform .72s cubic-bezier(.16,.82,.25,1),background .32s ease}.motion-ready .identity-panel.is-visible .shift-row,.motion-ready .identity-panel.is-visible .identity-result{opacity:1;transform:none}.motion-ready .identity-panel.is-visible .shift-row:nth-child(2){transition-delay:.2s}.motion-ready .identity-panel.is-visible .shift-row:nth-child(3){transition-delay:.34s}.motion-ready .identity-panel.is-visible .shift-row:nth-child(4){transition-delay:.48s}.motion-ready .identity-panel.is-visible .identity-result{transition-delay:.66s}
    .motion-ready .custom-service-panel .program-stage{opacity:0;transform:translateY(34px) scale(.96);transition:opacity .58s cubic-bezier(.16,.82,.25,1),transform .58s cubic-bezier(.16,.82,.25,1),background .34s ease,box-shadow .34s ease}.motion-ready .custom-service-panel.is-visible .program-stage{opacity:1;transform:none}.motion-ready .custom-service-panel.is-visible .program-stage:nth-child(1){transition-delay:.2s}.motion-ready .custom-service-panel.is-visible .program-stage:nth-child(2){transition-delay:.34s}.motion-ready .custom-service-panel.is-visible .program-stage:nth-child(3){transition-delay:.48s}.motion-ready .custom-service-panel.is-visible .program-stage:nth-child(4){transition-delay:.62s}
    .script-cover,.script-arrow,.tool-icon,.audience-card,.audience-icon,.shift-row,.shift-row i,.program-stage,.primary-button,.secondary-button,.nav-cta,.send-need,.market-more{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease}.request-card{border:1px solid transparent;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.request-card:focus-within{border-color:#b8ceb9;box-shadow:0 20px 42px rgba(44,73,55,.1);transform:translateY(-3px)}.custom-bridge{position:relative;overflow:visible;transition:background .35s ease,border-color .35s ease,box-shadow .35s ease}.custom-bridge:before{content:"";position:absolute;inset:-8px;border:1px solid rgba(87,180,104,.26);border-radius:50%;opacity:.7;animation:bridgeHalo 2.6s ease-in-out infinite}.bridge-arrow{display:block;animation:bridgeArrowFlow 1.65s cubic-bezier(.55,.05,.35,.95) infinite}.custom-service-panel.has-input .custom-bridge{border-color:#88cf65;background:var(--lime);color:#162019;box-shadow:0 16px 34px rgba(94,171,70,.23)}.custom-service-panel.has-input .custom-bridge:before{border-color:rgba(117,211,83,.52);animation-duration:1.25s}.custom-service-panel.has-input .delivery-status span:last-child{color:var(--lime)}
    .program-stage{position:relative;overflow:hidden}.program-stage:after{content:"";position:absolute;right:9px;top:9px;width:6px;height:6px;border-radius:50%;background:#a6b2aa;transition:background .3s ease,box-shadow .3s ease}.program-stage.is-complete{background:#e1f5db}.program-stage.is-complete:after{background:#54b971}.program-stage.is-running{z-index:1;background:#cfff9d;box-shadow:0 12px 22px rgba(69,144,77,.2);transform:translateY(-5px)!important}.program-stage.is-running:after{background:#1d8d4a;box-shadow:0 0 0 4px rgba(77,203,104,.2);animation:stageDotPulse 1.2s ease-in-out infinite}.service-process div{transition:background .42s ease,transform .42s cubic-bezier(.22,.74,.25,1),box-shadow .42s ease}.service-process div.is-active{position:relative;z-index:1;background:#eff9e5;box-shadow:0 12px 28px rgba(44,92,55,.12);transform:translateY(-5px)}.service-process div.is-complete b{color:#398e56}
    .primary-button,.secondary-button,.nav-cta,.send-need{position:relative;overflow:hidden;isolation:isolate;transform-origin:center}.primary-button.is-pressed,.secondary-button.is-pressed,.nav-cta.is-pressed,.send-need.is-pressed{transform:translateY(1px) scale(.955)!important;box-shadow:inset 0 2px 8px rgba(7,20,12,.22)!important}.click-ripple{position:absolute;z-index:0;width:18px;height:18px;border-radius:50%;background:rgba(184,255,82,.54);mix-blend-mode:screen;pointer-events:none;transform:translate(-50%,-50%) scale(0);animation:buttonRipple .78s ease-out forwards}.secondary-button .click-ripple,.send-need .click-ripple{background:rgba(96,211,150,.35)}
    @media(hover:hover) and (pointer:fine){
      .motion-ready .script-card.motion-item.is-visible:hover,.script-card:hover{transform:translateY(-8px);box-shadow:0 24px 48px rgba(25,32,29,.11)}.script-card:hover .script-cover{transform:scale(1.018)}.script-card:hover .script-arrow{transform:translate(3px,-3px)}.script-card:hover .tool-icon:nth-child(1){transform:translateY(-3px) rotate(-3deg)}.script-card:hover .tool-icon:nth-child(2){transform:translateY(-5px)}.script-card:hover .tool-icon:nth-child(3){transform:translateY(-3px) rotate(3deg)}
      .motion-ready .audience-card.motion-item.is-visible:hover,.audience-card:hover{transform:translateY(-8px)}.audience-card:hover .audience-icon{transform:rotate(-6deg) scale(1.06)}.audience-card.growth:hover{box-shadow:0 30px 58px rgba(93,137,55,.19)}.audience-card.enterprise:hover{box-shadow:0 26px 52px rgba(18,29,24,.18)}
      .shift-row:hover{padding-left:8px;padding-right:8px;border-color:rgba(44,124,77,.35);background:rgba(255,255,255,.38)}.shift-row:hover i{transform:translateX(4px)}.program-stage:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(39,58,47,.09)}
      .primary-button:hover,.nav-cta:hover,.send-need:hover{transform:translateY(-2px);box-shadow:0 15px 30px rgba(21,27,24,.18)}.secondary-button:hover{transform:translateY(-2px);border-color:#8d9a91;background:#fff}.market-more:hover{transform:translateX(4px)}
    }
    @keyframes orbWanderA{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(34px,-18px,0) scale(1.08)}}
    @keyframes orbWanderB{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(-28px,24px,0) scale(1.06)}}
    @keyframes orbWanderC{from{transform:translate3d(0,0,0)}to{transform:translate3d(18px,22px,0)}}
    @keyframes statusPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.13)}}
    @keyframes runButtonPulse{0%,100%{box-shadow:0 0 0 0 rgba(184,255,82,0)}48%{box-shadow:0 0 0 8px rgba(184,255,82,.2)}65%{box-shadow:0 0 0 0 rgba(184,255,82,0)}}
    @keyframes routeLineFlow{to{background-position:180% 0}}
    @keyframes routeSpark{0%,8%{left:8%;opacity:0;transform:scale(.5)}14%{opacity:1;transform:scale(1)}77%{left:90%;opacity:1;transform:scale(1)}84%,100%{left:90%;opacity:0;transform:scale(.5)}}
    @keyframes routeNodePulse{0%,100%{box-shadow:0 0 0 7px rgba(184,255,82,.12),0 12px 20px rgba(26,44,32,.14)}50%{box-shadow:0 0 0 12px rgba(184,255,82,.32),0 14px 23px rgba(26,44,32,.18)}}
    @keyframes outputCardLift{0%,100%{transform:none}48%{transform:translateY(-4px)}}
    @keyframes outputSweep{from{transform:translateX(-150%)}to{transform:translateX(150%)}}
    @keyframes bridgeHalo{0%,100%{opacity:.13;transform:scale(.88)}50%{opacity:.72;transform:scale(1.15)}}
    @keyframes bridgeArrowFlow{0%,100%{transform:translateX(-4px)}50%{transform:translateX(6px)}}
    @keyframes stageDotPulse{0%,100%{box-shadow:0 0 0 3px rgba(77,203,104,.15)}50%{box-shadow:0 0 0 8px rgba(77,203,104,.32)}}
    @keyframes buttonRipple{to{opacity:0;transform:translate(-50%,-50%) scale(22)}}

    @media(max-width:1180px){
      .main-nav{gap:20px}.nav-search{display:none}
      .hero-layout{grid-template-columns:minmax(0,.86fr) minmax(470px,1.14fr);gap:34px}.hero-visual{min-height:520px}.visual-float.one{right:-8px}.visual-float.two{left:-8px}
    }
    @media(max-width:1120px){
      .requirements-head{grid-template-columns:1fr}.custom-service-panel{grid-template-columns:1fr}.custom-bridge{margin:-3px auto;transform:rotate(90deg)}.request-card{min-height:0}.delivery-card{min-height:560px}
    }
    @media(max-width:1040px){
      .script-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.script-card{min-height:450px}
      .audience-grid{grid-template-columns:1fr 1fr}.audience-card.growth{margin-top:0}.audience-card.enterprise{grid-column:1/-1;min-height:300px}.enterprise .audience-visual{max-width:520px}
    }
    @media(max-width:980px){
      .hero-layout{grid-template-columns:1fr;gap:54px}.hero-copy{max-width:780px}.hero-visual{width:100%;max-width:760px;margin:0 auto}
      .identity-panel{grid-template-columns:1fr;gap:34px}.identity-answer{margin-top:34px}
    }
    @media(max-width:820px){
      .wrap{width:calc(100% - 32px)}.site-header{position:relative}.nav-wrap{min-height:68px;grid-template-columns:1fr auto}.brand small,.main-nav{display:none}.nav-cta{padding:10px 14px}
      .hero{padding:72px 0 82px}.hero-copy{max-width:680px}.hero h1{font-size:clamp(45px,12vw,70px)}.hero-lead{font-size:14px}.hero-visual{min-height:555px;max-width:680px;margin:0 auto}.hero-proof{gap:10px 18px}
      .market-section,.audience-section,.identity-section,.requirements-section{padding:80px 0}.market-head{align-items:flex-start;flex-direction:column}.script-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.script-card{min-height:0}.script-name{min-height:auto}.market-title h2{font-size:29px}
      .audience-head,.identity-head,.requirements-head{grid-template-columns:1fr;gap:16px}.audience-grid{grid-template-columns:1fr}.audience-card.enterprise{grid-column:auto}.audience-card.growth{min-height:350px}
      .identity-panel{padding:34px 28px;border-radius:30px 30px 72px 30px}.identity-copy h3{font-size:44px}.identity-shifts{padding:24px}
      .custom-service-panel{padding:10px;border-radius:28px}.request-card,.delivery-card{padding:29px 24px}.delivery-card{border-radius:22px 22px 52px 22px}.service-process div{padding:22px 18px}.footer-main{grid-template-columns:1fr}.footer-links{flex-wrap:wrap;gap:16px}.footer-bottom{flex-direction:column}
    }
    @media(max-width:640px){
      .script-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto}.service-process{grid-template-columns:1fr}
    }
    @media(max-width:520px){
      .nav-actions .nav-search{display:none}.hero-actions{flex-direction:column}.primary-button,.secondary-button{width:100%}.hero-proof span:nth-child(3){display:none}
      .hero-visual{min-height:490px}.visual-board{padding:18px;border-radius:28px}.visual-query{grid-template-columns:1fr auto;gap:6px}.visual-query small{display:none}.visual-route{grid-template-columns:1fr 1fr;gap:16px 8px;margin-top:20px}.visual-route:before,.visual-route:after{display:none}.route-step{padding-top:47px}.route-step i{width:36px;height:36px}.visual-output{grid-template-columns:1fr;margin-top:20px}.output-card:nth-child(2){display:none}.visual-float.one{display:none}.visual-float.two{left:12px;bottom:-14px}.visual-float{padding:11px 12px}
      .market-title p{display:none}.market-more{display:none}.tool-icon{width:40px;height:40px}.audience-card{min-height:0;padding:25px 22px}.audience-card.growth{min-height:0}.audience-card-top{margin-bottom:25px}
      .cover-bar{height:25px;font-size:8px}.cover-side,.mail-folders,.report-nav{font-size:6px}.cover-side strong,.mail-folders b,.report-nav b{font-size:8px}.cover-search,.cover-row,.mail-line,.mail-copy,.sequence-head,.sequence-step strong,.sequence-step small,.sequence-rules span,.report-title{font-size:6px}.cover-cards span,.report-kpis div{font-size:5px}.cover-cards strong,.report-kpis b{font-size:8px}
      .identity-panel{padding:27px 20px}.identity-copy h3{font-size:36px}.identity-shifts{padding:20px 16px}.shift-row{grid-template-columns:30px 1fr;gap:8px}.shift-row i{display:none}.shift-row strong{grid-column:2}.identity-result strong{font-size:19px}
      .requirements-head h2{font-size:38px}.request-card,.delivery-card{padding:24px 19px}.request-bubble{padding:21px 19px}.request-bubble p{font-size:16px}.need-actions{align-items:stretch;flex-direction:column}.send-need{width:100%}.delivery-card h3{font-size:29px}.program-stages{grid-template-columns:1fr 1fr}
    }
    @media(prefers-reduced-motion:reduce){
      html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;transition-delay:0ms!important}.motion-ready .motion-item,.motion-ready .identity-panel .shift-row,.motion-ready .identity-panel .identity-result,.motion-ready .custom-service-panel .program-stage{opacity:1!important;transform:none!important}.scroll-progress{display:none}
    }
  
