@font-face{font-family:Inter;src:url('/assets/inter.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}
:root{--canvas:#f7f7f6;--white:#fff;--ink:#0d0d0d;--muted:#706d68;--line:#e8e6e3;--coral:#fa3d1d;--blue:#356cf6;--serif:Inter,Arial,sans-serif;--sans:Inter,Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--canvas);color:var(--ink);font-family:var(--sans);font-size:16px;-webkit-font-smoothing:antialiased;overflow-x:hidden}
button,a{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
.site-header{position:fixed;z-index:50;top:18px;left:50%;transform:translateX(-50%);height:54px;padding:6px 8px 6px 12px;display:flex;align-items:center;gap:14px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.9);border-radius:999px;box-shadow:0 16px 38px rgba(0,0,0,.10);backdrop-filter:blur(18px)}
.brand{display:grid;place-items:center;width:32px;height:32px}.brand img{width:27px;height:27px}
.site-header nav{display:flex;gap:3px;align-items:center}.site-header nav a{padding:10px 17px;border-radius:999px;font-size:14px;white-space:nowrap}.site-header nav a:hover,.site-header nav a.active{background:#f0efed}.site-header nav span{margin-left:5px}
.button{border:0;border-radius:999px;padding:13px 23px;display:inline-flex;align-items:center;justify-content:center;font-weight:600}.button.dark{background:#101010;color:white}.button.small{padding:10px 20px}.button.outline{border:1px solid #111;background:transparent}.mobile-menu{display:none;border:0;background:none;font-size:20px}
.hero{height:940px;position:relative;overflow:hidden;padding-top:202px;background:#fafafa}
.hero-glow{position:absolute;inset:10% -10% -15%;background:radial-gradient(circle at 34% 53%,rgba(255,173,156,.33),transparent 31%),radial-gradient(circle at 52% 55%,rgba(255,228,154,.26),transparent 30%),radial-gradient(circle at 73% 57%,rgba(113,158,255,.2),transparent 35%);filter:blur(8px)}
.hero-copy{position:relative;z-index:2;text-align:center;padding:0 24px}.hero h1{font-size:clamp(50px,6.1vw,88px);letter-spacing:-.057em;line-height:.98;margin:42px auto 28px;font-weight:700}.hero-copy p{font-size:18px;color:var(--muted);margin:0 auto 30px}
.prompt-card{position:relative;z-index:4;width:min(900px,calc(100% - 44px));height:140px;margin:auto;padding:24px 18px 18px;border:1px solid #dedbd8;border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 17px 35px rgba(42,31,22,.07)}
.prompt-line{height:50px;color:#706d68;font-size:17px;display:flex;align-items:flex-start;min-width:0}.prompt-line span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.prompt-line i{display:inline-block;flex:none;width:3px;height:25px;background:#6e96ff;vertical-align:middle;margin-left:2px;animation:blink 1s infinite}.prompt-tools{display:flex;align-items:center;gap:13px}.icons{display:flex;gap:10px}.icons button{font-size:21px;border:0;background:none;color:#6c6862;padding:2px}.modes{display:flex;background:#f1f0ef;border:1px solid #dedbd9;padding:3px;border-radius:999px;font-size:13px}.modes span{padding:7px 13px;color:#777}.modes .selected{background:white;color:#111;border-radius:999px;box-shadow:0 1px 3px #ccc;font-weight:600}.send{margin-left:auto;border:0;width:42px;height:42px;border-radius:13px;background:#d9d7d4;color:white;font-size:23px}
.hero-cards{position:absolute;z-index:3;top:610px;left:50%;transform:translateX(-50%);width:1380px;display:flex;justify-content:center;align-items:flex-start;gap:7px;perspective:900px}.hero-cards img{width:225px;height:405px;object-fit:cover;border:1px solid #9b9690;border-radius:23px;box-shadow:0 20px 35px rgba(0,0,0,.14)}.hero-cards img:nth-child(1){transform:rotate(-9deg) translateY(34px)}.hero-cards img:nth-child(2){transform:rotate(-4deg) translateY(8px)}.hero-cards img:nth-child(3){transform:rotate(-1deg)}.hero-cards img:nth-child(4){transform:rotate(1deg)}.hero-cards img:nth-child(5){transform:rotate(4deg) translateY(8px)}.hero-cards img:nth-child(6){transform:rotate(9deg) translateY(34px)}
.scroll-arrows{position:absolute;z-index:7;right:24px;top:55%;display:grid;gap:8px}.scroll-arrows button{width:38px;height:38px;border:1px solid #cbcbd0;border-radius:9px;background:rgba(255,255,255,.35)}
.section-pad{padding-left:max(36px,calc((100vw - 1120px)/2));padding-right:max(36px,calc((100vw - 1120px)/2))}
.metrics{background:white;padding-top:82px;padding-bottom:78px;display:flex;justify-content:center;align-items:center;gap:72px}.metrics>div:not(.award){display:grid;gap:8px;max-width:205px}.metrics strong{font-family:var(--serif);font-size:28px;font-weight:550}.metrics span{font-size:12px;color:#777;line-height:1.4}.award{border:1px solid #ffb8ab;border-radius:9px;padding:9px 13px;display:grid;color:#ec4d32;font-size:10px}.award span{color:#777}
.source-section{background:#f3f0e9;padding-top:100px;padding-bottom:110px}.source-heading h2{font-size:clamp(40px,4.5vw,62px);line-height:1;margin:0;letter-spacing:-.045em}.source-heading h2 span{font-weight:400;color:#5e5a54}.source-heading p{color:#7d7972;margin:22px 0 0;font-size:16px}.source-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:52px}.source-item h3{font-size:22px;letter-spacing:-.02em;margin:25px 0 10px}.source-item>p{color:#77736d;font-size:14px;line-height:1.55;margin:0}.source-visual{height:360px;border-radius:24px;background:#151514;color:white;position:relative;overflow:hidden;padding:24px;box-shadow:0 18px 35px rgba(30,25,17,.12)}.source-visual>small{font-size:9px;letter-spacing:.18em;color:#85827d}.url-bar{position:absolute;top:132px;left:50%;transform:translateX(-50%);width:82%;min-height:58px;border-radius:18px;background:white;color:#191919;padding:8px 8px 8px 15px;display:flex;align-items:center;gap:9px;box-shadow:0 10px 30px #0004}.url-bar b{font-size:12px;white-space:nowrap}.url-bar button{margin-left:auto;border:0;border-radius:12px;background:#171717;color:white;padding:11px 12px;font-size:10px}.output-tags{position:absolute;top:207px;left:0;right:0;display:flex;justify-content:center;gap:6px}.output-tags span,.floating-tag{border:1px solid #494846;background:#2b2a29;color:#ddd;border-radius:999px;padding:8px 11px;font-size:10px}.visual-word{position:absolute;left:-4px;bottom:-18px;color:#232321;font-weight:800;font-size:100px;letter-spacing:-.08em}.listing-card,.product-card{position:absolute;top:36px;left:17%;right:17%;background:#fff;color:#171717;border-radius:17px;min-height:58px;padding:10px 12px;display:flex;align-items:center;gap:10px;box-shadow:0 12px 28px #0005}.listing-card i{width:34px;height:34px;border-radius:9px;background:linear-gradient(145deg,#f1d98c,#879cff);display:grid;place-items:center;font-size:9px;font-style:normal;font-weight:800}.listing-card span,.product-card span{display:grid;min-width:0}.listing-card b,.product-card b{font-size:11px}.listing-card em,.product-card em{font-size:9px;color:#888;font-style:normal}.listing-card strong,.product-card strong{margin-left:auto}.source-path{position:absolute;top:105px;left:50%;height:68px;border-left:1px dashed #5e5a50}.source-path span{position:absolute;top:23px;left:-8px;color:#ffd047;background:#151514;padding:2px}.phone-creative{position:absolute;top:165px;left:50%;width:142px;height:155px;transform:translateX(-50%) rotate(5deg);border-radius:16px;background:linear-gradient(145deg,#eef3f8,#d9e5ff);color:#151515;padding:21px 12px;box-shadow:0 16px 28px #0007}.phone-creative>small{font-size:10px;line-height:1.05}.mini-phone{position:absolute;right:13px;bottom:13px;width:48px;height:85px;border:4px solid #161616;border-radius:12px;background:#fff;padding:14px 5px}.mini-phone:before{content:'';position:absolute;top:3px;left:15px;width:12px;height:3px;border-radius:3px;background:#111}.mini-phone i{display:block;height:5px;border-radius:4px;background:#d7deff;margin-bottom:6px}.floating-tag{position:absolute;left:16%;bottom:37px}.source-store .floating-tag{left:auto;right:13%;bottom:37px}.product-card{left:12%;right:12%}.product-card>i{width:35px;height:35px;border-radius:9px;background:linear-gradient(145deg,#ff765b,#ffd877);position:relative}.product-card>i:after{content:'✦';position:absolute;inset:0;display:grid;place-items:center;color:white;font-style:normal}.product-card strong{font-size:11px}.product-pack{position:absolute;top:152px;left:50%;transform:translateX(-50%) rotate(-4deg);width:115px;height:160px;border-radius:20px;background:linear-gradient(160deg,#5c4cff,#302772);border:1px solid #877eff;padding:20px 12px;box-shadow:0 18px 30px #0007;display:flex;flex-direction:column}.product-pack span{font-size:9px;letter-spacing:.1em}.product-pack b{font-size:56px;line-height:1;margin-top:9px;color:#ffca5f}.product-pack i{font-size:8px;font-style:normal;margin-top:auto;color:#cbc7ff}
.calendar-section{background:#f3f0e9;padding-top:30px;padding-bottom:115px}.calendar-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.calendar-heading h2{font-size:clamp(38px,4vw,58px);letter-spacing:-.045em;margin:0}.calendar-heading h2 span{font-weight:400;color:#5e5a54}.calendar-heading p{color:#7d7972;margin:18px 0 0}.channel-pills{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.channel-pills span{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #dcd8cf;border-radius:999px;padding:7px 10px;font-size:10px;color:#555;box-shadow:0 2px 5px #0000000d}.channel-pills i{font-style:normal;font-weight:800;color:#4d62df}.channel-pills span:nth-child(2) i,.channel-pills span:nth-child(4) i{color:#111}.channel-pills span:nth-child(3) i{color:#ef4772}.channel-pills span:nth-child(5) i{color:#f22}.calendar-board{margin-top:42px;background:white;border:1px solid #dedbd4;border-radius:22px;overflow:hidden;box-shadow:0 20px 45px rgba(39,32,22,.12)}.calendar-board>header{height:58px;display:flex;justify-content:space-between;align-items:center;padding:0 22px;border-bottom:1px solid #ebe9e5}.calendar-board>header>b{font-size:9px;letter-spacing:.16em;color:#777}.calendar-board>header>div{display:flex;gap:19px;align-items:center;font-size:9px;color:#888}.calendar-board>header strong{color:#222}.calendar-board>header em{font-style:normal;background:#e7f7ef;color:#199158;border-radius:999px;padding:6px 9px;font-size:8px}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);padding:12px 14px 8px}.calendar-weekdays span{padding-left:7px;font-size:8px;color:#a19d96;font-weight:700}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));padding:0 14px 14px}.calendar-day{height:102px;border:2px solid white;border-radius:10px;background:#fafafa;padding:8px;min-width:0}.calendar-day>span{display:block;font-size:9px;color:#999;margin-bottom:6px}.calendar-day.outside{opacity:.38}.calendar-event{border-left:2px solid currentColor;border-radius:7px;padding:6px;margin-top:4px;font-size:8px;line-height:1.25;overflow:hidden}.calendar-event b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-event em{font-style:normal;opacity:.65}.calendar-event.blue{color:#2c6fe8;background:#eef4ff}.calendar-event.pink{color:#e24d79;background:#fff0f4}.calendar-event.red{color:#e54e45;background:#fff1ef}.calendar-event.aqua{color:#149487;background:#eaf9f6}.calendar-event.gray{color:#555;background:#efefef}.calendar-event.green{color:#16885b;background:#eaf8f1}
.models-section{background:#f3f0e9;padding-top:35px;padding-bottom:120px;border-top:1px solid rgba(110,101,87,.1)}.models-heading h2{font-size:clamp(40px,4.4vw,64px);line-height:1.02;letter-spacing:-.05em;margin:0}.models-heading h2 span{font-weight:400;color:#5e5a54}.models-heading p{color:#7d7972;margin:18px 0 0}.model-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:50px}.model-chip{position:relative;min-height:62px;background:#fff;border:1px solid #e7e3dc;border-radius:15px;padding:14px 19px;display:flex;align-items:center;gap:11px;box-shadow:0 3px 10px rgba(35,29,20,.035)}.model-chip i{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;font-size:10px;font-style:normal;font-weight:800;background:#111;color:#fff}.model-chip i.google{background:linear-gradient(135deg,#4285f4,#34a853 45%,#fbbc05 70%,#ea4335)}.model-chip i.wan{background:#ff6f4f}.model-chip i.seed{background:#5576ef}.model-chip i.flux{background:#262626}.model-chip i.kling{background:#f1f1f1;color:#222;border:1px solid #ddd}.model-chip i.hailuo{background:#ff5375}.model-chip i.grok{background:#111}.model-chip b{font-size:15px;white-space:nowrap}.model-chip em{position:absolute;right:8px;top:-10px;background:#ffd230;color:#171717;border-radius:999px;padding:3px 7px;font-size:8px;font-style:normal;font-weight:800}.model-chip em.best{background:#171717;color:#fff}.models-note{font-size:11px;color:#8a857d;margin:24px 0 0}
.team{background:white;padding-bottom:110px}.section-heading{text-align:center}.section-heading h2{font-family:var(--serif);font-size:46px;font-weight:400;margin:0 0 11px;letter-spacing:-.025em}.section-heading h2 span,.section-heading.left h2 span{background:linear-gradient(90deg,#fa4c34,#5d75ff);-webkit-background-clip:text;color:transparent}.section-heading p{font-size:12px;color:#777}.agent-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:34px auto 18px}.agent-tabs article{border:1px solid #e2e1de;border-radius:9px;padding:18px;background:#fff;display:grid;grid-template-columns:30px 1fr}.agent-tabs article.active{border-color:#8aa6ff;box-shadow:0 5px 24px rgba(70,104,230,.09)}.agent-tabs small{grid-row:1/3;color:#777}.agent-tabs b{font-size:15px}.agent-tabs p{margin:4px 0 0;color:#777;font-size:12px}
.studio{height:540px;border-radius:20px;border:1px solid #e5e3df;box-shadow:0 23px 70px rgba(26,22,18,.11);display:grid;grid-template-columns:35% 65%;position:relative;overflow:hidden;background:#fff}.studio aside{padding:25px;background:#fafaf9;border-right:1px solid #eceae7}.studio aside small,.canvas header b,.canvas>small,.studio footer span{font-size:9px;letter-spacing:.14em;color:#999}.chat{border-radius:12px;padding:15px;margin:18px 0;font-size:13px;line-height:1.45}.dark-chat{background:#111;color:white}.link-card{background:white;border:1px solid #e7e5e2;padding:11px;border-radius:10px;font-size:12px}.answer{display:grid;gap:9px;background:#fff}.answer i{width:13px;height:13px;border-radius:50%;background:linear-gradient(45deg,#f33,#67f)}.answer span{font-size:11px;color:#999}.studio-input{position:absolute;left:18px;bottom:50px;width:32%;background:white;border:1px solid #e4e1de;padding:14px;border-radius:14px;color:#999;font-size:12px}.studio-input b{float:right;color:#111}.canvas{padding:27px 30px;background:#fff}.canvas header{display:flex;justify-content:space-between}.canvas header span{font-size:11px;color:#4a63ff}.canvas h3{font-family:var(--serif);font-size:31px;font-weight:400;margin:22px 0 7px}.reference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:17px}.reference-grid article{height:173px;border:1px solid #eceae6;border-radius:10px;padding:7px;display:grid;grid-template-columns:1fr auto}.reference-grid img{width:100%;height:121px;grid-column:1/3;object-fit:cover;border-radius:7px}.reference-grid b{font-size:9px}.reference-grid span{font-size:10px;color:#777}.canvas-empty{border-top:1px solid #eee;margin-top:25px;padding-top:20px;color:#999}.canvas-empty b{font-size:22px}.studio footer{position:absolute;left:0;right:0;bottom:0;height:40px;background:#111;color:#eee;padding:11px 18px;font-size:11px}.studio footer b{color:#aebcfb}.studio footer button{float:right;border:0;background:white;border-radius:50%;width:22px;height:22px;margin-top:-3px}
.templates{background:white;border-top:1px solid #efedea;border-bottom:1px solid #efedea;padding:110px 0 95px;overflow:hidden}.templates-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px}.templates-head small,.plugin small,.comparison small{letter-spacing:.22em;font-size:10px;color:#f05238}.templates-head h2,.plugin h2,.comparison h2,.pricing-title h2,.faq h2,.final-cta h2{font-family:var(--serif);font-weight:400;letter-spacing:-.03em}.templates-head h2{font-size:57px;line-height:.94;margin:18px 0 0}.templates-head h2 em{color:#416afa;font-weight:400}.templates-head p{max-width:390px;color:#65625e;line-height:1.6;font-size:14px;margin:0}
.marquee-row{width:max-content;display:flex;gap:14px;margin-bottom:15px;will-change:transform;animation:marquee 70s linear infinite}.marquee-row[data-direction=right]{animation-name:marqueeReverse;transform:translateX(-45%)}.media-card{flex:none;width:228px;background:white;border:1px solid #e5e3df;border-radius:13px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.06)}.media-card.landscape{width:340px}.media-card img{display:block;width:100%;height:302px;object-fit:cover}.media-card.landscape img{height:190px}.media-card div{padding:13px 14px 15px}.media-card b{display:block;font-size:13px;margin-bottom:5px}.media-card span{font-size:9px;color:#777;letter-spacing:.08em}.template-button{display:flex;margin:42px auto 0;background:white}
.split-section{padding-top:120px;padding-bottom:100px}.plugin{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;background:#fff;align-items:center;position:relative}.plugin h2{font-size:55px;line-height:1;margin:20px 0 30px}.plugin h2 span{color:#5f77ff}.plugin>div>p{font-size:12px;color:#888}.terminal{background:#101010;color:#f2f2f2;border-radius:20px;padding:26px 25px;box-shadow:0 22px 52px rgba(0,0,0,.18);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.terminal-top{display:flex;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #292929;font-size:9px}.terminal p{line-height:1.55}.terminal i{color:#8aa3ff}.terminal .ok{color:#70d69e}.terminal .muted{color:#888}.terminal mark{background:none;color:#f3a796}.plugin-meta{grid-column:1/3;display:flex!important;justify-content:space-between;border-top:1px solid #eee;padding-top:20px!important;font-size:10px;letter-spacing:.12em;color:#777}
.comparison{padding-top:100px;padding-bottom:90px}.section-heading.left{text-align:left}.section-heading.left h2{font-size:50px}.comparison-table{margin-top:42px;border:1px solid #e3e1de;border-radius:18px;overflow:hidden;background:white}.comparison-table>div{display:grid;grid-template-columns:1.3fr repeat(3,1fr);min-height:58px;border-bottom:1px solid #eceae8}.comparison-table>div:last-child{border:0}.comparison-table span,.comparison-table strong,.comparison-table b{padding:19px 22px;font-size:13px}.comparison-table strong{background:#fff4ef}.comparison-table .table-head{background:#fafafa}.table-head .selected{background:#111;color:white}.offers{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:24px}.offers article{border:1px solid #e4e2df;background:white;padding:23px;border-radius:14px}.offers small{color:#777}.offers h3{font-family:var(--serif);font-size:22px;font-weight:400}.offers p{color:#777;font-size:12px}.offers .dark-offer{background:#111;color:white}.offers .dark-offer p{color:#bbb}
.pricing{position:relative;padding-top:110px;padding-bottom:100px;overflow:hidden}.pricing-title{text-align:center;position:relative}.gift{display:inline-block;border:1px solid #111;border-radius:999px;padding:9px 15px;font-size:11px}.gift i{color:#f0533b}.pricing-title h2{font-size:51px;margin:28px 0 10px}.pricing-title p{color:#777;max-width:620px;margin-left:auto;margin-right:auto;line-height:1.6}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:44px}.pricing-grid.early-access-grid{grid-template-columns:minmax(0,680px);justify-content:center}.pricing-grid article{background:white;border:1px solid #e2dfdb;border-radius:22px;padding:28px 24px;display:flex;min-height:405px;flex-direction:column}.pricing-grid.early-access-grid article{min-height:0;padding:38px 40px}.pricing-grid article.featured{background:#171615;color:white;box-shadow:0 19px 40px rgba(0,0,0,.17)}.pricing-grid small{color:#ff8a74;font-size:9px;letter-spacing:.1em}.pricing-grid h3{font-size:16px;margin:16px 0}.price{font-family:var(--serif);font-size:42px;white-space:nowrap}.price.text{font-size:clamp(28px,4vw,40px);white-space:normal;line-height:1.1}.price span{font-family:var(--sans);font-size:12px;color:#888}.pricing-grid p{font-size:13px;color:#aaa;line-height:1.6;max-width:520px}.pricing-grid ul{list-style:none;padding:0;margin:16px 0 28px;font-size:13px;line-height:1.8}.pricing-grid li:before{content:'✓';color:#5bcd86;margin-right:8px}.pricing-grid button{margin-top:0;border:1px solid currentColor;background:transparent;border-radius:999px;padding:13px}.featured button{background:#fa4a2d;border-color:#fa4a2d;color:white}.pricing-link{display:block;text-align:center;margin-top:30px;text-decoration:underline;font-size:13px}
.faq{background:white;padding-top:100px;padding-bottom:100px}.faq-wrap{max-width:760px;margin:auto}.faq .section-heading small{letter-spacing:.15em;font-size:9px}.faq h2{font-size:45px;margin-top:12px}.faq-list{margin-top:43px}.faq-list details{border-bottom:1px solid #e5e3e0}.faq-list summary{list-style:none;padding:22px 0;font-weight:600;font-size:14px;cursor:pointer;display:flex;justify-content:space-between}.faq-list summary:after{content:'⌄';font-weight:400}.faq-list details[open] summary:after{transform:rotate(180deg)}.faq-list p{color:#6e6b66;line-height:1.6;margin:0 0 22px;font-size:14px}
.final-cta{height:370px;background:#0d0d0e;color:white;display:grid;place-content:center;text-align:center;position:relative;overflow:hidden}.cta-glow{position:absolute;inset:auto 10% -80% 10%;height:120%;background:radial-gradient(circle,#393679,transparent 60%);filter:blur(70px)}.final-cta>*:not(.cta-glow){position:relative}.final-cta h2{font-size:52px;line-height:1;margin:0 0 27px}.final-cta h2 span{background:linear-gradient(90deg,#86aaff,#ff9d82);color:transparent;-webkit-background-clip:text}.button.coral{background:#fa4d32;color:white;margin-right:8px}.button.ghost{background:transparent;color:white;border:1px solid #555}
.footer{background:#0d0d0e;color:white;padding:55px max(36px,calc((100vw - 1120px)/2)) 26px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px;font-size:13px}.footer-brand>div{display:flex;align-items:center;gap:9px}.footer-brand img{width:24px}.footer-brand b span{color:#969696;font-size:11px;font-weight:500}.footer-brand p{color:#969696;max-width:250px;line-height:1.5}.footer>div:not(.footer-brand):not(.copyright){display:flex;flex-direction:column;gap:10px}.footer>div>b{margin-bottom:5px}.footer a{color:#969696}.copyright{grid-column:1/5;border-top:1px solid #262626;padding-top:21px;color:#777;font-size:11px}.copyright button{float:right;background:none;border:0;color:#777}
.dialog-backdrop{position:fixed;z-index:100;inset:0;background:rgba(0,0,0,.42);display:grid;place-items:center}.dialog-backdrop[hidden]{display:none}.dialog{background:white;width:min(420px,calc(100% - 32px));border-radius:22px;padding:34px;text-align:center;position:relative;box-shadow:0 25px 80px #0005}.dialog img{width:43px}.dialog h2{font-family:var(--serif);font-size:32px;margin-bottom:4px}.dialog>small{color:#777}.dialog p{color:#777}.dialog .button{width:100%}.dialog-close{position:absolute;right:14px;top:12px;border:0;background:none;font-size:24px}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}
@keyframes blink{50%{opacity:0}}
@keyframes marquee{to{transform:translateX(-33.333%)}}
@keyframes marqueeReverse{to{transform:translateX(-11.667%)}}
@media (max-width:900px){.site-header nav a{padding:9px 11px}.hero{height:780px;padding-top:150px}.hero-cards{top:520px;width:1000px}.hero-cards img{width:160px;height:290px}.metrics{gap:35px}.source-grid{grid-template-columns:1fr 1fr}.source-item:last-child{grid-column:1/3;max-width:calc(50% - 12px);width:100%;justify-self:center}.studio{grid-template-columns:1fr;height:auto}.studio aside{display:none}.canvas{min-height:460px}.studio footer{position:relative;grid-column:1}.templates-head{align-items:flex-start;flex-direction:column}.plugin{grid-template-columns:1fr;gap:45px}.plugin-meta{grid-column:1}.pricing-grid{grid-template-columns:repeat(2,1fr)}.offers{grid-template-columns:1fr}.footer{grid-template-columns:2fr 1fr 1fr}.footer>div:nth-child(4){grid-column:2}.copyright{grid-column:1/4}.comparison-table span,.comparison-table strong,.comparison-table b{padding:15px 12px}.media-card{width:190px}.media-card.landscape{width:285px}}
@media (max-width:680px){.site-header{left:16px;right:16px;width:auto;transform:none;justify-content:space-between}.site-header nav{display:none}.mobile-menu{display:block}.site-header>.button{display:none}.hero{height:700px;padding-top:130px}.hero-copy{width:100%;overflow:hidden}.hero h1{font-size:44px;line-height:.95;max-width:360px;overflow-wrap:normal}.hero-copy p{font-size:16px;max-width:350px;line-height:1.35}.prompt-card{height:126px;padding:19px 14px}.prompt-line{font-size:14px}.modes span{display:none}.modes .selected{display:block}.hero-cards{top:480px;width:790px}.hero-cards img{width:125px;height:230px;border-radius:16px}.scroll-arrows{display:none}.metrics{display:grid;grid-template-columns:1fr 1fr;padding-top:55px;padding-bottom:55px;gap:32px}.metrics strong{font-size:39px}.section-pad{padding-left:20px;padding-right:20px}.source-section{padding-top:70px;padding-bottom:75px}.source-grid{grid-template-columns:1fr;margin-top:36px}.source-item:last-child{grid-column:auto;max-width:none}.source-visual{height:330px}.section-heading h2{font-size:38px}.agent-tabs{grid-template-columns:1fr}.agent-tabs article:not(.active){display:none}.reference-grid{gap:6px}.reference-grid article{height:140px}.reference-grid img{height:92px}.templates{padding-top:80px}.templates-head h2{font-size:45px}.templates-head p{font-size:13px}.plugin h2{font-size:45px}.comparison{overflow:hidden}.comparison-table{overflow-x:auto}.comparison-table>div{min-width:700px}.offers{grid-template-columns:1fr}.pricing{padding-top:80px}.pricing-title h2{font-size:40px}.pricing-grid{grid-template-columns:1fr}.pricing-grid.early-access-grid article{min-height:0;padding:30px 24px}.final-cta h2{font-size:40px}.footer{grid-template-columns:1fr 1fr;gap:35px}.footer-brand{grid-column:1/3}.footer>div:nth-child(4){grid-column:auto}.copyright{grid-column:1/3}.scroll-arrows{display:none}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.marquee-row{animation-play-state:paused}}
@media (max-width:900px){.calendar-heading{align-items:flex-start;flex-direction:column}.channel-pills{justify-content:flex-start}.calendar-board{overflow-x:auto}.calendar-board>header,.calendar-weekdays,.calendar-grid{min-width:820px}}
@media (max-width:680px){.calendar-section{padding-top:10px;padding-bottom:75px}.calendar-heading h2{font-size:40px}.calendar-heading p{font-size:14px;line-height:1.5}.channel-pills{gap:5px}.channel-pills span{font-size:9px}.calendar-board{margin-top:30px}.calendar-board>header,.calendar-weekdays,.calendar-grid{min-width:760px}.calendar-day{height:94px}}
@media (max-width:680px){.models-section{padding-top:70px;padding-bottom:80px}.models-heading h2{font-size:40px}.model-list{gap:9px;margin-top:36px}.model-chip{min-height:52px;padding:11px 13px;gap:8px}.model-chip i{width:24px;height:24px}.model-chip b{font-size:12px}.model-chip em{right:6px;top:-8px}}

/* AdsPlatform peach + rose brand theme */
:root{--canvas:#fff7f2;--white:#fffdfb;--ink:#2d1820;--muted:#7f626b;--line:#f1d5d7;--coral:#df4d70;--blue:#c43e65;--serif:Inter,Arial,sans-serif;--sans:Inter,Arial,sans-serif}
body{background:var(--canvas);color:var(--ink)}
.site-header{background:rgba(255,250,247,.9);border-color:#fff5ef;box-shadow:0 16px 38px rgba(105,48,63,.14)}
.site-header nav a:hover,.site-header nav a.active{background:#fbe5e3}
.button.dark{background:#2d1820;color:#fffaf7}.button.outline{border-color:#b94263;color:#8d2947}.button.coral,.featured button{background:#df4d70;border-color:#df4d70;color:white}.button.ghost{border-color:#885666;color:#fff8f5}
.hero{background:#fffaf7}.hero-glow{background:radial-gradient(circle at 30% 52%,rgba(255,177,145,.42),transparent 33%),radial-gradient(circle at 52% 55%,rgba(255,214,190,.45),transparent 31%),radial-gradient(circle at 73% 56%,rgba(225,85,117,.2),transparent 36%)}
.hero-copy p,.source-heading p,.calendar-heading p,.models-heading p{color:#84656e}
.prompt-card{border-color:#efcdcf;background:rgba(255,253,251,.95);box-shadow:0 17px 35px rgba(111,53,69,.09)}.prompt-line{color:#8a6972}.prompt-line i{background:#df4d70}.modes{background:#f9e8e5;border-color:#efcecf}.modes .selected{color:#5f2538;box-shadow:0 1px 4px #d9b9bd}.send{background:#edb9bd;color:#fff}.icons button{color:#9b6575}
.hero-cards img{border-color:#dcacb4;box-shadow:0 20px 36px rgba(75,28,43,.17)}
.metrics,.team,.templates,.plugin,.faq{background:#fffdfb}.metrics span,.section-heading p,.agent-tabs p,.templates-head p,.plugin>div>p,.offers p,.pricing-title p,.faq-list p{color:#81656d}.award{border-color:#edacb8;color:#bd355b;background:#fff4f3}.award span{color:#8c6a73}
.section-heading h2 span,.section-heading.left h2 span{background:linear-gradient(90deg,#df4d70,#f08b73);-webkit-background-clip:text;color:transparent}.agent-tabs article{border-color:#eed4d6;background:#fffdfb}.agent-tabs article.active{border-color:#dc7590;box-shadow:0 5px 24px rgba(192,59,96,.12)}
.studio{border-color:#eed5d6;background:#fffdfb;box-shadow:0 23px 70px rgba(78,32,46,.13)}.studio aside{background:#fff7f3;border-color:#f1dbda}.dark-chat,.studio footer{background:#351b24}.link-card,.answer,.canvas{background:#fffdfb}.answer i{background:linear-gradient(45deg,#df4d70,#ff9d7f)}.canvas header span{color:#c43e65}.studio-input{border-color:#efdad9;background:#fffdfb}.studio footer b{color:#ffb0b9}
.templates{border-color:#f2dcda}.templates-head small,.comparison small{color:#c83f63}.templates-head h2 em{color:#d7476c}.media-card{background:#fffdfb;border-color:#eed8d7;box-shadow:0 6px 18px rgba(100,41,57,.08)}
.source-section,.calendar-section,.models-section{background:#fff1e9}.source-heading h2 span,.calendar-heading h2 span,.models-heading h2 span{color:#a55169}.source-item>p,.models-note{color:#886a72}.source-visual{background:#321a23;box-shadow:0 18px 35px rgba(80,31,46,.18)}.source-visual>small{color:#c995a3}.url-bar,.listing-card,.product-card{background:#fffaf7;color:#2d1820}.url-bar button{background:#d9466b}.output-tags span,.floating-tag{border-color:#734253;background:#4a2733;color:#ffe9e7}.visual-word{color:#4b2734}.source-path{border-color:#a45a6e}.source-path span{background:#321a23;color:#ffad8d}.phone-creative{background:linear-gradient(145deg,#fff3ea,#f8c9cf);color:#391c26}.mini-phone i{background:#f1bac3}.product-card>i{background:linear-gradient(145deg,#e34f72,#ffab86)}.product-pack{background:linear-gradient(160deg,#d9466b,#7f2948);border-color:#ee7893}.product-pack b{color:#ffd0b8}.product-pack i{color:#ffdfe0}
.channel-pills span,.calendar-board,.model-chip{background:#fffdfb;border-color:#ecd3d3;box-shadow:0 3px 10px rgba(94,38,53,.06)}.channel-pills i,.channel-pills span:nth-child(2) i,.channel-pills span:nth-child(3) i,.channel-pills span:nth-child(4) i,.channel-pills span:nth-child(5) i{color:#cc4166}.calendar-board{box-shadow:0 20px 45px rgba(82,34,47,.13)}.calendar-board>header{border-color:#f0dcda}.calendar-board>header em{background:#fbe2e7;color:#a92e52}.calendar-day{background:#fff8f5}.calendar-event.blue{color:#a13a5b;background:#fbe8ee}.calendar-event.pink{color:#c73f6a;background:#ffeaf0}.calendar-event.red{color:#c4524a;background:#fff0ea}.calendar-event.aqua{color:#9b5369;background:#f8e9ed}.calendar-event.gray{color:#725b62;background:#f2e9e7}.calendar-event.green{color:#ad624c;background:#fff0e7}
.model-chip i,.model-chip i.google,.model-chip i.wan,.model-chip i.seed,.model-chip i.flux,.model-chip i.kling,.model-chip i.hailuo,.model-chip i.grok{background:linear-gradient(145deg,#df4d70,#f39a7d);color:white;border:0}.model-chip em{background:#ffc4af;color:#67233a}.model-chip em.best{background:#512232;color:#fff5f1}
.terminal,.offers .dark-offer,.pricing-grid article.featured{background:#321a23}.terminal i{color:#f38ca4}.terminal .ok{color:#ffad93}.terminal mark{color:#ffb7a3}.plugin h2 span{color:#d9466b}.plugin-meta{border-color:#efd9d8}
.comparison-table{border-color:#ecd4d5;background:#fffdfb}.comparison-table>div{border-color:#f0dddd}.comparison-table strong{background:#fde7e5}.comparison-table .table-head{background:#fff7f3}.table-head .selected{background:#4a2230;color:#fff}.offers article{border-color:#ecd5d6;background:#fffdfb}.offers .dark-offer p{color:#dbbdc5}
.pricing-grid article{background:#fffdfb;border-color:#ead1d2}.pricing-grid article.featured{box-shadow:0 19px 40px rgba(66,24,37,.2)}.pricing-grid small{color:#ff9a86}.pricing-grid p{color:#c3aab0}.pricing-grid li:before{color:#ff997e}.gift{border-color:#7c3a50}.pricing-link{color:#a93456}
.faq-list details{border-color:#eed9d8}.final-cta,.footer{background:#2d1820}.cta-glow{background:radial-gradient(circle,#a9355a,transparent 62%)}.final-cta h2 span{background:linear-gradient(90deg,#ffc2ad,#ef7995);color:transparent;-webkit-background-clip:text}.footer a,.footer-brand p,.footer-brand b span{color:#c8aab3}.copyright{border-color:#55303d;color:#b18d98}.copyright button{color:#b18d98}
.dialog{background:#fffaf7;box-shadow:0 25px 80px rgba(67,22,37,.35)}.dialog p,.dialog>small{color:#896771}

/* Brand identity bento */
.source-section{background:#28151c;padding-top:105px;padding-bottom:110px;color:#fff9f6}
.source-heading{max-width:790px}
.source-heading>small{display:block;margin-bottom:20px;color:#ef8ca5;font-size:10px;font-weight:700;letter-spacing:.22em}
.source-heading h2{font-size:clamp(42px,5vw,68px);line-height:.98;color:#fffaf7}
.source-heading h2 span{color:#ef91a8;font-weight:500}
.source-heading p{max-width:670px;color:#c7aab3;font-size:17px;line-height:1.55}
.brand-bento{display:grid;grid-template-columns:1.06fr .95fr 1.06fr;gap:16px;margin-top:55px}
.brand-bento-stack{display:grid;grid-template-rows:1fr 1fr;gap:16px}
.brand-panel{position:relative;min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.075);border-radius:26px;background:#351d26;box-shadow:0 24px 60px rgba(8,2,5,.2)}
.brand-panel:before{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(145deg,rgba(255,255,255,.035),transparent 38%)}
.brand-panel-copy{position:relative;z-index:2;padding:29px 30px 0}
.brand-panel-copy h3{margin:0;color:#fff9f6;font-size:20px;letter-spacing:-.025em}
.brand-panel-copy p{margin:11px 0 0;color:#bfa3ad;font-size:13px;line-height:1.5}
.brand-kit-panel,.brand-output-panel{height:650px}
.brand-kit-ui{position:absolute;left:28px;right:28px;bottom:28px;padding:16px;border:1px solid #694251;border-radius:19px;background:#2a151d;box-shadow:0 20px 40px rgba(10,3,6,.28)}
.brand-profile{display:flex;align-items:center;gap:11px;padding:6px 5px 17px;border-bottom:1px solid #4a2d38}
.brand-symbol,.mini-brand{display:grid;place-items:center;background:linear-gradient(145deg,#f4a084,#d9466b);color:#2e1720;font-weight:900}
.brand-symbol{width:41px;height:41px;border-radius:12px;font-size:17px}
.brand-profile>span:nth-child(2){display:grid;gap:3px}.brand-profile b{font-size:12px}.brand-profile small{color:#a98691;font-size:9px}.brand-profile em{margin-left:auto;padding:5px 7px;border-radius:999px;background:#50303b;color:#ff9bb1;font-size:8px;font-style:normal;font-weight:800;letter-spacing:.08em}
.brand-rule{min-height:73px;display:grid;grid-template-columns:58px 1fr;align-items:center;border-bottom:1px solid #452933}.brand-rule>span{color:#9f7d88;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.logo-variations,.color-swatches{display:flex;justify-content:flex-end;gap:8px}.logo-variations i{width:42px;height:36px;display:grid;place-items:center;border-radius:9px;background:#fff8f4;color:#351923;font-style:normal;font-weight:900}.logo-variations i:nth-child(2){background:#dd4b70;color:#fff}.logo-variations i:nth-child(3){background:#5b3140;color:#ffa58e}.color-swatches i{width:36px;height:36px;border-radius:50%;background:#f5b09b;border:3px solid #2a151d;box-shadow:0 0 0 1px #6e4654}.color-swatches i:nth-child(2){background:#de4b70}.color-swatches i:nth-child(3){background:#fff3ed}.color-swatches i:nth-child(4){background:#6e354b}.type-rule{grid-template-columns:58px 1fr auto}.type-rule strong{font-size:14px}.type-rule b{font-size:29px;color:#f3a0b3}.identity-score{display:flex;align-items:center;justify-content:space-between;padding:18px 4px 4px;color:#b997a2;font-size:10px}.identity-score strong{color:#ff9fb2;font-size:16px}
.brand-guard-panel,.brand-voice-panel{height:317px}.brand-guard-panel .brand-panel-copy,.brand-voice-panel .brand-panel-copy{padding:25px 25px 0}.brand-guard-panel .brand-panel-copy h3,.brand-voice-panel .brand-panel-copy h3{font-size:17px}.brand-guard-panel .brand-panel-copy p,.brand-voice-panel .brand-panel-copy p{font-size:11px}
.brand-check-ui{position:absolute;left:24px;right:24px;bottom:22px}.check-row{display:grid;grid-template-columns:22px 1fr auto;align-items:center;min-height:31px;border-bottom:1px solid #4b2c37;font-size:10px}.check-row span{color:#ff9aaf}.check-row b{font-weight:600}.check-row em{color:#9f7d87;font-size:9px;font-style:normal}.brand-match{display:flex;align-items:center;gap:10px;margin-top:13px;padding:10px 12px;border:1px solid #754052;border-radius:13px;background:#2b161e}.brand-match>i{width:7px;height:37px;border-radius:999px;background:linear-gradient(#f6a285,#d9466b)}.brand-match>span{display:grid;gap:3px}.brand-match small{color:#9f7d87;font-size:7px;letter-spacing:.12em}.brand-match b{font-size:11px}.brand-match strong{margin-left:auto;color:#f598ad;font-size:27px}
.voice-samples{position:absolute;left:24px;right:24px;bottom:23px;display:grid;gap:9px}.voice-samples>div{padding:11px 13px;border:1px solid #5b3542;border-radius:13px;background:#2c171f}.voice-samples small{color:#d56c88;font-size:7px;font-weight:800;letter-spacing:.14em}.voice-samples p{margin:5px 0 0;color:#f5e8e9;font-size:10px;line-height:1.35}
.format-stage{position:absolute;inset:175px 0 58px;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px}.format-card{position:absolute;overflow:hidden;border:1px solid #795062;background:linear-gradient(145deg,#f3a188,#d8496e);box-shadow:0 18px 35px rgba(9,2,5,.32);color:#351722}.format-card:after{content:'';position:absolute;width:120px;height:120px;border:1px solid rgba(255,255,255,.32);border-radius:50%}.format-square{width:155px;height:155px;left:25px;top:35px;padding:15px;border-radius:19px;transform:rotate(-5deg)}.format-square:after{right:-55px;bottom:-45px}.mini-brand{width:24px;height:24px;border-radius:7px;background:#351722;color:#ffa891;font-size:10px}.format-square strong{display:block;margin-top:25px;font-size:17px;line-height:1.05}.format-card small{position:absolute;left:15px;bottom:13px;font-size:7px;font-weight:800;letter-spacing:.1em}.format-story{width:128px;height:220px;right:23px;top:93px;padding:13px;border-radius:18px;background:linear-gradient(160deg,#7a3450,#d84a6f);color:#fff4ef;transform:rotate(4deg)}.format-story .mini-brand{background:#ffb199;color:#48202e}.format-story strong{display:block;margin-top:33px;font-size:24px;line-height:.9}.format-story>i{position:absolute;left:13px;right:13px;bottom:32px;padding:7px;border-radius:999px;background:#fff2ed;color:#552034;font-size:7px;font-style:normal;text-align:center}.format-banner{width:245px;height:96px;left:37px;bottom:25px;border-radius:16px;padding:13px 15px;background:#fff3ed;color:#43202c;transform:rotate(-2deg)}.format-banner:after{right:-78px;top:-73px;border-color:#dd9cab}.format-banner .mini-brand{width:21px;height:21px}.format-banner b{display:block;margin-top:8px;font-size:11px;line-height:1.15}.format-banner>i{position:absolute;right:13px;bottom:13px;padding:6px 9px;border-radius:999px;background:#d9476d;color:#fff;font-size:7px;font-style:normal}.format-tabs{position:absolute;left:28px;right:28px;bottom:21px;display:flex;justify-content:center;gap:5px}.format-tabs span{padding:7px 11px;border-radius:999px;color:#9e7a86;font-size:9px}.format-tabs .active{background:#55303d;color:#fff1ee}
@media (max-width:900px){.brand-bento{grid-template-columns:1fr 1fr}.brand-output-panel{grid-column:1/3;height:480px}.format-stage{inset:150px 0 55px}.format-square{left:13%;top:25px}.format-story{right:14%;top:28px}.format-banner{left:50%;bottom:10px;transform:translateX(-50%) rotate(-2deg)}}
@media (max-width:680px){.source-section{padding-top:75px;padding-bottom:75px}.source-heading p{font-size:14px}.brand-bento{grid-template-columns:1fr;margin-top:36px}.brand-kit-panel{height:610px}.brand-bento-stack{grid-template-rows:auto;gap:14px}.brand-output-panel{grid-column:auto;height:535px}.brand-panel-copy{padding:24px 23px 0}.brand-kit-ui{left:20px;right:20px;bottom:20px}.format-stage{inset:165px 0 58px}.format-square{left:20px;top:28px}.format-story{right:18px;top:77px}.format-banner{width:225px;bottom:15px}.brand-guard-panel,.brand-voice-panel{height:305px}}

/* Light treatment keeps the brand section continuous with the page */
.source-section{background:#fff;color:#2d1820}
.source-heading>small{color:#c43e65}
.source-heading h2{color:#2d1820}
.source-heading h2 span{color:#b64d6b}
.source-heading p{color:#84656e}
.brand-panel{border-color:#efd4d6;background:#fffdfb;box-shadow:0 22px 55px rgba(94,38,53,.1)}
.brand-panel:before{background:linear-gradient(145deg,rgba(255,255,255,.75),transparent 42%)}
.brand-panel-copy h3{color:#351b24}
.brand-panel-copy p{color:#896b74}
.brand-kit-ui{border-color:#eccfd1;background:#fff7f3;box-shadow:0 18px 38px rgba(98,42,57,.11)}
.brand-profile{border-color:#efd8d8}
.brand-profile small,.brand-rule>span,.identity-score{color:#9a737f}
.brand-profile em{background:#f8dde1;color:#ae3458}
.brand-rule,.check-row{border-color:#efdada}
.logo-variations i{background:#fff;color:#351923;border:1px solid #edd6d7}
.logo-variations i:nth-child(2){background:#dd4b70;color:#fff;border-color:#dd4b70}
.logo-variations i:nth-child(3){background:#6b3548;color:#ffb09a;border-color:#6b3548}
.color-swatches i{border-color:#fff7f3;box-shadow:0 0 0 1px #d9aeb7}
.type-rule b,.identity-score strong,.brand-match strong{color:#ce4267}
.check-row span{color:#d9476d}
.check-row em{color:#a17d86}
.brand-match{border-color:#e7b9c1;background:#fff7f3}
.brand-match small{color:#9d747f}
.voice-samples>div{border-color:#ecd2d4;background:#fff7f3}
.voice-samples small{color:#c53d62}
.voice-samples p{color:#4d2b36}
.format-stage{background-image:linear-gradient(rgba(184,73,105,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(184,73,105,.07) 1px,transparent 1px)}
.format-tabs span{color:#9a737e}
.format-tabs .active{background:#f6dce0;color:#8d2947}

/* Six-part brand context bento */
.brand-bento{grid-template-columns:repeat(12,minmax(0,1fr));gap:18px}
.brand-bento .brand-panel{height:390px}
.brand-bento .brand-panel-copy{padding:25px 26px 0}
.brand-bento .brand-panel-copy>small{display:block;margin-bottom:12px;color:#bd5470;font-size:8px;font-weight:800;letter-spacing:.18em}
.brand-bento .brand-panel-copy h3{font-size:19px}
.brand-bento .brand-panel-copy p{font-size:11px;line-height:1.45}
.brand-url-card{grid-column:span 5}.brand-app-card{grid-column:span 3}.brand-store-card{grid-column:span 4}
.brand-reference-card{grid-column:span 3}.brand-memory-card{grid-column:span 5}.brand-onbrand-card{grid-column:span 4}
.source-url-ui,.app-source-ui,.store-source-ui{position:absolute;left:24px;right:24px;top:142px;bottom:22px;border-radius:19px;background:#fff6f1;border:1px solid #f0d9d8;overflow:hidden}
.source-url-ui{display:flex;flex-direction:column;align-items:center;justify-content:center}
.source-input{position:relative;z-index:2;width:88%;min-height:59px;display:flex;align-items:center;gap:9px;padding:8px 8px 8px 15px;border:1px solid #ecd5d6;border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(88,36,51,.1)}
.source-input span{color:#b65a73}.source-input b{font-size:11px}.source-input em{margin-left:auto;padding:11px 12px;border-radius:12px;background:#d9466b;color:#fff;font-size:9px;font-style:normal}
.source-result-pills{position:relative;z-index:2;display:flex;gap:5px;margin-top:14px}.source-result-pills span{padding:7px 9px;border:1px solid #edcfd2;border-radius:999px;background:#f9e7e6;color:#835362;font-size:8px}
.source-url-ui>strong{position:absolute;left:-4px;bottom:-22px;color:#f3dedc;font-size:78px;letter-spacing:-.08em}
.app-listing,.store-product{position:absolute;z-index:2;left:7%;right:7%;top:16px;min-height:52px;display:flex;align-items:center;gap:9px;padding:8px 10px;border:1px solid #ecd6d6;border-radius:15px;background:#fff;box-shadow:0 10px 24px rgba(90,35,51,.1)}
.app-listing>i,.store-product>i{width:33px;height:33px;display:grid;place-items:center;flex:none;border-radius:9px;background:linear-gradient(145deg,#f0b19c,#d94a6f);color:#fff;font-size:8px;font-style:normal;font-weight:800}
.app-listing>span,.store-product>span{display:grid;gap:2px;min-width:0}.app-listing b,.store-product b{font-size:10px;white-space:nowrap}.app-listing small,.store-product small{color:#a18089;font-size:8px}.app-listing>strong,.store-product>strong{margin-left:auto;font-size:11px}
.source-connector{position:absolute;z-index:1;left:50%;top:72px;height:55px;border-left:1px dashed #d79aaa}.source-connector i{position:absolute;top:20px;left:-7px;padding:2px;background:#fff6f1;color:#d4486d;font-size:11px;font-style:normal}
.app-creative{position:absolute;z-index:2;left:50%;bottom:18px;width:128px;height:132px;padding:18px 10px;transform:translateX(-50%) rotate(4deg);border:1px solid #e9c9cd;border-radius:15px;background:linear-gradient(145deg,#fff,#f8dadc);box-shadow:0 13px 25px rgba(82,31,46,.14);color:#42212d}
.app-creative>span{font-size:8px;line-height:1.12}.app-phone{position:absolute;right:9px;bottom:12px;width:43px;height:75px;padding:14px 5px;border:3px solid #3d202a;border-radius:11px;background:#fff}.app-phone:before{content:'';position:absolute;top:3px;left:14px;width:9px;height:2px;border-radius:4px;background:#3d202a}.app-phone i{display:block;height:4px;margin-bottom:5px;border-radius:3px;background:#e8a4b3}.app-creative>em{position:absolute;left:-35px;bottom:11px;padding:7px 9px;border:1px solid #e3bbc3;border-radius:999px;background:#fff9f6;color:#8c5363;font-size:8px;font-style:normal;white-space:nowrap}
.store-creative{position:absolute;z-index:2;left:50%;bottom:17px;width:112px;height:142px;display:flex;flex-direction:column;padding:17px 13px;transform:translateX(-50%) rotate(-4deg);border:1px solid #d9889d;border-radius:19px;background:linear-gradient(160deg,#d9476d,#83334f);box-shadow:0 14px 26px rgba(84,29,47,.19);color:#fff3ef}.store-creative>small{font-size:7px;letter-spacing:.1em}.store-creative>b{margin-top:6px;color:#ffd0bf;font-size:48px;line-height:1}.store-creative>span{margin-top:auto;font-size:7px}.store-creative>em{position:absolute;right:-45px;bottom:8px;padding:7px 9px;border:1px solid #e7bdc5;border-radius:999px;background:#fff9f6;color:#8d5363;font-size:8px;font-style:normal;white-space:nowrap}
.source-chip-cloud,.output-chip-cloud{position:absolute;left:18px;right:18px;bottom:22px;display:flex;flex-wrap:wrap;justify-content:center;align-content:center;gap:8px;padding:15px;border:1px solid #efd9d8;border-radius:18px;background:#fff7f3}
.source-chip-cloud{min-height:174px}.source-chip-cloud span,.output-chip-cloud span{padding:9px 11px;border:1px solid #e9d0d3;border-radius:12px;background:#fff;color:#77505d;font-size:9px;box-shadow:0 4px 10px rgba(84,34,48,.04)}
.memory-ui{position:absolute;left:24px;right:24px;bottom:22px;padding:10px;border:1px solid #e8cdd1;border-radius:18px;background:#fff7f3;box-shadow:0 13px 29px rgba(91,35,52,.08)}
.memory-ui header{display:flex;align-items:center;gap:9px;padding:2px 3px 10px}.memory-ui header>i{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:#f2d9dc;color:#9d3858;font-style:normal}.memory-ui header>span{display:grid;gap:2px}.memory-ui header b{font-size:11px}.memory-ui header small{color:#9a7982;font-size:8px}.memory-ui header em{margin-left:auto;padding:6px 8px;border-radius:999px;background:#f3dce0;color:#a53255;font-size:7px;font-style:normal;font-weight:800}.memory-ui>div{min-height:28px;margin-top:4px;padding:6px 9px;display:flex;justify-content:space-between;align-items:center;border:1px solid #edd6d7;border-radius:9px;background:#fff;color:#6f4a56;font-size:9px}.memory-ui>div b{color:#cf4267}
.output-chip-cloud{left:-13px;right:-13px;bottom:76px;min-height:139px;overflow:hidden}.output-chip-cloud span{white-space:nowrap}.onbrand-status{position:absolute;left:24px;right:24px;bottom:20px;height:48px;display:flex;align-items:center;gap:10px;padding:8px 11px;border:1px solid #e7bdc5;border-radius:13px;background:#fff7f3}.onbrand-status>i{width:5px;align-self:stretch;border-radius:99px;background:linear-gradient(#f29a83,#d9466b)}.onbrand-status>span{display:grid;gap:2px}.onbrand-status small{color:#a27b86;font-size:7px;letter-spacing:.1em}.onbrand-status b{font-size:9px}.onbrand-status strong{margin-left:auto;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#f3d8dd;color:#c53c62}
/* Asymmetric desktop composition: tall anchors, stacked utility cards, wide memory layer */
.brand-bento{grid-template-rows:300px 300px 350px}
.brand-bento .brand-panel{height:auto}
.brand-url-card{grid-column:1/5;grid-row:1/3}.brand-app-card{grid-column:5/9;grid-row:1}.brand-reference-card{grid-column:5/9;grid-row:2}.brand-store-card{grid-column:9/13;grid-row:1/3}.brand-memory-card{grid-column:1/8;grid-row:3}.brand-onbrand-card{grid-column:8/13;grid-row:3}
.brand-url-card .source-url-ui,.brand-store-card .store-source-ui{top:158px}
.brand-app-card .brand-panel-copy,.brand-reference-card .brand-panel-copy{padding-top:20px}.brand-app-card .brand-panel-copy>small,.brand-reference-card .brand-panel-copy>small{margin-bottom:8px}.brand-app-card .brand-panel-copy p,.brand-reference-card .brand-panel-copy p{margin-top:7px}
.brand-app-card .app-source-ui{top:124px;bottom:16px}.brand-app-card .app-listing{left:4%;right:auto;top:31px;width:45%}.brand-app-card .app-listing>strong{display:none}.brand-app-card .source-connector{left:52%;top:55px;height:40px;transform:rotate(-90deg)}.brand-app-card .app-creative{left:auto;right:7%;bottom:12px;width:105px;height:112px;transform:rotate(3deg);padding:14px 8px}.brand-app-card .app-phone{width:36px;height:63px;right:7px;bottom:9px}.brand-app-card .app-creative>em{left:-25px;bottom:7px;font-size:7px;padding:5px 7px}
.brand-memory-card .memory-ui{left:30px;right:30px}.brand-onbrand-card .output-chip-cloud{bottom:76px}
@media (max-width:900px){.brand-bento{grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:none}.brand-url-card,.brand-app-card,.brand-store-card,.brand-reference-card,.brand-memory-card,.brand-onbrand-card{grid-column:span 6;grid-row:auto}.brand-bento .brand-panel{height:390px}.brand-app-card .app-source-ui{top:142px;bottom:22px}.brand-app-card .brand-panel-copy,.brand-reference-card .brand-panel-copy{padding:25px 26px 0}.brand-app-card .app-listing{left:7%;right:7%;top:16px;width:auto}.brand-app-card .source-connector{left:50%;top:72px;height:55px;transform:none}.brand-app-card .app-creative{left:50%;right:auto;bottom:18px;width:128px;height:132px;transform:translateX(-50%) rotate(4deg);padding:18px 10px}.brand-app-card .app-phone{width:43px;height:75px;right:9px;bottom:12px}}
@media (max-width:680px){.brand-bento{grid-template-columns:1fr}.brand-url-card,.brand-app-card,.brand-store-card,.brand-reference-card,.brand-memory-card,.brand-onbrand-card{grid-column:auto;grid-row:auto}.brand-bento .brand-panel{height:390px}.source-result-pills span{font-size:7px}.brand-bento .brand-panel-copy h3{font-size:18px}}

/* Fictional product imagery */
.app-product-shot,.store-product-shot{position:absolute;z-index:2;overflow:visible;border:1px solid #e7c9cd;background:#fff;box-shadow:0 14px 28px rgba(80,29,45,.15)}
.app-product-shot{right:7%;bottom:11px;width:108px;height:116px;border-radius:15px;transform:rotate(3deg)}
.store-product-shot{left:50%;bottom:19px;width:176px;height:250px;border-radius:19px;transform:translateX(-50%) rotate(-3deg)}
.app-product-shot img,.store-product-shot img{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover}
.app-product-shot em,.store-product-shot em{position:absolute;padding:7px 10px;border:1px solid #e4b9c1;border-radius:999px;background:#fffaf7;color:#8d5363;font-size:8px;font-style:normal;white-space:nowrap;box-shadow:0 6px 14px rgba(78,27,43,.08)}
.app-product-shot em{left:-32px;bottom:8px}.store-product-shot em{right:-47px;bottom:12px}

/* Brand-memory node graph */
.memory-graph{position:absolute;left:24px;right:24px;top:126px;bottom:18px;overflow:hidden;border:1px solid #e8cdd1;border-radius:18px;background:radial-gradient(circle at center,#fff 0,#fff7f3 58%,#fdf0ed 100%)}
.memory-graph svg{position:absolute;inset:0;width:100%;height:100%}.memory-graph svg path{fill:none;stroke:#d991a3;stroke-width:1.4;stroke-dasharray:4 5}.memory-graph svg circle{fill:none;stroke:#edc4cb;stroke-width:1;stroke-dasharray:3 5}
.memory-core,.graph-node{position:absolute;z-index:2;display:flex;align-items:center;border:1px solid #e7c6cc;background:rgba(255,255,255,.96);box-shadow:0 8px 20px rgba(89,34,51,.09)}
.memory-core{left:50%;top:50%;width:155px;min-height:70px;transform:translate(-50%,-50%);gap:10px;padding:10px 12px;border-color:#dc9aaa;border-radius:18px}
.memory-core>i{width:36px;height:36px;display:grid;place-items:center;flex:none;border-radius:11px;background:linear-gradient(145deg,#ef987f,#d9466b);color:#fff;font-size:13px;font-style:normal;font-weight:800}.memory-core>span,.graph-node>span{display:grid;gap:2px}.memory-core small{color:#bb4a68;font-size:6px;font-weight:800;letter-spacing:.1em}.memory-core b{font-size:11px}.memory-core em{color:#9b7781;font-size:7px;font-style:normal}
.graph-node{width:116px;min-height:46px;gap:7px;padding:7px 9px;border-radius:13px}.graph-node>i{width:25px;height:25px;display:grid;place-items:center;flex:none;border-radius:8px;background:#f5dfe2;color:#b43a5c;font-size:9px;font-style:normal}.graph-node b{font-size:9px}.graph-node small{color:#a2818a;font-size:6px;white-space:nowrap}.node-tone{left:3%;top:7%}.node-voice{left:2%;bottom:8%}.node-fonts{left:31%;top:4%}.node-colours{right:31%;top:4%}.node-audience{right:2%;top:7%}.node-aesthetic{right:2%;bottom:8%}
@media (max-width:900px){.brand-app-card .app-product-shot{left:50%;right:auto;bottom:17px;width:126px;height:136px;transform:translateX(-50%) rotate(3deg)}.brand-store-card .store-product-shot{width:138px;height:196px}.memory-graph{top:135px}.graph-node{width:102px}.graph-node small{display:none}}
@media (max-width:680px){.brand-memory-card{height:460px!important}.memory-graph{top:135px;bottom:20px}.memory-core{width:128px;min-height:62px}.graph-node{width:82px;min-height:40px;padding:6px}.graph-node>i{width:21px;height:21px}.node-fonts{left:27%}.node-colours{right:27%}.store-product-shot{width:145px;height:206px}}

/* Annotated reference input */
.reference-analysis{position:absolute;left:18px;right:18px;top:122px;bottom:16px;overflow:hidden;border:1px solid #e7c8cd;border-radius:18px;background:#f8e7e4}
.reference-analysis:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(45,24,32,.05),transparent 45%,rgba(45,24,32,.16));pointer-events:none}
.reference-analysis>img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 52%}
.analysis-tag,.analysis-status{position:absolute;z-index:2;padding:5px 7px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:rgba(255,250,247,.9);box-shadow:0 5px 14px rgba(55,20,31,.14);color:#603242;font-size:7px;white-space:nowrap;backdrop-filter:blur(7px)}
.analysis-tag i{display:inline-block;width:5px;height:5px;margin-right:4px;border-radius:50%;background:#d9466b}.tag-product{left:8px;bottom:12px}.tag-palette{right:8px;top:12px}.tag-creator{left:9px;top:14px}.tag-type{right:8px;bottom:38px}.analysis-status{right:8px;bottom:10px;background:rgba(60,27,38,.86);color:#fff;border-color:rgba(255,255,255,.2)}

/* Organic knowledge-graph treatment */
.memory-graph{background:#fffdfb}
.memory-graph svg path{fill:none}.memory-graph svg .faint-links path{stroke:#eadde0;stroke-width:1;stroke-dasharray:none}.memory-graph svg .primary-links path{stroke:#d46c89;stroke-width:1.7;stroke-dasharray:none}.memory-graph svg .memory-orbit{fill:none;stroke:#efd6db;stroke-width:1;stroke-dasharray:3 5}
.memory-core,.graph-node{border:0;background:transparent;box-shadow:none}
.memory-core{left:50%;top:52%;width:auto;min-height:0;transform:translate(-50%,-50%);gap:8px;padding:0}
.memory-core>i{width:35px;height:35px;border-radius:50%;background:#d95a7b;box-shadow:0 0 0 7px rgba(217,90,123,.1)}
.memory-core>span{gap:1px;white-space:nowrap}.memory-core b{color:#aa3557;font-size:11px}.memory-core small{color:#a77d88;font-size:7px;font-weight:500;letter-spacing:0}
.graph-node{width:auto;min-height:0;gap:5px;padding:0}.graph-node>i{width:9px;height:9px;border:1.5px solid #bf5a76;border-radius:50%;background:#fff;font-size:0}.graph-node b{color:#70424f;font-size:8px;font-weight:600}.graph-node small{display:none}.node-tone{left:12%;top:14%}.node-voice{left:9%;bottom:16%}.node-fonts{left:35%;top:9%}.node-colours{right:35%;top:9%}.node-audience{right:10%;top:15%}.node-aesthetic{right:15%;bottom:16%}
.context-node{position:absolute;z-index:1;color:#c7b5ba;font-size:7px}.context-node:before{content:'';display:inline-block;width:6px;height:6px;margin-right:4px;border:1px solid #d8c9cd;border-radius:50%;background:#fff}.context-logo{left:4%;top:41%}.context-product{left:20%;top:4%}.context-message{left:22%;bottom:5%}.context-photo{left:44%;bottom:3%}.context-motion{right:24%;top:3%}.context-offer{right:4%;top:40%}.context-channel{right:5%;bottom:5%}.context-cta{left:47%;top:4%}
@media (max-width:680px){.reference-analysis{top:135px}.memory-core b{font-size:9px}.graph-node b{font-size:7px}.context-node{font-size:6px}}

/* Final bento flow: stacked inputs → memory → annotated ad */
.brand-bento{grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(9,90px);gap:18px}
.brand-bento .brand-panel{height:auto}
.brand-url-card{grid-column:1/5;grid-row:1/4}.brand-app-card{grid-column:1/5;grid-row:4/7}.brand-store-card{grid-column:1/5;grid-row:7/10}.brand-memory-card{grid-column:5/13;grid-row:1/5}.brand-onbrand-card{grid-column:5/13;grid-row:5/10}
.brand-url-card .brand-panel-copy,.brand-app-card .brand-panel-copy,.brand-store-card .brand-panel-copy{padding:17px 20px 0}.brand-url-card .brand-panel-copy>small,.brand-app-card .brand-panel-copy>small,.brand-store-card .brand-panel-copy>small{margin-bottom:6px}.brand-url-card .brand-panel-copy h3,.brand-app-card .brand-panel-copy h3,.brand-store-card .brand-panel-copy h3{font-size:16px}.brand-url-card .brand-panel-copy p,.brand-app-card .brand-panel-copy p,.brand-store-card .brand-panel-copy p{margin-top:5px;font-size:9px}
.brand-url-card .source-url-ui,.brand-app-card .app-source-ui,.brand-store-card .store-source-ui{top:112px;bottom:17px;left:18px;right:18px}
.brand-url-card .source-input{min-height:46px}.brand-url-card .source-result-pills{margin-top:8px}.brand-url-card .source-result-pills span{padding:5px 7px;font-size:7px}.brand-url-card .source-url-ui>strong{display:none}
.brand-app-card .app-listing,.brand-store-card .store-product{left:4%;right:auto;top:29px;width:48%;min-height:48px}.brand-app-card .app-listing b,.brand-store-card .store-product b{max-width:112px;overflow:hidden;text-overflow:ellipsis}.brand-app-card .app-listing>strong,.brand-store-card .store-product>strong{display:block;color:#c43e65}
.brand-app-card .source-connector,.brand-store-card .source-connector{left:53%;top:52px;height:36px;transform:rotate(-90deg)}
.brand-app-card .app-product-shot,.brand-store-card .store-product-shot{left:auto;right:6%;bottom:8px;width:98px;height:112px;transform:rotate(3deg);border-radius:14px}.brand-store-card .store-product-shot{transform:rotate(-3deg)}.brand-app-card .app-product-shot em,.brand-store-card .store-product-shot em{left:-27px;right:auto;bottom:6px;padding:5px 7px;font-size:7px}
.brand-memory-card .memory-graph{top:119px;bottom:17px}
.onbrand-creative{position:absolute;left:24px;right:24px;top:119px;bottom:17px;overflow:hidden;border:1px solid #e5c4ca;border-radius:19px;background:#8f4235;box-shadow:0 14px 30px rgba(78,27,43,.12)}
.onbrand-creative:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(44,16,24,.1),transparent 48%,rgba(44,16,24,.14));pointer-events:none}
.onbrand-creative>img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 48%}
.creative-callout,.onbrand-creative>strong{position:absolute;z-index:2;padding:6px 9px;border:1px solid rgba(255,255,255,.68);border-radius:999px;background:rgba(255,250,247,.92);box-shadow:0 6px 16px rgba(47,16,26,.16);color:#59303d;font-size:7px;white-space:nowrap;backdrop-filter:blur(8px)}
.creative-callout i{display:inline-block;width:5px;height:5px;margin-right:5px;border-radius:50%;background:#d9466b}.callout-product{left:12px;bottom:14px}.callout-composition{left:12px;top:14px}.callout-palette{right:12px;top:14px}.callout-type{right:12px;top:50%;transform:translateY(-50%)}.callout-voice{left:50%;bottom:14px;transform:translateX(-50%)}.onbrand-creative>strong{right:12px;bottom:14px;background:rgba(52,24,34,.9);border-color:rgba(255,255,255,.16);color:#fff;font-weight:600}
@media (max-width:900px){.brand-bento{grid-template-rows:repeat(9,96px)}.brand-url-card{grid-column:1/7;grid-row:1/4}.brand-app-card{grid-column:1/7;grid-row:4/7}.brand-store-card{grid-column:1/7;grid-row:7/10}.brand-memory-card{grid-column:7/13;grid-row:1/5}.brand-onbrand-card{grid-column:7/13;grid-row:5/10}.brand-app-card .app-product-shot,.brand-store-card .store-product-shot{left:auto;right:5%;bottom:8px;width:100px;height:142px;transform:rotate(3deg)}.brand-store-card .store-product-shot{transform:rotate(-3deg)}.brand-memory-card .memory-graph{top:128px}.onbrand-creative{top:128px}.callout-type,.callout-voice{display:none}}
@media (max-width:680px){.brand-bento{grid-template-columns:1fr;grid-template-rows:none}.brand-url-card,.brand-app-card,.brand-store-card{grid-column:auto;grid-row:auto;height:320px!important}.brand-memory-card{grid-column:auto;grid-row:auto;height:460px!important}.brand-onbrand-card{grid-column:auto;grid-row:auto;height:620px!important}.brand-url-card .source-url-ui,.brand-app-card .app-source-ui,.brand-store-card .store-source-ui{top:120px}.brand-app-card .app-product-shot,.brand-store-card .store-product-shot{width:115px;height:165px}.brand-memory-card .memory-graph,.onbrand-creative{top:135px}.callout-type,.callout-voice{display:block}}

/* Instagram output preview: preserve the real 4:5 ad format */
.onbrand-creative{background:radial-gradient(circle at center,#fff 0,#fff6f2 62%,#f9e5e2 100%)}
.onbrand-creative:after{display:none}
.onbrand-creative>img{position:absolute;left:50%;top:50%;width:auto;height:calc(100% - 16px);aspect-ratio:4/5;transform:translate(-50%,-50%);object-fit:cover;object-position:center 48%;border:1px solid #d9aeb7;border-radius:13px;box-shadow:0 12px 28px rgba(68,23,37,.2)}
.output-ratio{position:absolute;z-index:3;left:50%;top:12px;transform:translateX(-50%);padding:5px 8px;border-radius:999px;background:rgba(48,22,31,.84);color:#fff;font-size:6px;font-weight:700;letter-spacing:.1em;white-space:nowrap}
.callout-composition{left:14px;top:18px}.callout-product{left:14px;bottom:18px}.callout-palette{right:14px;top:18px}.callout-type{right:14px;top:50%;transform:translateY(-50%)}.callout-voice{left:auto;right:14px;bottom:54px;transform:none}.onbrand-creative>strong{right:14px;bottom:18px}
@media (max-width:900px){.onbrand-creative>img{height:calc(100% - 20px)}.creative-callout{padding:5px 7px;font-size:6px}.callout-type,.callout-voice{display:block}}
@media (max-width:680px){.onbrand-creative>img{height:calc(100% - 28px)}.output-ratio{top:18px}.creative-callout{background:rgba(255,250,247,.94)}.callout-composition{left:8px}.callout-product{left:8px}.callout-palette,.callout-type,.callout-voice,.onbrand-creative>strong{right:8px}}

/* Precise, aligned Brand Memory knowledge map */
.memory-graph .knowledge-map{position:absolute;inset:8px;width:calc(100% - 16px);height:calc(100% - 16px);overflow:visible;font-family:Inter,Arial,sans-serif}
.memory-graph .knowledge-map path,.memory-graph .knowledge-map line{fill:none}
.memory-graph .knowledge-map .map-web path{stroke:#eadde0;stroke-width:1.15;stroke-dasharray:none}
.memory-graph .knowledge-map .map-links line{stroke:#d95a7b;stroke-width:1.8}
.memory-graph .knowledge-map .map-secondary circle{fill:#fff;stroke:#d9c9cd;stroke-width:1}.memory-graph .knowledge-map .map-secondary text{fill:#b9a5ab;font-size:8px}
.memory-graph .knowledge-map .map-primary circle{fill:#fff;stroke:#c94b6d;stroke-width:1.8}.memory-graph .knowledge-map .map-primary text{fill:#6e3c4b;font-size:10px;font-weight:650}
.memory-graph .knowledge-map .map-orbit{fill:none;stroke:#efd3d9;stroke-width:1.2;stroke-dasharray:4 6}
.memory-graph .knowledge-map .map-core rect{fill:#fff;stroke:#e5b8c2;stroke-width:1}.memory-graph .knowledge-map .core-halo{fill:#f9dce2;stroke:none}.memory-graph .knowledge-map .core-dot{fill:#d94f73;stroke:none}.memory-graph .knowledge-map .core-title{fill:#8f2948;font-size:12px;font-weight:750}.memory-graph .knowledge-map .core-subtitle{fill:#a77d88;font-size:8px}

/* Two real platform outputs inside the dominant card */
.onbrand-creative{display:flex;align-items:center;justify-content:center;gap:18px;padding:16px 135px}
.output-variant{position:relative;z-index:2;flex:none;height:calc(100% - 12px);overflow:hidden;border:1px solid #d8aab4;border-radius:15px;background:#8f4235;box-shadow:0 14px 30px rgba(67,22,36,.2)}
.output-variant.instagram-output{aspect-ratio:4/5}.output-variant.tiktok-output{aspect-ratio:9/16}
.output-variant img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 48%}
.output-variant span{position:absolute;left:50%;top:9px;transform:translateX(-50%);padding:5px 8px;border-radius:999px;background:rgba(48,22,31,.84);color:#fff;font-size:6px;font-weight:750;letter-spacing:.08em;white-space:nowrap}
@media (max-width:900px){.onbrand-creative{gap:10px;padding:14px 75px}.output-variant{height:250px}}
@media (max-width:680px){.onbrand-creative{gap:8px;padding:14px 12px}.output-variant{height:215px}.creative-callout{font-size:5px}}

/* Generated Brand Memory visual with crisp interface labels */
.memory-network-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.88) contrast(.98)}
.memory-graph:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,253,251,.42),transparent 20%,transparent 80%,rgba(255,253,251,.42));pointer-events:none}
.memory-network-label,.memory-network-core{position:absolute;z-index:2}
.memory-network-label{padding:2px;color:#734150;font-size:9px;font-weight:700;text-shadow:0 1px 0 rgba(255,255,255,.95),0 0 10px #fff}.memory-network-label:before{content:none}
.label-tone{left:10%;top:24%}.label-fonts{left:31%;top:8%}.label-colours{right:31%;top:8%}.label-voice{left:10%;bottom:23%}.label-audience{right:9%;top:24%}.label-aesthetic{right:10%;bottom:23%}
.memory-network-core{left:calc(50% + 18px);top:50%;min-width:146px;transform:translateY(-50%);padding:2px 0}.memory-network-core:before{content:none}.memory-network-core b{display:block;color:#8e2948;font-size:11px;line-height:1;text-shadow:0 1px 0 rgba(255,255,255,.95),0 0 10px #fff}
@media (max-width:900px){.memory-network-label{padding:2px;font-size:6px}.memory-network-core{left:calc(50% + 14px);min-width:122px;padding:2px 0}.memory-network-core b{font-size:9px}}
@media (max-width:680px){.memory-network-label{font-size:7px}.memory-network-core{min-width:135px}.memory-network-core b{font-size:10px}}

/* Recognizable publishing-platform icons */
.platform-logo{display:inline-grid;place-items:center;flex:none;width:16px;height:16px}.platform-logo svg{display:block;width:100%;height:100%}.platform-logo.linkedin svg rect{fill:#0a66c2}.platform-logo.linkedin svg text{fill:#fff;font-family:Arial,sans-serif;font-size:12px;font-weight:800}.platform-logo.tiktok svg rect,.platform-logo.x svg rect{fill:#050505}.platform-logo.tiktok path{fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.platform-logo.tiktok .tiktok-cyan{stroke:#25f4ee;transform:translate(-.6px,.5px)}.platform-logo.tiktok .tiktok-pink{stroke:#fe2c55;transform:translate(.7px,-.3px)}.platform-logo.tiktok .tiktok-white{stroke:#fff}.platform-logo.instagram{border-radius:5px;background:radial-gradient(circle at 30% 100%,#ffd600 0 22%,#ff7a00 35%,#ff0169 57%,#d300c5 75%,#7638fa 100%)}.platform-logo.instagram svg{fill:none;stroke:#fff;stroke-width:1.8}.platform-logo.instagram .ig-dot{fill:#fff;stroke:none}.platform-logo.x svg path{fill:none;stroke:#fff;stroke-width:2}.platform-logo.youtube svg rect{fill:#ff0033}.platform-logo.youtube svg path{fill:#fff}.platform-logo.refresh svg circle{fill:#19a36b;stroke:none}.platform-logo.refresh svg path{fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.channel-pills .platform-logo{width:17px;height:17px}.channel-pills span{gap:7px}
.calendar-event b{display:flex;align-items:center;gap:5px;min-width:0}.calendar-event b>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-event .platform-logo{width:13px;height:13px}.calendar-event em{display:block;margin-left:18px}

/* Clean inline publishing schedule */
.channel-pills>span{padding:5px 7px;border:0;background:transparent;box-shadow:none}.channel-pills .platform-logo{width:21px;height:21px;padding:0;border:0;box-shadow:none}
.calendar-grid{grid-auto-rows:minmax(112px,auto)}
.calendar-day{height:auto;min-height:112px;padding:8px 9px;overflow:visible}
.calendar-event,.calendar-event.blue,.calendar-event.pink,.calendar-event.red,.calendar-event.aqua,.calendar-event.gray,.calendar-event.green{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:7px;margin-top:6px;padding:3px 0;border:0;border-radius:0;background:transparent;overflow:visible}
.calendar-event-copy{display:grid;min-width:0;gap:2px}.calendar-event-copy b{display:block;min-width:0;font-size:8px;line-height:1.3;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}.calendar-event .platform-logo{width:18px;height:18px;margin:0;padding:0}.calendar-event-copy em{display:block;margin:0;font-size:7px;line-height:1.2;white-space:nowrap}

/* Inline Shopify connection */
.brand-store-card .store-product{left:7%;top:31px;width:auto;min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;gap:10px}
.brand-store-card .store-product>i.shopify-icon{width:31px;height:35px;border-radius:0;background:transparent;color:inherit}
.brand-store-card .store-product>i.shopify-icon svg{display:block;width:100%;height:100%}
.brand-store-card .store-product>strong{margin-left:3px}

/* Inline uploaded-image detail */
.brand-app-card .app-listing{left:7%;top:31px;width:auto;min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;gap:10px}
.brand-app-card .app-listing>i.upload-thumbnail{width:38px;height:38px;overflow:hidden;border:1px solid #e7c8cd;border-radius:9px;background:#fff}
.brand-app-card .app-listing>i.upload-thumbnail img{display:block;width:100%;height:100%;object-fit:cover}
.brand-app-card .app-listing>strong{margin-left:3px}

/* Native creative-model marks */
.model-chip i.model-logo,.model-chip i.model-logo.google,.model-chip i.model-logo.wan,.model-chip i.model-logo.seed,.model-chip i.model-logo.flux,.model-chip i.model-logo.kling,.model-chip i.model-logo.hailuo,.model-chip i.model-logo.grok{width:30px;height:30px;padding:0;border:0;border-radius:0;background:transparent;color:#171717}
.model-chip i.model-logo svg{display:block;width:100%;height:100%;overflow:hidden}

/* Four-step ad creation workflow */
.ad-workflow{padding-top:105px;padding-bottom:115px;background:#fff;border-top:1px solid #f1dcda;border-bottom:1px solid #f1dcda}
.workflow-heading{max-width:980px}.workflow-heading>small{color:#c94c6d;font-size:10px;font-weight:750;letter-spacing:.2em}.workflow-heading h2{max-width:950px;margin:18px 0 0;color:#351b25;font-size:clamp(44px,5vw,72px);line-height:.98;letter-spacing:-.055em}.workflow-heading h2 span{color:#d85c7b;font-weight:450}.workflow-heading p{margin:24px 0 0;color:#8b6e76;font-size:17px}
.workflow-track{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:12px;margin:72px 12px 20px;color:#8c6e77;font-size:11px;font-weight:650}.workflow-track span:after{content:'';display:block;width:7px;height:7px;margin-top:9px;border-radius:50%;background:#df6a87}.workflow-track i{height:1px;background:#edcdd3}
.workflow-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.workflow-card{min-width:0;min-height:455px;display:flex;flex-direction:column;padding:26px;border:1px solid #ebd5d6;border-radius:24px;background:#fff;box-shadow:0 18px 45px rgba(95,41,55,.06)}.workflow-card header{display:flex;align-items:center;justify-content:space-between}.workflow-card header span{color:#de6381;font-size:13px;font-weight:750}.workflow-card header small{color:#997a83;font-size:9px;letter-spacing:.14em}.workflow-card h3{margin:54px 0 8px;color:#311923;font-size:25px;line-height:1.05;letter-spacing:-.03em}.workflow-card>p{min-height:57px;margin:0;color:#8b737a;font-size:13px;line-height:1.45}.workflow-card>footer{margin-top:auto;padding-top:19px;border-top:1px solid #f0dedf;color:#d74d72;font-size:12px;font-weight:700}
.workflow-visual{position:relative;height:190px;margin:20px 0 22px;overflow:hidden;border:1px solid #efd8d9;border-radius:18px;background:#fff6f2}
.avatar-picker{display:flex;align-items:flex-end;justify-content:center;gap:7px;padding:17px 13px 0}.avatar-picker img{width:31%;height:151px;object-fit:cover;border-radius:13px 13px 0 0;filter:saturate(.8);opacity:.68}.avatar-picker img.selected{height:168px;opacity:1;filter:none;border:2px solid #dc5578}.avatar-picker strong,.template-picker>strong,.product-picker>strong{position:absolute;right:10px;bottom:10px;padding:7px 9px;border-radius:999px;background:#fff;color:#b9375e;font-size:8px;box-shadow:0 6px 15px rgba(84,29,44,.12)}
.template-picker img,.product-picker img{display:block;width:100%;height:128px;object-fit:cover}.template-picker>div,.product-picker>div{display:grid;gap:2px;padding:10px 12px}.template-picker b,.product-picker b{font-size:10px}.template-picker small,.product-picker small{color:#9a7c84;font-size:8px}.product-picker img{object-position:center 58%}
.voice-picker{height:206px;padding:14px;background:#fff9f6}.voice-row{display:flex;align-items:center;gap:9px}.voice-row>button{width:31px;height:31px;border:0;border-radius:50%;background:#3b1d28;color:#fff;font-size:9px}.voice-row span{display:grid;gap:2px}.voice-row b{font-size:10px}.voice-row small{color:#9a7c84;font-size:7px}.voice-row em{margin-left:auto;color:#9a7c84;font-size:8px;font-style:normal}.waveform{height:42px;display:flex;align-items:center;justify-content:center;gap:4px;margin:8px 0}.waveform i{width:3px;border-radius:99px;background:linear-gradient(#f19b88,#d94c72)}.waveform i:nth-child(1),.waveform i:nth-child(12){height:9px}.waveform i:nth-child(2),.waveform i:nth-child(10){height:18px}.waveform i:nth-child(3),.waveform i:nth-child(8){height:27px}.waveform i:nth-child(4),.waveform i:nth-child(11){height:15px}.waveform i:nth-child(5),.waveform i:nth-child(9){height:33px}.waveform i:nth-child(6){height:23px}.waveform i:nth-child(7){height:37px}.generate-ad{width:100%;border:0;border-radius:10px;padding:10px;background:#d94b70;color:#fff;font-size:9px;font-weight:750}.approval-state{display:flex;justify-content:space-between;margin-top:10px;color:#98747f;font-size:7px}.approval-state b{color:#9f3152}
@media (max-width:1000px){.workflow-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-track{display:none}.workflow-cards{margin-top:52px}}
@media (max-width:680px){.ad-workflow{padding-top:75px;padding-bottom:80px}.workflow-heading h2{font-size:43px}.workflow-heading p{font-size:14px;line-height:1.5}.workflow-cards{grid-template-columns:1fr;margin-top:38px}.workflow-card{min-height:430px}.workflow-card h3{margin-top:38px}.workflow-visual{height:200px}}

.models-section,.templates,.calendar-section,.comparison,.pricing{background:#fff}
.metrics,.source-section,.ad-workflow,.models-section,.templates,.calendar-section,.comparison,.pricing,.faq{border-top:0;border-bottom:0}
.metrics,.faq{background:#fff}
main>section,section.section-pad,.templates,.models-section,.ad-workflow,.calendar-section,.comparison,.pricing,.faq,.metrics,.source-section{border:0!important;box-shadow:none!important}
.workflow-visual,.voice-picker,.avatar-picker,.template-picker,.product-picker{background:#fff}
.model-chip{background:#fff}
.calendar-board,.calendar-day{background:#fff}
.comparison-table,.comparison-table .table-head,.comparison-table>div:not(.table-head),.offers article:not(.dark-offer){background:#fff}
.calendar-board{border-color:#e3e1de}
.calendar-board>header{border-color:#e3e1de}
.calendar-day{border:1px solid #e3e1de;border-radius:10px}
.calendar-board,.calendar-board>header{border-color:#efefef}
.calendar-day{border:0;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;border-radius:0}
.icons{align-items:center;gap:22px}
.icons button{font-size:26px;color:#6c6862;line-height:1}
.icons .ask{font-size:16px;color:#222;font-weight:500}.icons .ask span{color:#888;font-size:13px}
.mind{margin-left:auto;display:flex;align-items:center;gap:8px;font-size:16px;color:#222;font-weight:500}
.prompt-tools .send{margin-left:0}
a.award{text-decoration:none;background:#df4d70;border-color:#df4d70;color:#fff;border-radius:12px;padding:12px 18px;cursor:pointer;transition:background .2s,transform .2s}
a.award b{color:#fff;font-size:12px}
a.award span{color:#fff;opacity:.92;font-size:11px}
a.award:hover{background:#c93e60;transform:translateY(-1px)}
.prompt-line input{width:100%;border:0;outline:0;background:transparent;font:inherit;color:#3a1f28;padding:0}
.prompt-line input::placeholder{color:#8a6972;opacity:1}
.prompt-tools .send{transition:background .2s,transform .2s;cursor:pointer}
.prompt-tools .send.active{background:#df4d70}
.prompt-tools .send.active:hover{background:#c93e60;transform:translateY(-1px)}
.source-heading h2 span,.calendar-heading h2 span,.models-heading h2 span,.workflow-heading h2 span,.section-heading h2 span,.section-heading.left h2 span,.plugin h2 span,.final-cta h2 span{background:linear-gradient(90deg,#f6a98e,#d9587c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
.workflow-track{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:72px 0 20px;align-items:start}
.workflow-track i{display:none}
.workflow-track span{position:relative;display:block;padding:0 0 22px 26px}
.workflow-track span:after{position:absolute;left:26px;bottom:0;margin:0}
.workflow-track span:not(:last-child):before{content:'';position:absolute;left:41px;bottom:3px;width:calc(100% + 18px - 41px + 26px - 6px);height:1px;background:#edcdd3}
.avatar-picker figure{position:relative;width:31%;height:151px;margin:0;border-radius:13px 13px 0 0;overflow:hidden;opacity:.68;filter:saturate(.8)}
.avatar-picker figure.selected{height:168px;opacity:1;filter:none;border:2px solid #dc5578}
.avatar-picker figure img,.avatar-picker figure.selected img{width:100%;height:100%;object-fit:cover;object-position:50% 20%;border:0;border-radius:0;opacity:1;filter:none;display:block}
.avatar-picker figcaption{position:absolute;left:5px;right:5px;bottom:24px;text-align:center;color:#fff;font-size:7px;line-height:1.25;font-weight:800;text-shadow:0 1px 3px rgba(0,0,0,.75);pointer-events:none}
.avatar-picker{padding:0;gap:0;align-items:stretch;justify-content:stretch}
.avatar-picker figure,.avatar-picker figure.selected{flex:1 1 0;width:auto;height:100%;border-radius:0;border:0}
.avatar-picker figure.selected{outline:3px solid #dc5578;outline-offset:-3px;z-index:1}
.avatar-picker figcaption{bottom:44px;font-size:8px}
.avatar-picker figure{opacity:1;filter:none}
.avatar-picker figure.selected{border-radius:18px;outline:0;overflow:hidden}
.avatar-picker figure.selected:after{content:'';position:absolute;inset:0;border:3px solid #dc5578;border-radius:18px;pointer-events:none}
.avatar-picker figure.selected{border-radius:0;outline:3px solid #dc5578;outline-offset:-3px}
.avatar-picker figure.selected:after{display:none}
.avatar-picker figure{opacity:.82;filter:saturate(.85)}
.avatar-picker figure.selected{opacity:1;filter:none}
.avatar-picker figure.selected{outline:2px solid #48222f;outline-offset:-2px}
.avatar-picker figure.selected{outline:1px solid #48222f;outline-offset:-1px}
.avatar-picker figure.selected{outline:1px solid #d9587c;outline-offset:-1px}
.avatar-picker>strong{left:50%;right:auto;transform:translateX(-50%);z-index:2}
.template-picker{display:flex;align-items:stretch;gap:0;padding:0}
.template-picker figure{position:relative;flex:1 1 0;height:100%;margin:0;overflow:hidden;opacity:.82;filter:saturate(.85)}
.template-picker figure.selected{opacity:1;filter:none;outline:1px solid #d9587c;outline-offset:-1px;z-index:1}
.template-picker figure img{width:100%;height:100%;object-fit:cover;display:block}
.template-picker figure em{position:absolute;top:8px;left:50%;transform:translateX(-50%);white-space:nowrap;padding:3px 7px;border-radius:999px;background:rgba(45,24,32,.72);color:#fff;font-style:normal;font-size:7px;font-weight:700}
.template-picker figcaption{position:absolute;left:0;right:0;bottom:38px;text-align:center;color:#fff;font-size:9px;font-weight:800;text-shadow:0 1px 3px rgba(0,0,0,.75)}
.template-picker>strong{left:50%;right:auto;transform:translateX(-50%);z-index:2}
.workflow-visual,.voice-picker{height:190px}
@media (min-width:1001px){.workflow-card h3{min-height:2.1em}.workflow-card p{min-height:3em}}
.template-picker figure img{object-position:50% 30%}
.template-picker figure img{object-position:50% 0}
.template-picker figure.selected img{object-position:100% 0}
.template-picker figure:first-of-type img{object-position:35% 0}
.product-picker{padding:0}
.product-picker img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 30%}
.product-picker>div{position:absolute;left:10px;bottom:10px;z-index:1;padding:7px 11px;border-radius:12px;background:rgba(255,255,255,.92);box-shadow:0 6px 15px rgba(84,29,44,.12)}
.product-picker>strong{z-index:2}
.templates-head h2 em{background:linear-gradient(90deg,#f6a98e,#d9587c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
.workflow-track{grid-template-columns:repeat(5,minmax(0,1fr))}
.workflow-cards{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
@media (min-width:1001px){.workflow-card{padding:22px}.workflow-card h3{font-size:22px}.workflow-track span{padding-left:22px}.workflow-track span:after{left:22px}.workflow-track span:not(:last-child):before{left:37px;width:calc(100% + 14px - 37px + 22px - 6px)}}
@media (max-width:1000px){.workflow-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:680px){.workflow-cards{grid-template-columns:1fr}}
.generate-picker{justify-content:center;gap:12px}
.gen-progress{height:5px;border-radius:5px;background:#f3e1e3;overflow:hidden}
.gen-progress i{display:block;width:78%;height:100%;border-radius:5px;background:linear-gradient(90deg,#f6a98e,#d9587c)}
.brand-panel{background:#fff}
.brand-panel:before{display:none}
.source-url-ui,.app-source-ui,.store-source-ui,.memory-graph,.onbrand-creative{background:#fff}
.memory-graph:after{display:none}
.templates-head h2{font-family:var(--sans);font-weight:700;color:#351b25;font-size:clamp(44px,5vw,72px);line-height:.98;letter-spacing:-.055em;margin:18px 0 0}
.templates-head h2 em{font-style:normal;font-weight:450}
@media (max-width:680px){.templates-head h2{font-size:43px}}
.voice-picker{display:flex;flex-direction:column;justify-content:center;gap:14px;padding:16px}
.voice-picker .voice-row{margin:0}
.voice-picker .generate-ad{margin:0;width:100%}
.gen-status{display:flex;justify-content:space-between;font-size:9px;color:#8c6e77;margin-bottom:-8px}
.gen-status b{color:#311923}
.voice-picker .approval-state{margin:0}
.voice-row small{white-space:nowrap}
.voice-orb-card{align-items:center;justify-content:center;gap:8px;padding:12px}
.voice-orb{flex:none;width:86px;height:86px;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.55),transparent 22%),conic-gradient(from 210deg at 50% 52%,#ffe3d4,#f6a98e,#e9739a,#8a2f5c,#e9739a,#ffd2c0,#fbe6f0,#ffe3d4);box-shadow:inset 0 0 14px rgba(255,255,255,.55),0 8px 20px rgba(217,88,124,.22);filter:saturate(1.05)}
.voice-name{font-size:12px;color:#311923;letter-spacing:-.01em}
.lang-pill{display:flex;align-items:center;gap:5px;padding:5px 9px;border-radius:999px;background:#fff;box-shadow:0 4px 14px rgba(84,29,44,.14),0 0 0 1px #f3e2e4}
.lang-pill span{font-size:9px;font-weight:700;color:#311923;margin-left:2px}
.flag{display:block;width:18px;height:18px;border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,.08)}
.f-ru{background:linear-gradient(#fff 33.3%,#1c57a5 33.3% 66.6%,#d52b1e 66.6%)}
.f-fr{background:linear-gradient(90deg,#1f3f9a 33.3%,#fff 33.3% 66.6%,#e1392f 66.6%)}
.f-es{background:linear-gradient(#c8342b 25%,#f2c12e 25% 75%,#c8342b 75%)}
.f-in{background:radial-gradient(circle,#2a3f9e 0 12%,transparent 13%),linear-gradient(#f28c28 33.3%,#fff 33.3% 66.6%,#1f8a3d 66.6%)}
.f-ae{background:linear-gradient(90deg,#d9302b 0 28%,transparent 28%),linear-gradient(#1f8a3d 33.3%,#fff 33.3% 66.6%,#111 66.6%)}
.f-id{background:linear-gradient(#e0332c 50%,#fff 50%)}
.voice-orb{width:74px;height:74px}
.voice-orb-card{gap:7px;padding:10px}
.lang-pill{gap:0;padding:4px 10px 4px 6px;max-width:100%;box-sizing:border-box}
.lang-pill .flag{width:15px;height:15px;margin-left:-3px;box-shadow:0 0 0 1.5px #fff,0 0 0 2.5px rgba(0,0,0,.05)}
.lang-pill .flag:first-child{margin-left:0}
.lang-pill span{font-size:8px;margin-left:6px}
.voice-orb-card{background:linear-gradient(180deg,#fdf1ee,#fbe9ee)}
.lang-pill .flag{margin-left:-2px}
@media (min-width:1001px){.workflow-card p{min-height:4.95em;min-height:3lh}}
.onbrand-creative{display:flex;align-items:center;justify-content:center;gap:14px}
.output-variant.short-output{aspect-ratio:9/16;height:calc(100% - 28px);flex:none}
@media (max-width:900px){.output-variant.short-output{height:calc(100% - 36px)}}
@media (max-width:680px){.onbrand-creative{gap:8px}.output-variant.short-output{flex:1 1 0;height:auto;aspect-ratio:9/16;max-height:calc(100% - 28px)}}
.onbrand-creative{padding:14px 20px;gap:14px}
.output-variant.short-output{height:100%;max-height:none}
@media (max-width:680px){.onbrand-creative{padding:12px;gap:8px}.output-variant.short-output{height:100%;aspect-ratio:9/16;flex:none;max-width:31%}}
.templates-head{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0}
.templates-head p{max-width:540px;margin:18px 0 0;font-size:15px;line-height:1.55}
@media (min-width:1001px){.templates-head p{max-width:none;white-space:nowrap}}
.output-variant.short-output img{transform:scale(1.03)}
.pricing-title h2{font-family:var(--sans);font-weight:700;color:#351b25;font-size:clamp(44px,5vw,72px);line-height:.98;letter-spacing:-.055em;margin:0 0 16px}
.pricing-title h2 span{background:linear-gradient(90deg,#f6a98e,#d9587c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-weight:450}

.pcards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:48px;align-items:stretch;max-width:1120px;margin-left:auto;margin-right:auto}
.pcard{position:relative;display:flex;flex-direction:column;padding:32px 30px 30px;border:1px solid #ecd9dc;border-radius:22px;background:#fff}
.pcard-featured{border:2px solid #e3a3b6;box-shadow:0 18px 44px rgba(217,88,124,.12)}
.pcard-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);padding:6px 18px;border-radius:999px;background:linear-gradient(90deg,#f6a98e,#e079a0);color:#fff;font-size:11px;font-weight:800;letter-spacing:.14em;white-space:nowrap}
.pcard h3{margin:0;font-size:26px;letter-spacing:-.03em;color:#311923}
.pcard-price{margin:26px 0 18px;font-size:40px;font-weight:800;letter-spacing:-.04em;color:#311923}
.pcard-price span{font-size:22px;font-weight:800}
.pcard>p{margin:0 0 26px;font-size:15px;line-height:1.7;color:#81656d}
.pcard ul{list-style:none;margin:0 0 34px;padding:0;display:grid;gap:14px;font-size:15px;color:#6d5a60}
.pcard li{display:flex;gap:12px;align-items:flex-start}
.pcard li:before{content:'✓';flex:none;color:#d9587c;font-weight:700}
.pcard-cta{margin-top:auto;display:block;padding:15px;border-radius:12px;text-align:center;text-decoration:none;font-size:15px;font-weight:600;background:#f2c7d3;color:#311923;transition:background .2s,transform .2s}
.pcard-cta:hover{background:#e9a9bd;transform:translateY(-1px)}
.pcard-featured .pcard-cta{background:linear-gradient(90deg,#f19a86,#d9587c);color:#fff}
@media (max-width:980px){.pcards{grid-template-columns:1fr;max-width:520px}}
.pricing-title{text-align:left;max-width:1120px;margin-left:auto;margin-right:auto}
.pricing-title p{margin-left:0;margin-right:0;max-width:620px}
.pcard:not(.pcard-featured) .pcard-cta{background:#111;color:#fff}
.pcard:not(.pcard-featured) .pcard-cta:hover{background:#2a2a2a}
.pcard:not(.pcard-featured) li:before{color:#111}
.final-cta,.footer{background:#2a161e}
.cta-glow{display:none}
.final-cta{height:auto;padding:110px 24px 90px}
.final-cta h2{margin:0 0 34px}
.final-cta .button.ghost{border-color:rgba(255,255,255,.28)}
.footer{padding-top:70px;padding-bottom:30px;border-top:1px solid rgba(255,255,255,.08)}
.footer-brand p{max-width:300px;line-height:1.6}
.footer>div:not(.footer-brand):not(.copyright)>b{color:#fff;font-size:13px;margin-bottom:8px}
.footer a{color:#b9a0a8;text-decoration:none;transition:color .2s}
.footer a:hover{color:#fff}
.copyright{display:flex;justify-content:space-between;align-items:center;margin-top:24px;border-top:1px solid rgba(255,255,255,.1);color:#9c8790}
.copyright button{float:none;color:#9c8790;cursor:pointer}
.copyright button:hover{color:#fff}
.footer{border-top:0}
main{background:#fff}
.final-cta{margin:56px clamp(12px,4vw,80px) 0;border-radius:44px 44px 0 0}
.footer{margin:0 clamp(12px,4vw,80px);border-radius:0;padding-left:clamp(28px,6vw,100px);padding-right:clamp(28px,6vw,100px);padding-bottom:36px}
body{background:#fff}
.footer{grid-template-columns:2.2fr 1fr 1fr 1fr;gap:40px;padding-top:80px;font-size:16px}
.footer-brand p{font-size:16px;line-height:1.6;color:#d8c4ca;max-width:340px}
.footer-brand b{font-size:19px}
.footer>div:not(.footer-brand):not(.copyright)>b{font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#a58d95;margin-bottom:14px}
.footer>div:not(.footer-brand):not(.copyright){gap:14px}
.footer a{font-size:17px;color:#eadde1}
.footer a:hover{color:#fff}
.copyright{grid-column:1/-1;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;margin-top:40px;padding-top:32px;font-size:15px;color:#b9a0a8}
.copyright nav{display:flex;gap:32px;justify-content:center;flex-wrap:wrap}
.copyright nav a{font-size:15px;color:#d8c4ca}
.copyright .socials{display:flex;gap:18px;justify-content:flex-end}
.copyright .socials a{color:#eadde1;display:grid;place-items:center}
@media (max-width:900px){.footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.copyright{grid-template-columns:1fr;text-align:center}.copyright nav,.copyright .socials{justify-content:center}}
.hero h1{background:linear-gradient(100deg,#351b25 0%,#351b25 30%,#d9587c 44%,#f6a98e 50%,#d9587c 56%,#351b25 70%,#351b25 100%);background-size:260% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:h1shimmer 5s linear infinite}
@keyframes h1shimmer{0%{background-position:130% 0}100%{background-position:-30% 0}}
@media (prefers-reduced-motion:reduce){.hero h1{animation:none;background-position:50% 0}}
.final-cta{padding-bottom:40px}
.footer{padding-top:40px}
.hero h1{background-image:linear-gradient(100deg,#351b25 0%,#351b25 18%,#d9587c 28%,#f6a98e 34%,#d9587c 40%,#351b25 50%,#351b25 68%,#d9587c 78%,#f6a98e 84%,#d9587c 90%,#351b25 100%);background-size:200% 100%;animation:h1shimmer 1.8s linear infinite}
@keyframes h1shimmer{0%{background-position:0% 0}100%{background-position:-100% 0}}
.hero h1{padding-bottom:.16em;margin-bottom:calc(28px - .16em)}
.hero h1{animation-duration:.9s}
.hero h1{animation-duration:.45s}
.hero h1{animation-duration:.9s}
.hero h1{background-image:linear-gradient(100deg,#351b25 0%,#351b25 40%,#d9587c 46%,#f6a98e 50%,#d9587c 54%,#351b25 60%,#351b25 100%);background-size:300% 100%;background-position:100% 0;animation:h1shimmer 1.8s linear infinite}
@keyframes h1shimmer{0%{background-position:100% 0}50%{background-position:0% 0}100%{background-position:0% 0}}
.brand-panel{border:0!important}
.source-url-ui,.app-source-ui,.store-source-ui,.memory-graph,.onbrand-creative{border:0!important;box-shadow:none}
.workflow-card{border:0!important}
.workflow-visual{border:0!important}
.avatar-picker figure.selected,.template-picker figure.selected{outline:0}
.model-chip{border:0!important;box-shadow:0 4px 16px rgba(94,38,53,.09)}
.pcard{border:0!important;box-shadow:0 6px 24px rgba(94,38,53,.07)}
.pcard-featured{background:linear-gradient(180deg,#fff4f0,#fde9ef);box-shadow:0 22px 50px rgba(217,88,124,.2);transform:translateY(-8px)}
.faq-list details{border:0!important}
.footer img[src$="ads-platform-mark.svg"]{filter:invert(1) brightness(1.05)}
.copyright{border-top:0!important}
.final-cta{background:linear-gradient(180deg,#2a161e 0%,#3a1c2a 100%)}
.footer{background:linear-gradient(180deg,#3a1c2a 0%,#5a2a3c 100%)}
.faq h2{font-family:var(--sans);font-weight:700;color:#351b25;font-size:clamp(44px,5vw,72px);line-height:1;letter-spacing:-.055em}
.faq h2 span{background:linear-gradient(90deg,#f6a98e,#d9587c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-weight:450;padding-bottom:.12em}
.faq-list summary{font-family:var(--sans);font-size:20px;font-weight:600;letter-spacing:-.02em;color:#351b25;padding:24px 0;align-items:center}
.faq-list summary:after{font-size:20px;color:#81656d}
.faq-list p{font-size:17px;line-height:1.65;color:#81656d}
.logo-mark{--mark-base:#2a161e;display:inline-block;flex:none;width:27px;height:27px;-webkit-mask:url(/assets/ads-platform-mark.svg) center/contain no-repeat;mask:url(/assets/ads-platform-mark.svg) center/contain no-repeat;background-image:linear-gradient(100deg,var(--mark-base) 0%,var(--mark-base) 40%,#d9587c 46%,#f6a98e 50%,#d9587c 54%,var(--mark-base) 60%,var(--mark-base) 100%);background-size:300% 100%;background-position:100% 0;animation:h1shimmer 1.8s linear infinite}
.footer-brand .logo-mark{--mark-base:#fff8f5;width:30px;height:30px}
@media (prefers-reduced-motion:reduce){.logo-mark{animation:none;background-position:100% 0}}
.logo-mark{animation:none;background-image:none;background-color:var(--mark-base)}
.faq .section-heading{text-align:left;margin-left:0;margin-right:auto}
.faq h2{text-align:left}
.faq-wrap{margin-left:0;margin-right:auto}
.faq .section-heading{text-align:center;margin-left:auto;margin-right:auto}
.faq h2{text-align:center}
.faq-wrap{margin-left:auto;margin-right:auto}

.media-card,.media-card.landscape{width:200px}.media-card img,.media-card.landscape img{height:auto;aspect-ratio:9/16;object-fit:cover}
.media-card,.media-card.landscape{width:210px;border:0!important;border-radius:20px;background:#fff;box-shadow:0 14px 32px rgba(75,28,43,.12)}
.media-card img{border-radius:20px 20px 0 0}
.media-card div{padding:14px 16px 17px}
.media-card b{font-size:14px;margin-bottom:6px;color:#351b25;letter-spacing:-.01em}
.media-card span{font-size:10px;color:#81656d}
html,body{overflow-x:clip}
@media (max-width:680px){
.hero{height:780px}
.hero-copy{padding:0 16px}
.hero h1{font-size:clamp(30px,11.5vw,44px);max-width:100%}
.hero-copy p{max-width:100%}
.prompt-card{width:calc(100% - 32px);box-sizing:border-box}
.prompt-line input{min-width:0}
.hero-cards{top:560px}
}
@media (max-width:680px){.metrics{padding-left:24px;padding-right:24px;box-sizing:border-box}.metrics strong{font-size:clamp(26px,8.5vw,34px)}}
.workflow-card>footer{border-top:0!important}
@media (min-width:681px) and (max-width:1000px){.onbrand-creative{overflow:hidden;padding:14px 20px;gap:10px}.onbrand-creative .output-variant.short-output{flex:0 1 31%;min-width:0;max-width:31%;height:100%}}
@media (max-width:680px){.final-cta>div:last-child{display:flex;flex-direction:column;align-items:center;gap:14px}.final-cta>div:last-child .button{width:min(100%,280px);box-sizing:border-box}}
.nav-demo{display:none!important}
@media (max-width:680px){
.site-header nav.open{display:flex;flex-direction:column;align-items:stretch;gap:4px;position:absolute;top:calc(100% + 10px);left:0;right:0;padding:10px;border-radius:24px;background:#fffdfb;box-shadow:0 16px 38px rgba(105,48,63,.16)}
.site-header nav.open a{padding:13px 16px;font-size:15px}
.site-header nav.open .nav-demo{display:block!important;margin-top:4px;text-align:center;background:#351b25;color:#fff}
}
