:root{--navy:#082b50;--blue:#0068bd;--teal:#009fa8;--red:#ed1526;--gold:#f5c726;--ink:#183752;--muted:#657c92;--line:#dfe8f0;--bg:#f3f7fc}*{box-sizing:border-box}body{margin:0;font:16px/1.55 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}[hidden]{display:none!important}a{color:var(--blue);text-decoration:none}button,input,select,textarea{font:inherit}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--blue);color:white;border:1px solid transparent;border-radius:11px;padding:12px 20px;font-weight:650;cursor:pointer;text-decoration:none}button:hover,.button:hover{filter:brightness(.94)}button:disabled{opacity:.55;cursor:wait}.secondary{background:white;color:var(--navy);border-color:var(--line)}.small{padding:8px 12px;font-size:14px}button:focus-visible,a:focus-visible,input:focus,select:focus,textarea:focus{outline:3px solid #009fa84d;outline-offset:2px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px max(24px,calc((100vw - 1240px)/2));background:white;border-bottom:1px solid var(--line);position:relative}.topbar:after{content:"";position:absolute;height:4px;bottom:0;left:0;right:0;background:linear-gradient(90deg,var(--navy) 0 30%,var(--red) 30% 55%,var(--gold) 55% 75%,var(--teal) 75%)}.brand img{width:210px;height:72px;object-fit:contain}.topbar nav{display:flex;align-items:center;gap:26px}main{max-width:1240px;margin:0 auto;padding:44px 24px}h1,h2,p{margin-top:0}h1{font-size:38px;line-height:1.15;letter-spacing:-1.5px;color:var(--navy);margin-bottom:20px}h2{font-size:25px;line-height:1.25;letter-spacing:-.5px;color:var(--navy)}.eyebrow{font-size:12px;font-weight:800;letter-spacing:2px;color:var(--teal);margin-bottom:16px}.hero{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center;padding:28px 0 60px}.hero h1{font-size:64px;letter-spacing:-3px}.hero h1 span{color:var(--blue)}.lead{font-size:19px;max-width:530px;color:var(--muted)}.hero-tags{display:flex;gap:12px;flex-wrap:wrap;margin:25px 0}.hero-tags span{font-size:13px;background:#e2f3f4;color:#117c81;border-radius:30px;padding:6px 12px}.steps{padding:32px;border-radius:24px;background:linear-gradient(145deg,#082b50,#064f85);color:white;box-shadow:0 18px 40px #082b5014}.steps h2{color:white;margin-top:22px}.pill{display:inline-block;font-size:11px;letter-spacing:1px;font-weight:800;background:#e2f3f4;color:#087e85;padding:7px 11px;border-radius:6px}.steps ol{padding-left:26px;margin-bottom:0}.steps li{padding:10px 0 10px 8px}.steps li::marker{color:var(--gold);font-weight:bold}.steps p{font-size:14px;color:#c7d9e9;margin:5px 0}.card{padding:30px;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 25px #082b5004}.columns{display:grid;grid-template-columns:1.35fr 1fr;gap:26px;align-items:start}.stack{display:grid;gap:24px}.muted{color:var(--muted);font-size:14px}label{display:block;font-size:14px;font-weight:600;margin-bottom:18px}input,select,textarea{display:block;width:100%;margin-top:7px;padding:11px 12px;border:1px solid #cfdae5;border-radius:8px;color:var(--ink);background:white;min-width:0}input[type=checkbox]{width:auto;display:inline-block;margin-right:8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.input-suffix{display:flex;align-items:center;gap:8px}.input-suffix span{font-size:12px;color:var(--muted);white-space:nowrap}.input-suffix input{flex:1;width:50%}.notice{padding:15px 20px;background:#e8f6f4;border:1px solid #b9e1db;border-left:4px solid var(--teal);border-radius:9px;margin:20px 0;white-space:pre-wrap}.notice.error{background:#fff0f1;border-color:#f0c7cc;color:#a32033}footer{max-width:1240px;margin:0 auto;padding:28px 24px 40px;display:flex;align-items:center;gap:20px;flex-wrap:wrap;font-size:12px;color:var(--muted)}footer img{width:150px;height:60px;object-fit:contain}footer p{margin:0}footer a{margin-left:auto}.login-panel{max-width:520px;margin:35px auto}.login-panel h1{font-size:34px}.login-panel button{width:100%}.page-title{display:flex;align-items:center;justify-content:space-between;gap:30px}.actions{display:flex;gap:10px;flex-wrap:wrap}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:24px 0}.metric{background:white;border:1px solid var(--line);border-top:3px solid var(--teal);padding:22px;border-radius:14px}.metric:nth-child(2){border-top-color:var(--blue)}.metric:nth-child(3){border-top-color:var(--gold)}.metric:nth-child(4){border-top-color:var(--red)}.metric strong{display:block;font-size:32px;color:var(--navy)}.metric span{font-size:13px;color:var(--muted)}.toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:18px}.toolbar nav{display:flex;gap:6px;flex-wrap:wrap}.toolbar nav button{background:transparent;color:var(--muted);padding:10px 14px}.toolbar nav button.selected{background:var(--navy);color:white}.search{max-width:350px}.table-card{padding:0;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px}th{text-align:left;color:var(--muted);background:#f8fafc;font-size:11px;letter-spacing:.7px;text-transform:uppercase}td,th{padding:18px;border-bottom:1px solid var(--line);vertical-align:top}td strong{display:block;color:var(--navy)}td small{display:block;color:var(--muted);margin-top:3px}.badge{display:inline-block;padding:4px 9px;border-radius:6px;font-size:12px;background:#edf1f5;white-space:nowrap}.badge.ACTIVE,.badge.APPROVED{background:#e2f4ed;color:#22704e}.badge.PENDING{background:#fff5d6;color:#8a6510}.badge.EXPIRED,.badge.SUSPENDED,.badge.REJECTED{background:#ffebee;color:#ab2d43}.row-actions{display:flex;gap:6px;flex-wrap:wrap;min-width:175px}.empty{padding:40px;text-align:center;color:var(--muted)}dialog{border:1px solid var(--line);border-radius:20px;max-width:620px;width:calc(100% - 32px);padding:28px;max-height:90vh;color:var(--ink)}dialog::backdrop{background:#082b5080;backdrop-filter:blur(3px)}.dialog-title{display:flex;align-items:center;justify-content:space-between;gap:16px}.dialog-title h2{margin:0}.dialog-title+p{margin-top:14px}.dialog-footer{display:flex;justify-content:flex-end;margin-top:20px}#status-panel{margin-bottom:25px;border-left:5px solid var(--teal)}#status-panel button{margin:5px}@media(max-width:850px){.hero{gap:26px}.hero h1{font-size:46px}.columns{grid-template-columns:1fr}.page-title{display:block}.metrics{grid-template-columns:repeat(2,1fr)}.toolbar{align-items:flex-start;flex-direction:column}}@media(max-width:580px){main{padding:28px 16px}.topbar{padding:12px 16px;gap:12px}.brand img{width:155px;height:54px}.topbar nav{gap:12px;font-size:12px}.topbar .pill{display:none}.hero{grid-template-columns:1fr;padding-bottom:30px}.hero h1{font-size:44px}.form-grid{grid-template-columns:1fr}.card{padding:22px}.table-card{padding:0}.input-suffix{flex-wrap:wrap}.input-suffix input{width:100%;flex-basis:100%}.metrics{gap:10px}.metric{padding:15px}h1{font-size:30px}}

/* 2.2 — public identity, support and discreet group marks. */
.support-links{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0}.support-links a{display:inline-flex;align-items:center;padding:10px 14px;border:1px solid #d9e9e8;border-radius:9px;color:#176e78;background:#f3faf9;font-size:13px;font-weight:600;overflow-wrap:anywhere}.support-links a:hover{background:#e5f4f0}.family-strip{display:flex;align-items:center;justify-content:center;gap:18px;padding:22px 16px;margin:24px 0 0;border-top:1px solid #dfe9ee;flex-wrap:wrap}.family-strip>span:first-child{font-size:9px;color:#72849a;letter-spacing:.06em;margin-right:auto}.family-strip strong{display:block;color:#425a73;font-size:12px;letter-spacing:0}.family-logo{display:block;width:84px;height:44px;position:relative;overflow:hidden;mix-blend-mode:multiply;flex:none}.family-logo img{position:absolute;width:110px;height:110px;max-width:none;left:-13px;top:-29px;object-fit:contain}.family-logo:has(img[alt="Sugu Farm"]){height:49px}.family-logo img[alt="Sugu Farm"]{top:-31px}.family-logo img[alt="Sugu Solaire"]{top:-37px}.trial-banner{display:flex;align-items:center;gap:16px;background:#fff9e8;color:#725809;border:1px solid #f0dfa5;border-radius:12px;padding:14px 18px;margin-bottom:20px;font-size:13px;flex-wrap:wrap}.sidebar-support{display:flex;gap:10px;flex-wrap:wrap;font-size:10px;margin:15px 0}.sidebar-support a{color:#176e78}.field-caption{display:flex;align-items:center;gap:7px}.field-caption .icon{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;color:#178d90;flex:none}
@media(max-width:580px){.family-strip{gap:10px}.family-strip>span:first-child{width:100%}.family-logo{width:70px}.family-logo img{left:-20px}.support-links{flex-direction:column;align-items:stretch}.support-links a{justify-content:center;font-size:12px}}

:root{--navy:#1b2c49;--blue:#1d4565;--teal:#178d90;--bg:#f3f7fa}
body{background:radial-gradient(ellipse at 12% 15%,#e9f5f2,transparent 45%),var(--bg)}.topbar .brand img{width:190px;height:65px}.topbar nav{flex-wrap:wrap}.hero{padding:48px 0 58px;gap:48px}.hero h1{font-size:clamp(36px,4.6vw,58px);letter-spacing:-2px;line-height:1.09}.hero h1 span{color:#178d90}.hero .lead{font-size:18px;line-height:1.7}.steps{color:var(--ink);background:linear-gradient(130deg,#fff,#f1f8f7);border:1px solid #d7e9e8;box-shadow:0 12px 32px #18375207;border-radius:20px}.steps h2{color:var(--navy)}.steps p{color:#677f92}.steps li::marker{color:#178d90}.steps li{padding-bottom:15px}.steps .pill{background:#fff5d8;color:#80630e}.hero-tags span{background:white;border:1px solid #d9e8e7}.product-story{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:48px;margin:10px 0 36px;scroll-margin-top:20px}.section-intro h2{font-size:34px;line-height:1.2;letter-spacing:-1px}.section-intro p{color:var(--muted)}.interface-preview{background:white;border:1px solid #dce8ec;border-radius:16px;overflow:hidden;box-shadow:0 18px 48px #1737510d;transform:rotate(-1deg)}.preview-top{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:3px solid #178d90;font-size:14px}.preview-top span{font-size:8px;letter-spacing:.08em;color:#8193a3}.preview-layout{display:grid;grid-template-columns:130px 1fr}.preview-nav{padding:22px 14px;background:#f4f9fa;font-size:11px;line-height:2.8;color:#648194}.preview-nav b{color:#137f87}.preview-main{padding:22px}.preview-main h3{font-size:15px;margin:0 0 18px}.preview-stats{display:flex;gap:12px}.preview-stats>div{padding:12px;background:#ecf8f6;border-radius:9px;flex:1}.preview-stats>div:nth-child(2){background:#fff7df}.preview-stats small{font-size:9px;color:#627c8c}.preview-stats strong{display:block;font-size:22px}.preview-lines{margin:20px 0}.preview-lines i{display:block;height:6px;border-radius:4px;background:#e4eef3;margin:10px 0}.preview-lines i:nth-child(2){width:80%}.preview-lines i:nth-child(3){width:65%;background:#f5d7d9}.preview-main>small{font-size:9px;color:#8596a4}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:30px 0 65px}.feature-grid article{background:#ffffffc9;border:1px solid #dfe9ed;border-radius:16px;padding:25px}.feature-grid h3{font-size:17px;margin:14px 0 8px}.feature-grid p{color:var(--muted);font-size:14px;margin:0}.feature-number{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#e7f4f2;color:#138187;font-weight:700;font-size:13px}.feature-grid article:nth-child(3n+2) .feature-number{background:#fff5d7;color:#8d6d11}.feature-grid article:nth-child(3n) .feature-number{background:#fdeef0;color:#b44355}.contact-card{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:30px;margin:48px 0 12px;border:1px solid #d7e8e7;border-radius:18px;background:#fff}.contact-card h2{font-size:24px;margin-bottom:8px}.contact-card p{color:var(--muted);font-size:14px;margin-bottom:0}.contact-card .support-links{flex-direction:column;flex:none}.columns{scroll-margin-top:20px}.login-panel{max-width:1000px;display:grid;grid-template-columns:1fr 1fr;padding:0;overflow:hidden;position:relative;margin:7vh auto;border-radius:22px}.login-panel:before{content:'';position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#1b2c49 0 46%,#ea1828 46% 64%,#f7c914 64% 79%,#178d90 79%)}.publisher-welcome{padding:44px;background:linear-gradient(135deg,#edf8f6,#f8fafb)}.publisher-welcome>img{width:155px;height:65px;object-fit:contain;margin-bottom:36px}.publisher-welcome h2{font-size:31px;line-height:1.2}.publisher-welcome p{font-size:14px;color:#637d90}.publisher-signin{padding:44px}.publisher-signin h1{font-size:28px}.publisher-signin .muted{font-size:13px}.login-panel .password-visibility-toggle{width:auto}
@media(max-width:850px){.product-story{grid-template-columns:1fr;gap:20px}.feature-grid{grid-template-columns:repeat(2,1fr)}.contact-card{flex-direction:column;align-items:stretch}.publisher-welcome,.publisher-signin{padding:28px}}
@media(max-width:580px){.feature-grid{grid-template-columns:1fr}.hero{gap:24px;padding-top:25px}.hero h1{font-size:39px;letter-spacing:-1.4px}.hero .lead{font-size:16px}.preview-layout{grid-template-columns:90px 1fr}.preview-nav{font-size:8px;padding:16px 9px}.preview-main{padding:16px 12px}.preview-stats strong{font-size:16px}.preview-top{padding:12px}.section-intro h2{font-size:28px}.login-panel{grid-template-columns:1fr}.publisher-welcome>img{margin-bottom:14px}.publisher-welcome h2{font-size:26px}.publisher-welcome .hero-tags{display:none}.topbar .brand img{width:135px;height:45px}.topbar nav{font-size:11px;gap:9px}.topbar .button{font-size:11px;padding:8px}.contact-card{padding:22px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

.family-logo img{width:90px;height:90px;left:-3px;top:-22px}.family-logo img[alt="Sugu Farm"]{top:-22px}.family-logo img[alt="Sugu Solaire"]{top:-25px}@media(max-width:580px){.family-logo{width:84px}.family-logo img{left:-3px}}
/* 2.3 — Real interface gallery and compact group footer. */
.showcase{margin:20px 0 32px;scroll-margin-top:24px}.showcase-heading{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:22px}.showcase-heading h2{font-size:34px;margin-bottom:0;line-height:1.2;letter-spacing:-1px}.showcase-heading h2 span{color:#178d90}.showcase-heading>p{max-width:410px;color:var(--muted);font-size:15px;margin:0}.showcase-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.showcase-tabs button{background:white;border-color:var(--line);color:var(--ink);padding:10px 17px;font-size:13px}.showcase-tabs button[aria-pressed=true]{background:var(--navy);color:white;border-color:var(--navy);box-shadow:inset 0 -3px #f7c914}.showcase-screen{overflow:hidden;border:1px solid #d8e6e9;border-radius:18px;background:white;box-shadow:0 16px 44px #1837520d}.showcase figure{margin:0}.showcase figure>img{display:block;width:100%;height:auto;aspect-ratio:1912/1080;object-fit:contain;background:#f3f7fa}.showcase figcaption{display:flex;gap:20px;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:20px 24px}.showcase figcaption h3{font-size:20px;margin:0 0 5px}.showcase figcaption p{font-size:14px;color:var(--muted);margin:0}.showcase figcaption>span{font-size:10px;letter-spacing:1px;white-space:nowrap;color:#177f82;background:#eaf7f4;padding:7px 10px;border-radius:6px}.showcase-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px}.showcase-controls button{font-size:13px;padding:9px 14px;background:white;color:var(--navy);border-color:var(--line)}#slide-count{font-size:13px;font-weight:700;color:#6b8190;margin-right:8px}#slide-expand{margin-left:auto;background:#e8f5f3;color:#147a80}.showcase-note{font-size:11px;color:var(--muted);margin:12px 0 0}.showcase dialog{width:min(1500px,96vw);max-width:96vw;max-height:94vh;padding:0;border:1px solid var(--line);border-radius:16px;color:var(--ink);box-shadow:0 20px 80px #102d4855}.showcase dialog::backdrop{background:#102738ba;backdrop-filter:blur(4px)}.showcase-dialog-bar{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;background:white;border-bottom:1px solid var(--line);z-index:1}.showcase-dialog-bar button{padding:8px 14px;font-size:13px}.showcase-zoom{overflow:auto;max-height:calc(94vh - 115px);background:#eff5f8}.showcase-zoom img{display:block;width:100%;min-width:1000px;height:auto}.showcase dialog>p{font-size:11px;margin:12px 20px}.contact-card{padding:24px 28px;margin-top:30px;gap:24px}.contact-card .eyebrow{margin:0 0 6px}.family-strip{justify-content:center;gap:24px;padding:16px 0;margin:0;border-bottom:1px solid var(--line)}.family-strip>span:first-child{margin-right:12px;flex:0 1 auto}.public-main{padding-bottom:0}footer{padding:18px 24px 24px;gap:18px;align-items:center}footer>img{width:108px;height:44px;object-fit:contain;mix-blend-mode:multiply}footer p{font-size:12px;margin:0}footer #version,footer>a{font-size:12px}
@media(max-width:760px){.showcase-heading{display:block}.showcase-heading>p{margin-top:16px;max-width:none}.showcase-heading h2{font-size:28px}.showcase figcaption{display:block;padding:16px}.showcase figcaption>span{display:inline-block;margin-top:12px}.showcase-tabs{gap:6px}.showcase-tabs button{font-size:12px;padding:8px 11px}.family-strip{gap:12px}.family-strip>span:first-child{width:100%;text-align:center;margin:0}.contact-card{padding:20px}.showcase-controls{gap:6px}.showcase-controls button{font-size:12px;padding:9px 10px}#slide-expand{margin-left:0}footer{flex-wrap:wrap;padding-top:14px;gap:10px}footer>a{margin-left:auto}}

/* Clear contact icons, shared across the public and connected interfaces. */
a[href="mailto:suguplusml@gmail.com"]{display:inline-flex;align-items:center;gap:9px}
a[href="mailto:suguplusml@gmail.com"]::before{content:"";width:22px;height:22px;flex:0 0 22px;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23178d90%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%2218%22%20height%3D%2214%22%20rx%3D%223%22/%3E%3Cpath%20d%3D%22m4%207%208%206%208-6%22/%3E%3C/svg%3E")}
a[href="https://wa.me/22385080883"]{display:inline-flex;align-items:center;gap:9px}
a[href="https://wa.me/22385080883"]::before{content:"";width:22px;height:22px;flex:0 0 22px;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23199c62%22%20d%3D%22M12%202a10%2010%200%200%200-8.6%2015.1L2%2022l5-1.3A10%2010%200%201%200%2012%202z%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.1%206.5c-.3%200-.7.1-1%20.5-.4.4-1.1%201.1-1.1%202.5s1%202.8%201.2%203c.1.2%202%203.1%204.8%204.3%202.4%201%202.9.8%203.5.8.5-.1%201.8-.8%202.1-1.5.3-.7.3-1.3.2-1.4-.1-.1-.3-.2-.7-.4l-2-1c-.3-.1-.5-.1-.7.2l-.9%201c-.2.2-.3.2-.6.1-.4-.2-1.4-.5-2.6-1.6-.9-.8-1.5-1.7-1.7-2-.2-.3%200-.5.1-.6l.5-.6.3-.5c.1-.2%200-.4%200-.6l-.9-2c-.2-.5-.5-.5-.7-.5h-.8z%22/%3E%3C/svg%3E")}
/* 2.4 — Prices and publisher commercial activity. */
.pricing{scroll-margin-top:24px;margin:24px 0 58px}.pricing h2{font-size:34px;line-height:1.2}.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px}.price-card{position:relative;padding:28px 22px;background:white;border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column;gap:10px}.price-card h3{margin:0;font-size:20px}.price-card>strong{font-size:30px;letter-spacing:-1px;color:var(--navy)}.price-card p{font-size:12px;color:var(--muted);min-height:38px;margin:0}.price-card small{color:#168487;font-weight:700;min-height:22px}.price-card .button{margin-top:12px;font-size:13px;padding:12px 8px}.price-card.recommended{border:2px solid #178d90;background:linear-gradient(150deg,#fff,#edf8f5);box-shadow:0 15px 35px #178d9012}.price-badge{position:absolute;top:-14px;left:18px;padding:4px 10px;background:#fff0b0;color:#604d0a;border-radius:7px;font-size:10px;font-weight:750}.pricing-note{font-size:12px;color:var(--muted);margin:18px 0 0}.privacy-note{width:100%;font-size:10px!important;color:var(--muted)}.business-panel{padding:25px}.business-heading{display:flex;gap:24px;justify-content:space-between;flex-wrap:wrap}.business-heading label{font-size:12px}.business-heading .actions{align-items:end}.business-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:20px 0}.business-panel .metric{border:1px solid var(--line);border-top:3px solid var(--teal);border-radius:12px;padding:20px;background:#f7fbfb}.business-panel h3{margin-top:30px}.business-table{overflow:auto;max-height:430px;border:1px solid var(--line);border-radius:12px}.business-table thead{position:sticky;top:0;background:#f1f6f8}.business-panel>.muted{font-size:12px}.business-panel table{width:100%;font-size:12px}.business-panel th,.business-panel td{padding:12px}.business-panel .metric strong{font-size:27px}.business-panel .metric span{font-size:12px}
@media(max-width:900px){.price-grid{grid-template-columns:repeat(2,1fr);gap:25px 14px}.business-metrics{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.pricing h2{font-size:27px}.price-card{padding:24px 14px}.price-card>strong{font-size:24px}.price-card .button{font-size:11px}.price-badge{font-size:9px;left:9px}.business-panel{padding:14px}.business-metrics{grid-template-columns:1fr}.business-heading .actions{flex-wrap:wrap}.topbar nav{gap:8px}}
.price-card .button{margin-top:auto}.price-card small{padding-bottom:12px}
/* Offre entreprise : lecture légère et détails accessibles. */
.included-users{display:flex;padding:14px 16px;background:#eef8f7;border:1px solid #d3e8e6;border-radius:12px;font-weight:700;color:#147b80}
.product-story{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;margin:64px 0;align-items:center}.product-story>div>p:not(.eyebrow){color:var(--muted,#60778c);line-height:1.8}.product-story h2{font-size:clamp(28px,3vw,42px);line-height:1.2}.story-cards{display:grid;gap:14px}.story-cards article{position:relative;background:#fff;border:1px solid #dbe8ee;border-radius:20px;padding:22px 26px 22px 80px}.story-cards h3{margin:0 0 8px}.story-cards p{margin:0;color:#60778c;font-size:15px;line-height:1.7}.story-symbol{position:absolute;left:22px;top:24px;color:#168a8d;background:#eaf7f5;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;font-size:24px}.public-faq{margin:40px 0 64px}.public-faq details{border-bottom:1px solid #d8e4eb;padding:20px 4px}.public-faq summary{font-size:18px;font-weight:700;cursor:pointer}.public-faq details p{max-width:900px;line-height:1.8;color:#60778c}.showcase-tabs button{display:inline-flex;align-items:center;gap:8px}.presentation-icon{width:23px;height:23px;flex-shrink:0}.feature-number{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:13px;background:#e7f5f3;color:#168a8d}.feature-number svg{width:25px;height:25px}.company-emails{margin-top:10px;border-top:1px solid #e1eaf0;padding-top:6px;overflow-wrap:anywhere}.support-summary{padding:24px}.support-summary h2{margin-top:0}.support-summary p{line-height:1.7}.showcase-screen{transform:none!important}.showcase-screen img{image-rendering:auto}.showcase-zoom img{width:auto!important;max-width:none!important;min-width:100%;height:auto}.showcase-dialog-bar{position:sticky;top:0;background:white;z-index:1}
@media(prefers-reduced-motion:no-preference){.feature-grid article,.story-cards article{transition:transform .22s ease,box-shadow .22s ease}.feature-grid article:hover,.story-cards article:hover{transform:translateY(-3px);box-shadow:0 14px 28px #172b4210}.showcase-screen figure:not([hidden]){animation:screen-reveal .3s ease}@keyframes screen-reveal{from{opacity:.4;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}}
@media(max-width:760px){.product-story{grid-template-columns:1fr;gap:24px;margin:40px 0}.story-cards article{padding:20px 18px 20px 70px}.story-symbol{left:16px}.showcase-tabs button{font-size:13px}.public-faq summary{font-size:16px}}
/* Une hiérarchie commune : découverte, bénéfices, tarifs, inscription, aide. */
.public-main{max-width:1240px}.hero{padding-bottom:40px}.showcase,.product-story,.public-faq,.pricing{scroll-margin-top:28px}.feature-grid{gap:16px;margin:28px 0 46px}.feature-grid article{padding:24px}.contact-card{padding:24px 28px!important;gap:24px;margin-top:36px!important}.contact-card h2{font-size:24px!important;line-height:1.25;margin-bottom:10px}.contact-card p{font-size:14px!important;margin-bottom:0}.support-links a{display:flex;align-items:center;gap:10px}.support-links svg{width:20px!important;height:20px!important;flex:0 0 20px}.family-strip{padding:16px 0!important;gap:24px!important;margin:0!important;justify-content:flex-start!important}.family-strip>span:first-child{margin-right:auto!important;font-size:10px}.family-logo{width:80px!important;height:42px!important;flex:0 0 80px!important}.family-logo img{width:110px!important;height:110px!important}.public-footer{display:grid!important;grid-template-columns:90px minmax(0,1fr) auto;gap:6px 20px!important;max-width:1240px;margin:0 auto;padding:18px 24px!important;align-items:center}.public-footer>img{width:90px!important;height:36px!important;grid-row:1 / 3}.public-footer .footer-identity{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.public-footer .footer-identity p,.public-footer .footer-identity span{font-size:11px!important}.public-footer>a{margin:0!important;font-size:11px!important;grid-column:3;grid-row:1 / 3}.public-footer .privacy-note{width:auto!important;font-size:10px!important;line-height:1.5;grid-column:2;margin:0!important}.public-faq{margin:40px 0}.product-story{margin:48px 0}.pricing{margin:48px 0}.showcase-heading h2{font-size:30px}
@media(max-width:760px){.family-strip{gap:12px!important;justify-content:center!important}.family-strip>span:first-child{flex:1 0 100%;text-align:center;margin:0!important}.family-logo{width:56px!important;flex-basis:56px!important;height:35px!important}.family-logo img{width:83px!important;height:83px!important}.public-footer{grid-template-columns:70px 1fr;gap:10px 14px!important;padding:16px 20px!important}.public-footer>img{width:70px!important;height:30px!important;grid-row:1}.public-footer>a{grid-row:3;grid-column:2}.public-footer .privacy-note{grid-column:1 / -1}.contact-card{padding:20px!important}.contact-card h2{font-size:22px!important}.showcase-heading h2{font-size:26px}}
.family-logo img{left:50%!important;top:50%!important;transform:translate(-50%,-50%);width:90px!important;height:90px!important}.family-logo{height:50px!important}@media(max-width:760px){.family-logo img{width:70px!important;height:70px!important}.family-logo{height:39px!important}}

input:not([type=checkbox]):not([type=radio]),select,textarea{color:#193553;font-weight:600;font-size:15px;line-height:1.5}input::placeholder,textarea::placeholder{font-weight:400;color:#76889a}.money-entry{font-variant-numeric:tabular-nums;font-weight:700!important}.money-readable{display:block!important;color:#107d80!important;background:#edf8f6;border-radius:6px;padding:5px 9px;margin-top:5px;font-size:13px;font-weight:700;font-variant-numeric:tabular-nums}input:focus,select:focus,textarea:focus{background:#fbfefd;outline-color:#159a9c}

/* New SuguGesCom identity */
.topbar{background:#fff;padding-top:10px;padding-bottom:10px;gap:22px;box-shadow:0 4px 25px #17335408}.topbar .brand img{width:120px!important;height:105px!important;object-fit:contain}.topbar nav{margin-left:auto}.topbar .button{border-radius:12px}.hero{padding-top:44px}.publisher-welcome>img{height:125px;width:150px;object-fit:contain}.hero-tags{gap:10px}@media(max-width:580px){.topbar{gap:10px}.topbar .brand img{width:80px!important;height:72px!important}.topbar nav{flex-wrap:wrap;justify-content:flex-end}.topbar>.language-switch{margin-left:auto}}
/* Shared SuguGesCom visual language, release 2.12 */
body{color:#19324e}.muted{color:#516780}.topbar{box-shadow:0 4px 24px #23455c09;border-bottom:1px solid #dbe7ef}.feature-updates{margin:72px 0}.feature-updates h2{font-size:clamp(28px,3vw,42px);letter-spacing:-1px}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.feature-grid article{padding:28px;border:1px solid #d1e4ec;border-radius:22px;background:linear-gradient(145deg,#fff,#eff8fa);box-shadow:0 8px 30px #173e5708}.feature-grid article:nth-child(3n+2){background:linear-gradient(145deg,#fff,#f0f3ff)}.feature-grid article:nth-child(3n){background:linear-gradient(145deg,#fff,#fff8e8)}.feature-grid article>span{font-size:11px;letter-spacing:1.5px;font-weight:800;color:#187d89}.feature-grid h3{font-size:21px}.feature-grid p{font-size:15px;line-height:1.75;color:#435d76}.trust-choice{display:flex!important;align-items:center;gap:12px;padding:14px;background:#edf6f6;border:1px solid #cce4e4;border-radius:12px}.trust-choice input{width:19px!important;height:19px!important}.toolbar nav button.selected{box-shadow:0 5px 12px #176c8d24;border-radius:10px}.toolbar nav button{transition:background .2s,transform .2s}.toolbar nav button:hover{transform:translateY(-1px)}
@media(max-width:850px){.feature-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.feature-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
.money-control{position:relative;display:flex;align-items:center;width:100%}.money-control .money-display{width:100%;padding-right:34px;font-variant-numeric:tabular-nums;font-weight:700}.money-unit{position:absolute;right:12px;color:#49617b;font-weight:650;pointer-events:none}input[hidden]{display:none!important}
.showcase figure>img{aspect-ratio:1440/900}
.suite-products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:22px 0}.suite-products article{border:1px solid #d8e5ec;background:#f7fafc;border-radius:16px;padding:24px}.suite-products article.suite-active{background:#eaf7f3;border-color:#aad8cd}.suite-products span{font-size:10px;letter-spacing:.1em;font-weight:700;color:#547282}.suite-products h2{font-size:23px;margin:12px 0}.suite-products p{font-size:13px;margin:0;color:#516b80}@media(max-width:700px){.suite-products{grid-template-columns:1fr}}

.suite-products .suite-logo{display:block;width:160px;height:160px;object-fit:contain;margin:16px auto}.suite-products h2{font-size:23px}
