/* Shared presentation for industry idea pages and the pricing breakdown. */
body.subpage { background: #fbfcfa; }
.subpage .site-header { background: rgba(251,252,250,.9); }
.subpage .main-nav a[aria-current="page"] { color: var(--forest-light); }

.subpage-hero { position: relative; overflow: hidden; padding: 76px 0 88px; background: linear-gradient(145deg, #fbf8ef, #edf5ef); }
.subpage-hero::before { content: ""; position: absolute; width: 460px; height: 460px; right: -170px; top: -210px; border-radius: 50%; background: rgba(201,243,106,.32); }
.subpage-hero::after { content: ""; position: absolute; width: 260px; height: 260px; left: -120px; bottom: -160px; border-radius: 50%; background: rgba(234,219,199,.68); }
.subpage-hero .container { position: relative; z-index: 2; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 42px; color: var(--forest); font-size: .78rem; font-weight: 900; }
.back-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.subpage-hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 72px; align-items: end; }
.subpage-hero-copy h1 { max-width: 860px; margin-bottom: 24px; font-size: clamp(3.25rem, 6vw, 6.2rem); line-height: .96; }
.subpage-hero-copy > p { max-width: 720px; margin: 0; font-size: 1.12rem; line-height: 1.68; }
.subpage-hero-note { padding: 30px; border: 1px solid rgba(23,51,44,.12); border-radius: 26px; background: rgba(255,255,255,.75); box-shadow: var(--shadow-soft); backdrop-filter: blur(12px); }
.subpage-hero-note > span { color: var(--forest-light); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.subpage-hero-note strong { display: block; margin: 11px 0 18px; color: var(--ink); font-size: 1.55rem; line-height: 1.18; letter-spacing: -.03em; }
.subpage-hero-note p { margin: 0; font-size: .84rem; }

.ideas-section { padding: 104px 0 118px; }
.ideas-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.ideas-heading h2 { max-width: 700px; margin: 0; }
.ideas-heading p { margin: 0 0 8px; }
.idea-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.idea-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: 0 16px 46px rgba(20,54,45,.08); }
.idea-preview { --idea-accent: #c9f36a; --idea-deep: #17332c; position: relative; overflow: hidden; min-height: 380px; padding: 28px; isolation: isolate; background: #dbe7df; }
.idea-preview::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(130deg, rgba(9,31,25,.9), rgba(9,31,25,.16)), var(--idea-image) center/cover; }
.idea-preview::after { content: ""; position: absolute; z-index: -1; width: 240px; height: 240px; right: -100px; bottom: -130px; border-radius: 50%; background: var(--idea-accent); opacity: .62; }
.idea-preview-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #fff; }
.idea-preview-top b { font-size: .78rem; letter-spacing: .11em; text-transform: uppercase; }
.idea-preview-top span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; font-size: .54rem; font-weight: 900; letter-spacing: .08em; }
.idea-preview-copy { position: absolute; left: 28px; right: 28px; bottom: 28px; max-width: 440px; }
.idea-preview-copy small { color: var(--idea-accent); font-size: .61rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.idea-preview-copy h3 { max-width: 430px; margin: 10px 0 17px; color: white; font-family: Georgia, serif; font-size: clamp(2.1rem, 4vw, 3.55rem); line-height: .96; }
.idea-preview-copy span { display: inline-flex; padding: 9px 13px; border-radius: 999px; background: var(--idea-accent); color: var(--idea-deep); font-size: .64rem; font-weight: 900; }
.idea-preview.layout-editorial::before { background: linear-gradient(90deg, rgba(255,250,240,.96) 0 47%, rgba(255,250,240,.07) 72%), var(--idea-image) center/cover; }
.idea-preview.layout-editorial .idea-preview-top { color: var(--idea-deep); }
.idea-preview.layout-editorial .idea-preview-top span { border-color: rgba(23,51,44,.28); }
.idea-preview.layout-editorial .idea-preview-copy { max-width: 48%; }
.idea-preview.layout-editorial .idea-preview-copy small { color: #8b5c32; }
.idea-preview.layout-editorial .idea-preview-copy h3 { color: var(--idea-deep); }
.idea-preview.layout-bold::before { background: linear-gradient(145deg, rgba(241,84,37,.94), rgba(116,24,14,.4)), var(--idea-image) center/cover; mix-blend-mode: normal; }
.idea-preview.layout-bold { --idea-accent: #ffe45c; }
.idea-preview.layout-grid::before { background: linear-gradient(rgba(8,25,22,.83), rgba(8,25,22,.72)), var(--idea-image) center/cover; }
.idea-preview.layout-grid { background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 34px 34px; --idea-accent: #83e6cd; }
.idea-preview.layout-soft::before { background: linear-gradient(130deg, rgba(250,239,236,.96), rgba(250,239,236,.33)), var(--idea-image) center/cover; }
.idea-preview.layout-soft { --idea-accent: #b05770; --idea-deep: #3b2530; }
.idea-preview.layout-soft .idea-preview-top, .idea-preview.layout-soft .idea-preview-copy h3 { color: var(--idea-deep); }
.idea-preview.layout-soft .idea-preview-top span { border-color: rgba(59,37,48,.25); }
.idea-preview.layout-soft .idea-preview-copy small { color: #9a4861; }
.idea-preview.layout-civic::before { background: linear-gradient(110deg, rgba(18,61,93,.96), rgba(18,61,93,.24)), var(--idea-image) center/cover; }
.idea-preview.layout-civic { --idea-accent: #8dd8ff; --idea-deep: #123d5d; }
.idea-content { flex: 1; display: flex; flex-direction: column; padding: 30px; }
.idea-topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 13px; }
.idea-topline span { color: var(--forest-light); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.idea-topline small { color: var(--muted); font-size: .68rem; font-weight: 800; }
.idea-content h2 { margin-bottom: 14px; font-size: 1.8rem; }
.idea-content > p { margin-bottom: 21px; font-size: .9rem; }
.idea-features { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 25px; }
.idea-features li { padding: 7px 10px; border-radius: 999px; background: var(--sage-soft); color: var(--ink); font-size: .68rem; font-weight: 800; }
.idea-content .button { align-self: flex-start; min-height: 46px; margin-top: auto; padding-inline: 19px; font-size: .78rem; }

.subpage-cta { padding: 78px 0; background: var(--ink); }
.subpage-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.subpage-cta h2 { max-width: 790px; margin: 0; color: white; font-size: clamp(2.1rem, 4vw, 4.1rem); }
.subpage-cta p { max-width: 670px; margin: 16px 0 0; color: #bcd1c8; }
.subpage-cta-actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 10px; }
.subpage-cta-actions .button-secondary { border-color: rgba(255,255,255,.24); background: transparent; color: white; }

/* Pricing breakdown */
.pricing-page-hero { padding-bottom: 100px; }
.pricing-page-hero .subpage-hero-copy h1 { max-width: 900px; }
.price-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 52px; }
.price-principles article { padding: 22px; border: 1px solid rgba(23,51,44,.11); border-radius: 18px; background: rgba(255,255,255,.68); }
.price-principles span { display: block; margin-bottom: 7px; color: var(--forest-light); font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.price-principles strong { color: var(--ink); font-size: .86rem; }

.breakdown-section { padding: 105px 0; }
.breakdown-heading { max-width: 790px; margin-bottom: 42px; }
.plan-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.plan-tab { padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font-size: .76rem; font-weight: 900; }
.plan-tab.active { border-color: var(--ink); background: var(--ink); color: white; }
.breakdown-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 62px; align-items: center; padding: 48px; border: 1px solid var(--line); border-radius: 34px; background: white; box-shadow: var(--shadow-soft); }
.cost-donut-wrap { position: relative; display: grid; place-items: center; min-height: 370px; }
.cost-donut { width: min(330px, 78vw); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#1f5a4c 0 58%, #c9f36a 58% 72%, #e7cba7 72% 94%, #90aaa0 94% 100%); box-shadow: inset 0 0 0 1px rgba(23,51,44,.08); }
.cost-donut::before { content: ""; width: 57%; aspect-ratio: 1; border-radius: 50%; background: white; box-shadow: 0 8px 24px rgba(23,51,44,.08); }
.cost-donut-label { position: absolute; display: grid; text-align: center; }
.cost-donut-label span { color: var(--muted); font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.cost-donut-label strong { color: var(--ink); font-size: 2.9rem; line-height: 1.05; }
.breakdown-copy h2 { margin-bottom: 12px; font-size: clamp(2rem, 3vw, 3.2rem); }
.breakdown-copy > p { margin-bottom: 27px; }
.cost-legend { display: grid; gap: 12px; }
.cost-legend li { display: grid; grid-template-columns: 13px 1fr auto; gap: 11px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.cost-legend i { width: 11px; height: 11px; border-radius: 3px; background: var(--slice-color); }
.cost-legend span { color: var(--ink); font-size: .83rem; font-weight: 800; }
.cost-legend strong { color: var(--ink); font-size: .9rem; }
.breakdown-disclaimer { margin: 22px 0 0; padding: 14px 16px; border-radius: 12px; background: var(--sage-soft); color: var(--muted); font-size: .72rem; }

.service-system-section { padding: 110px 0; background: #edf2ec; }
.system-section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 68px; align-items: end; margin-bottom: 48px; }
.system-section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -47px; }
.system-section-heading h2 { max-width: 790px; margin: 0; font-size: clamp(2.5rem, 4.5vw, 4.8rem); }
.system-section-heading > p { margin: 0 0 6px; }
.system-architecture { position: relative; min-height: 570px; overflow: hidden; padding: 94px 32px 30px; border: 1px solid rgba(23,51,44,.12); border-radius: 34px; background: radial-gradient(circle at 50% 42%, rgba(201,243,106,.18), transparent 27%), linear-gradient(145deg, #f9fbf7, #e4ece6); box-shadow: 0 30px 75px rgba(21,55,46,.1); }
.system-architecture::before { content: ""; position: absolute; inset: 18px; border: 1px dashed rgba(31,90,76,.23); border-radius: 24px; pointer-events: none; }
.system-team-frame { position: absolute; z-index: 4; top: 28px; left: 50%; width: calc(100% - 72px); display: flex; align-items: center; justify-content: space-between; gap: 30px; transform: translateX(-50%); }
.system-team-frame span { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.system-team-frame span::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--forest-light); box-shadow: 0 0 0 5px rgba(45,122,103,.1); }
.system-team-frame strong { max-width: 520px; color: var(--muted); font-size: .7rem; text-align: right; }
.architecture-lines { position: absolute; z-index: 1; inset: 63px 0 0; width: 100%; height: calc(100% - 63px); }
.architecture-lines > path { fill: none; stroke: rgba(31,90,76,.34); stroke-width: 1.5; stroke-dasharray: 5 7; marker-end: url(#architecture-arrow); }
.architecture-lines > path { animation: system-flow 6s linear infinite; }
.architecture-lines marker path { fill: var(--forest-light); stroke: none; }
.architecture-node, .architecture-website { position: absolute; z-index: 2; padding: 22px; border: 1px solid rgba(23,51,44,.12); border-radius: 22px; background: rgba(255,255,255,.86); box-shadow: 0 16px 38px rgba(21,55,46,.08); backdrop-filter: blur(8px); transition: translate .24s ease, border-color .24s ease, box-shadow .24s ease; }
.architecture-node:hover, .architecture-website:hover { border-color: rgba(31,90,76,.3); box-shadow: 0 22px 45px rgba(21,55,46,.13); translate: 0 -4px; }
.architecture-domain { width: 25%; left: 4%; top: 137px; }
.architecture-hosting { width: 25%; right: 4%; top: 137px; }
.architecture-changes { width: 28%; left: 5%; bottom: 34px; }
.architecture-care { width: 28%; right: 5%; bottom: 34px; border-color: rgba(31,90,76,.28); background: #17332c; }
.architecture-icon { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 12px; background: var(--sage-soft); color: var(--forest); font-family: monospace; font-size: .63rem; font-weight: 900; }
.hosting-architecture-icon { align-content: center; gap: 3px; }
.hosting-architecture-icon i { width: 24px; height: 3px; border-radius: 999px; background: var(--forest-light); }
.changes-architecture-icon { font-size: 1.05rem; }
.care-architecture-icon { position: relative; border: 1px solid rgba(201,243,106,.3); background: rgba(201,243,106,.1); color: var(--lime); }
.care-architecture-icon span { position: relative; z-index: 2; }
.care-architecture-icon i { position: absolute; inset: -5px; border: 1px solid rgba(201,243,106,.13); border-radius: 16px; }
.architecture-node > small, .architecture-website > small { color: var(--forest-light); font-size: .57rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.architecture-node h3 { margin: 7px 0 8px; font-size: 1.17rem; }
.architecture-node p { margin: 0; font-size: .72rem; line-height: 1.5; }
.architecture-care > small { color: var(--lime); }
.architecture-care h3 { color: white; }
.architecture-care p { color: #aac2b9; }
.architecture-website { width: 32%; left: 34%; top: 112px; padding: 17px 17px 20px; border-color: rgba(31,90,76,.3); background: white; box-shadow: 0 27px 60px rgba(21,55,46,.17); }
.architecture-browser { height: 126px; overflow: hidden; margin-bottom: 17px; border-radius: 13px; background: #eef3ed; box-shadow: inset 0 0 0 1px rgba(23,51,44,.08); }
.architecture-browser > span { height: 30px; display: flex; align-items: center; gap: 5px; padding: 0 10px; background: #17332c; }
.architecture-browser > span i { width: 6px; height: 6px; border-radius: 50%; background: #9db4aa; }
.architecture-browser > span b { flex: 1; max-width: 120px; overflow: hidden; margin-left: 8px; color: #b9cec5; font-family: monospace; font-size: .4rem; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.architecture-browser > div { position: relative; height: 96px; padding: 20px; background: linear-gradient(120deg, #e3eee2, #f5ebd9); }
.architecture-browser em { display: block; width: 30%; height: 6px; margin-bottom: 9px; border-radius: 999px; background: #c6935c; }
.architecture-browser strong { display: block; width: 58%; height: 22px; margin-bottom: 11px; border-radius: 5px; background: #1f5a4c; }
.architecture-browser small { display: block; width: 72%; height: 5px; margin-top: 6px; border-radius: 999px; background: rgba(23,51,44,.19); }
.architecture-browser small:last-child { width: 49%; }
.architecture-website > small { color: var(--forest-light); }
.architecture-website h3 { margin: 6px 0 7px; font-size: 1.42rem; }
.architecture-website p { margin: 0; font-size: .71rem; line-height: 1.48; }

.cost-rhythm { margin-top: 30px; padding: 38px; border: 1px solid rgba(23,51,44,.11); border-radius: 30px; background: white; box-shadow: 0 25px 65px rgba(21,55,46,.07); }
.cost-rhythm-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; align-items: end; margin-bottom: 33px; }
.cost-rhythm-heading h2 { max-width: 750px; margin: 0; font-size: clamp(2rem, 3.4vw, 3.5rem); }
.cost-rhythm-heading p { margin: 0 0 5px; font-size: .84rem; }
.rhythm-shell { display: grid; grid-template-columns: 225px 1fr; gap: 18px; }
.rhythm-setup { min-height: 342px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border-radius: 22px; background: radial-gradient(circle at 75% 15%, rgba(201,243,106,.17), transparent 31%), #17332c; }
.rhythm-setup > small { margin-bottom: auto; color: var(--lime); font-size: .59rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.setup-visual { height: 105px; display: flex; align-items: flex-end; gap: 8px; margin: 32px 0 25px; padding: 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.setup-visual i { flex: 1; border-radius: 5px 5px 2px 2px; background: rgba(201,243,106,.38); }
.setup-visual i:nth-child(1) { height: 37%; }.setup-visual i:nth-child(2) { height: 65%; }.setup-visual i:nth-child(3) { height: 92%; background: var(--lime); }
.rhythm-setup strong { color: white; font-size: 1.14rem; line-height: 1.25; }
.rhythm-setup > span { margin-top: 7px; color: #a9c1b7; font-size: .68rem; }
.rhythm-calendar { padding: 17px 18px 9px; border: 1px solid var(--line); border-radius: 22px; background: #f8faf7; }
.rhythm-months { display: grid; grid-template-columns: repeat(12, 1fr); gap: 5px; margin: 0 0 7px 190px; color: #829087; font-family: monospace; font-size: .54rem; text-align: center; }
.rhythm-row { display: grid; grid-template-columns: 175px 1fr; gap: 15px; align-items: center; min-height: 70px; border-top: 1px solid var(--line); }
.rhythm-row:first-of-type { border-top: 0; }
.rhythm-row-label strong { display: block; color: var(--ink); font-size: .73rem; }
.rhythm-row-label small { display: block; margin-top: 3px; color: var(--muted); font-size: .59rem; }
.rhythm-track { position: relative; min-height: 35px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 5px; align-items: center; }
.rhythm-domain .rhythm-track::before { content: ""; position: absolute; left: 4%; right: 4%; top: 50%; border-top: 1px dashed rgba(31,90,76,.28); }
.rhythm-domain .rhythm-track i { z-index: 2; grid-column: 1; width: 18px; height: 18px; justify-self: center; border: 5px solid white; border-radius: 50%; background: #c6935c; box-shadow: 0 0 0 1px rgba(154,101,51,.28); }
.rhythm-domain .rhythm-track span { z-index: 2; grid-column: 11 / 13; justify-self: end; padding: 5px 7px; border-radius: 999px; background: #f1e2d2; color: #76502e; font-size: .51rem; font-weight: 900; }
.rhythm-hosting .rhythm-track i { height: 16px; border-radius: 5px; background: #bad8d0; }
.rhythm-hosting .rhythm-track i:nth-child(3n) { background: #88b8aa; }
.rhythm-maintenance .rhythm-track i { grid-column: 1 / 13; height: 12px; border-radius: 999px; background: linear-gradient(90deg, #1f5a4c, #61a58f); }
.rhythm-maintenance .rhythm-track span { position: absolute; left: 50%; transform: translateX(-50%); color: white; font-size: .5rem; font-weight: 900; white-space: nowrap; }
.rhythm-changes .rhythm-track::before { content: ""; position: absolute; left: 4%; right: 4%; top: 50%; border-top: 1px dotted rgba(49,94,107,.25); }
.rhythm-changes .rhythm-track i { z-index: 2; width: 12px; height: 12px; justify-self: center; border: 3px solid #f8faf7; border-radius: 3px; background: #315e6b; transform: rotate(45deg); box-shadow: 0 0 0 1px rgba(49,94,107,.2); }
.rhythm-changes .rhythm-track i:nth-child(1) { grid-column: 3; }.rhythm-changes .rhythm-track i:nth-child(2) { grid-column: 7; }.rhythm-changes .rhythm-track i:nth-child(3) { grid-column: 10; }
.rhythm-changes .rhythm-track span { z-index: 2; grid-column: 11 / 13; justify-self: end; padding: 5px 7px; border-radius: 999px; background: #dce9ee; color: #315e6b; font-size: .51rem; font-weight: 900; }
.rhythm-note { margin: 22px 0 0; padding: 14px 16px; border-radius: 13px; background: var(--sage-soft); color: var(--muted); font-size: .7rem; }

.monthly-section { padding: 105px 0; background: var(--ink); }
.monthly-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: end; margin-bottom: 50px; }
.monthly-heading h2 { max-width: 720px; margin: 0; color: white; }
.monthly-heading p { margin: 0; color: #b7cdc4; }
.monthly-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.monthly-allocation { padding: 35px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.06); }
.monthly-total { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 27px; }
.monthly-total span { color: #acc5bb; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.monthly-total strong { color: var(--lime); font-size: 3.5rem; line-height: 1; }
.monthly-bars { display: grid; gap: 16px; }
.monthly-bar-label { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 6px; color: #e5efeb; font-size: .76rem; font-weight: 800; }
.monthly-bar-track { height: 8px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.09); }
.monthly-bar-track i { display: block; height: 100%; border-radius: inherit; background: var(--bar-color, var(--lime)); }
.monthly-explainer { display: grid; gap: 15px; }
.monthly-explainer article { padding: 24px; border-radius: 20px; background: white; }
.monthly-explainer span { color: var(--forest-light); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.monthly-explainer h3 { margin: 7px 0 8px; font-size: 1.2rem; }
.monthly-explainer p { margin: 0; font-size: .78rem; }

.investment-section { padding: 108px 0; }
.investment-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 74px; align-items: start; }
.investment-copy { position: sticky; top: 120px; }
.investment-copy h2 { font-size: clamp(2.2rem, 4vw, 4.2rem); }
.investment-reasons { display: grid; gap: 15px; }
.investment-reasons article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.investment-reasons > article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--sage-soft); color: var(--forest); font-size: .68rem; font-weight: 900; }
.investment-reasons h3 { margin: 1px 0 8px; }
.investment-reasons p { margin: 0; font-size: .86rem; }

@media (max-width: 1000px) {
  .subpage-hero-grid, .ideas-heading, .breakdown-panel, .monthly-heading, .investment-grid, .system-section-heading, .cost-rhythm-heading { grid-template-columns: 1fr; gap: 38px; }
  .idea-grid { grid-template-columns: 1fr; }
  .subpage-hero-note { max-width: 680px; }
  .cost-donut-wrap { min-height: 330px; }
  .investment-copy { position: static; }
  .system-section-heading .eyebrow { grid-column: auto; margin-bottom: -20px; }
  .system-architecture { min-height: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 92px 24px 24px; }
  .architecture-lines { display: none; }
  .architecture-node, .architecture-website { position: relative; inset: auto; width: auto; }
  .architecture-website { grid-column: 1 / -1; grid-row: 1; }
  .architecture-domain { grid-column: 1; grid-row: 2; }
  .architecture-hosting { grid-column: 2; grid-row: 2; }
  .architecture-changes { grid-column: 1; grid-row: 3; }
  .architecture-care { grid-column: 2; grid-row: 3; }
}

@media (max-width: 760px) {
  .subpage-hero { padding: 54px 0 68px; }
  .back-link { margin-bottom: 30px; }
  .subpage-hero-copy h1 { font-size: clamp(2.7rem, 13vw, 4.3rem); }
  .ideas-section, .breakdown-section, .service-system-section, .monthly-section, .investment-section { padding: 78px 0; }
  .idea-preview { min-height: 330px; padding: 20px; }
  .idea-preview-copy { left: 20px; right: 20px; bottom: 20px; }
  .idea-preview.layout-editorial .idea-preview-copy { max-width: 62%; }
  .idea-content { padding: 24px 21px; }
  .subpage-cta-inner { align-items: flex-start; flex-direction: column; }
  .subpage-cta-actions { width: 100%; }
  .price-principles, .monthly-grid { grid-template-columns: 1fr; }
  .breakdown-panel { padding: 27px 21px; border-radius: 25px; }
  .cost-donut-wrap { min-height: 285px; }
  .monthly-allocation { padding: 25px 21px; }
  .investment-reasons article { grid-template-columns: 1fr; }
  .system-architecture { grid-template-columns: 1fr; padding: 20px; }
  .system-architecture::before { inset: 10px; }
  .system-team-frame { position: relative; top: auto; left: auto; width: auto; align-items: flex-start; flex-direction: column; gap: 7px; transform: none; grid-column: 1; grid-row: 1; padding: 10px 7px 17px; }
  .system-team-frame strong { text-align: left; }
  .architecture-website { grid-column: 1; grid-row: 2; }
  .architecture-domain { grid-column: 1; grid-row: 3; }
  .architecture-hosting { grid-column: 1; grid-row: 4; }
  .architecture-changes { grid-column: 1; grid-row: 5; }
  .architecture-care { grid-column: 1; grid-row: 6; }
  .cost-rhythm { padding: 25px 20px; }
  .rhythm-shell { grid-template-columns: 1fr; }
  .rhythm-setup { min-height: 260px; }
}

@media (max-width: 560px) {
  .rhythm-calendar { padding: 14px 12px 8px; }
  .rhythm-months { margin-left: 0; }
  .rhythm-row { grid-template-columns: 1fr; gap: 7px; padding: 12px 0; }
  .rhythm-track { min-height: 31px; }
  .rhythm-domain .rhythm-track span, .rhythm-changes .rhythm-track span { grid-column: 9 / 13; }
}

@media (prefers-reduced-motion: reduce) {
  .cost-snapshot-link, .idea-card, .button { transition: none; }
}

/* Business solutions and Perun AI product pages */
.service-page { background: #f7f8f4; }
.service-hero { position: relative; overflow: hidden; padding: 92px 0 105px; }
.digital-service-hero { background: linear-gradient(145deg, #eaf3ee 0%, #f8f5ec 58%, #e7eef2 100%); }
.service-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 76px; align-items: center; }
.service-hero-copy h1 { max-width: 890px; margin: 13px 0 25px; font-size: clamp(3.25rem, 6.6vw, 6.8rem); line-height: .91; letter-spacing: -.066em; }
.service-hero-copy > p { max-width: 780px; font-size: 1.08rem; }
.service-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.service-scope-card { padding: 34px; border: 1px solid rgba(23,51,44,.12); border-radius: 28px; background: rgba(255,255,255,.72); box-shadow: var(--shadow-soft); }
.service-scope-card > span { display: block; margin-bottom: 24px; color: var(--forest-light); font-size: .69rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.service-scope-card ul { display: grid; gap: 0; }
.service-scope-card li { padding: 16px 0; border-top: 1px solid var(--line); color: var(--ink); font-size: .91rem; font-weight: 850; }
.service-scope-card li::before { content: "↗"; margin-right: 10px; color: var(--forest-light); }

.service-ladder-section, .capability-section { padding: 108px 0; background: white; }
.service-section-heading { max-width: 920px; margin-bottom: 46px; }
.service-section-heading h2 { margin-bottom: 16px; font-size: clamp(2.35rem, 4.6vw, 4.9rem); }
.service-section-heading p { max-width: 790px; margin: 0; }
.service-ladder { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.service-tier { display: flex; flex-direction: column; min-height: 510px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #f8faf7; }
.service-tier > span { width: 39px; height: 39px; display: grid; place-items: center; margin-bottom: 58px; border-radius: 50%; background: var(--sage-soft); color: var(--forest); font-size: .65rem; font-weight: 900; }
.service-tier > small { min-height: 34px; color: var(--forest-light); font-size: .65rem; font-weight: 900; line-height: 1.45; letter-spacing: .06em; text-transform: uppercase; }
.service-tier h3 { margin: 11px 0 13px; font-size: 1.55rem; }
.service-tier p { min-height: 108px; font-size: .82rem; }
.service-tier ul { display: grid; gap: 10px; margin: 17px 0 25px; }
.service-tier li { color: var(--ink); font-size: .75rem; font-weight: 800; line-height: 1.45; }
.service-tier li::before { content: "✓"; margin-right: 7px; color: var(--forest-light); }
.service-tier > a { margin-top: auto; color: var(--forest); font-size: .75rem; font-weight: 900; }
.tier-featured { color: white; border-color: #133f35; background: linear-gradient(150deg, #0d3029, #1c5a49); box-shadow: 0 23px 60px rgba(10,48,40,.17); }
.tier-featured > span { background: var(--lime); color: var(--ink); }
.tier-featured > small, .tier-featured > a { color: var(--lime); }
.tier-featured h3, .tier-featured li { color: white; }
.tier-featured p { color: #bcd1c8; }
.tier-featured li::before { color: var(--lime); }

.industry-systems-section { padding: 108px 0; background: #edf2ec; }
.industry-system-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.industry-system-card { min-height: 270px; display: flex; flex-direction: column; padding: 26px; border: 1px solid rgba(23,51,44,.09); border-radius: 22px; background: rgba(255,255,255,.82); transition: transform .22s ease, box-shadow .22s ease; }
.industry-system-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.industry-system-card > span { color: var(--forest-light); font-family: monospace; font-size: .66rem; }
.industry-system-card h3 { margin: 45px 0 11px; font-size: 1.18rem; }
.industry-system-card p { margin: 0; font-size: .79rem; line-height: 1.55; }
.industry-system-card a { margin-top: auto; padding-top: 17px; color: var(--forest); font-size: .72rem; font-weight: 900; }

.delivery-section { padding: 108px 0; background: var(--ink); }
.delivery-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 84px; }
.delivery-grid h2 { max-width: 650px; color: white; font-size: clamp(2.4rem, 4.4vw, 4.7rem); }
.delivery-grid ol { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.14); }
.delivery-grid li { display: grid; grid-template-columns: 48px 1fr; gap: 19px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.delivery-grid li > span { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(201,243,106,.35); border-radius: 50%; color: var(--lime); font-size: .64rem; font-weight: 900; }
.delivery-grid h3 { margin: 1px 0 7px; color: white; font-size: 1.05rem; }
.delivery-grid p { margin: 0; color: #acc3ba; font-size: .82rem; }

.independent-note, .source-note { padding: 54px 0; background: #f8f5ec; }
.independent-note-inner, .source-note-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.independent-note span, .source-note span { color: var(--forest-light); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.independent-note h2 { margin: 7px 0 8px; font-size: 2rem; }
.independent-note p, .source-note p { max-width: 820px; margin: 0; font-size: .84rem; }
.independent-note .button, .source-note .button { flex: 0 0 auto; }

.perun-service-hero { color: white; background: radial-gradient(circle at 76% 24%, rgba(60,142,110,.3), transparent 30%), #071c18; }
.perun-service-hero .service-hero-copy { position: relative; z-index: 2; }
.perun-service-hero h1 { color: white; }
.perun-service-hero .service-hero-copy > p { color: #b7ccc4; }
.dark-outline { border-color: rgba(255,255,255,.3); background: transparent; color: white; }
.dark-outline:hover { border-color: var(--lime); background: rgba(255,255,255,.06); color: white; }
.standalone-product-note { margin: 20px 0 0; color: #90aa9f !important; font-size: .76rem !important; }
.perun-orbit { position: absolute; border: 1px solid rgba(201,243,106,.1); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 500px; height: 500px; right: -210px; top: -240px; box-shadow: 0 0 0 65px rgba(201,243,106,.018), 0 0 0 130px rgba(201,243,106,.012); }
.orbit-two { width: 260px; height: 260px; left: -130px; bottom: -185px; box-shadow: 0 0 0 50px rgba(201,243,106,.018); }
.verification-card { position: relative; z-index: 2; padding: 27px; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: rgba(16,54,45,.73); box-shadow: 0 30px 75px rgba(0,0,0,.25); backdrop-filter: blur(13px); }
.verification-top { display: flex; justify-content: space-between; color: #bcd0c8; font-family: monospace; font-size: .61rem; letter-spacing: .09em; }
.verification-top i { color: var(--lime); font-style: normal; }
.verification-person { display: flex; align-items: center; gap: 18px; margin: 42px 0 35px; padding: 22px; border-radius: 19px; background: rgba(255,255,255,.07); }
.verification-person > span { width: 63px; height: 63px; border: 1px solid rgba(201,243,106,.5); border-radius: 50% 50% 44% 44%; background: radial-gradient(circle at 50% 34%, var(--lime) 0 7px, transparent 8px), radial-gradient(ellipse at 50% 78%, rgba(201,243,106,.75) 0 19px, transparent 20px); }
.verification-person small { display: block; color: #9db7ad; font-size: .64rem; }
.verification-person strong { display: block; margin-top: 5px; color: white; font-size: .96rem; }
.verification-signals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.verification-signals span { padding: 14px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(4,20,17,.32); }
.verification-signals i { display: block; width: 8px; height: 8px; margin-bottom: 20px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(201,243,106,.08); }
.verification-signals b { color: #dceae5; font-size: .59rem; }

.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.capability-card { min-height: 240px; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: #f8faf7; }
.capability-card > span { color: var(--forest-light); font-family: monospace; font-size: .65rem; }
.capability-card h3 { margin: 43px 0 10px; font-size: 1.2rem; }
.capability-card p { margin: 0; font-size: .8rem; }
.verification-flow { padding: 105px 0; background: #071c18; }
.verification-flow .service-section-heading h2 { color: white; }
.flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 25px; background: rgba(255,255,255,.1); }
.flow-grid article { min-height: 275px; padding: 30px; background: #0a2b24; }
.flow-grid article > span { color: var(--lime); font-family: monospace; font-size: .66rem; }
.flow-grid h3 { margin: 62px 0 11px; color: white; font-size: 1.22rem; }
.flow-grid p { margin: 0; color: #9fb9af; font-size: .81rem; }
.perun-usecase-section { background: white; }
.responsibility-section { padding: 108px 0; background: #edf2ec; }
.responsibility-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 80px; align-items: start; }
.responsibility-grid > div:first-child { position: sticky; top: 120px; }
.responsibility-grid h2 { font-size: clamp(2.5rem, 4.4vw, 4.65rem); }
.boundary-list { display: grid; gap: 14px; }
.boundary-list article { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.boundary-list article > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--sage-soft); color: var(--forest); font-size: .63rem; font-weight: 900; }
.boundary-list h3 { margin: 1px 0 8px; font-size: 1.16rem; }
.boundary-list p { margin: 0; font-size: .81rem; }
.source-note { border-top: 1px solid var(--line); background: white; }
.perun-cta { background: #071c18; }

@media (max-width: 1080px) {
  .service-ladder, .industry-system-grid { grid-template-columns: repeat(2, 1fr); }
  .service-tier { min-height: 450px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .service-hero-grid, .delivery-grid, .responsibility-grid { grid-template-columns: 1fr; gap: 46px; }
  .responsibility-grid > div:first-child { position: static; }
}

@media (max-width: 680px) {
  .service-hero { padding: 60px 0 75px; }
  .service-hero-copy h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .service-hero-actions { align-items: stretch; flex-direction: column; }
  .service-hero-actions .button { width: 100%; }
  .service-ladder-section, .industry-systems-section, .delivery-section, .capability-section, .verification-flow, .responsibility-section { padding: 78px 0; }
  .service-ladder, .industry-system-grid, .capability-grid, .flow-grid { grid-template-columns: 1fr; }
  .service-tier { min-height: 0; }
  .service-tier > span { margin-bottom: 38px; }
  .service-tier p { min-height: 0; }
  .independent-note-inner, .source-note-inner { align-items: flex-start; flex-direction: column; }
  .independent-note .button, .source-note .button { width: 100%; }
  .verification-card { padding: 20px; }
  .verification-signals { grid-template-columns: 1fr; }
  .verification-signals i { display: inline-block; margin: 0 10px 0 0; vertical-align: middle; }
  .flow-grid article { min-height: 220px; }
  .flow-grid h3 { margin-top: 40px; }
  .boundary-list article { grid-template-columns: 1fr; }
}
