/* Product page components share the website's typography, ruled surfaces and spacing. */
.remaining-page{min-width:0}
.remaining-page section[id]{scroll-margin-top:32px}
.remaining-page .product-hero{border-bottom:1px solid var(--ink)}
.remaining-page .product-hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:clamp(40px,6vw,100px);padding-block:80px;align-items:center}
.remaining-page .product-hero h1{font-size:clamp(48px,5.65vw,88px);line-height:1.02;letter-spacing:-.066em;margin-bottom:28px;overflow-wrap:normal}
.remaining-page .product-hero .eyebrow{font-size:13px;margin-bottom:28px}
.remaining-page .product-hero .lead{font-size:19px;max-width:54ch;line-height:1.6}
.remaining-page .product-actions{display:flex;align-items:center;flex-wrap:wrap;gap:22px 28px;margin-top:32px}
.remaining-page .product-actions .button{gap:18px}
.remaining-page .product-hero-example{min-width:0;transform:translateY(16px)}
.remaining-page .product-hero-example .product-code{box-shadow:12px 12px 0 #06171115}
.remaining-page .product-note{margin-top:26px;padding-left:18px;position:relative;font-size:13px}
.remaining-page .product-note::before{position:absolute;left:0;top:.55em;width:6px;height:6px;background:var(--orange);content:''}
.remaining-page .product-code{margin:0;border:1px solid #657268;background:var(--ink);color:var(--paper);min-width:0;width:100%}
.remaining-page .product-code figcaption{font:12px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;padding:15px 20px;border-bottom:1px solid #657268;background:#10291d;color:#dceddc}
.remaining-page .product-code pre{margin:0;padding:26px 22px;font:13px/1.8 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:0;overflow:auto;max-width:100%;tab-size:2}
.remaining-page .product-code code{font:inherit;color:inherit;background:none;padding:0}
.remaining-page .product-code pre:focus-visible{outline:3px solid var(--orange);outline-offset:-4px}
.remaining-page .product-section-nav{position:sticky;top:0;z-index:12;border-bottom:1px solid var(--line);background:var(--paper)}
.remaining-page .product-section-nav .container{display:flex;flex-wrap:wrap;column-gap:34px;row-gap:0}
.remaining-page .product-section-nav a{padding-block:19px;min-height:52px;display:inline-flex;align-items:center;font-size:14px}
.remaining-page .product-section-nav a:hover{text-decoration:underline;text-underline-offset:6px}
.remaining-page .product-proof{padding-top:10px}
.remaining-page .product-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin:0;padding:0;border-bottom:1px solid var(--line)}
.remaining-page .product-metrics>div{display:flex;flex-direction:column-reverse;gap:8px;padding:28px 24px;min-width:0}
.remaining-page .product-metrics>div:first-child{padding-left:0}
.remaining-page .product-metrics>div+div{border-left:1px solid var(--line)}
.remaining-page .product-metrics dt{font-size:13px;color:var(--muted);font-weight:400;line-height:1.4}
.remaining-page .product-metrics dd{margin:0;font-size:clamp(29px,3.2vw,44px);letter-spacing:-.06em;line-height:1.1}
.remaining-page .product-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.remaining-page .product-feature-grid .feature-card{padding:32px 24px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.remaining-page .product-feature-grid .feature-card:nth-child(4n){border-right:0}
.remaining-page .product-feature-grid .feature-card:nth-last-child(-n+4){border-bottom:0}
.remaining-page .product-feature-grid .feature-card .eyebrow{color:var(--muted);margin-bottom:25px}
.remaining-page .product-feature-grid .feature-card h3{font-size:25px}
.remaining-page .product-feature-grid .feature-card p:last-child{font-size:15px;line-height:1.65}
.remaining-page .product-security-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:56px;align-items:start}
.remaining-page .product-security-grid>div{min-width:0}
.remaining-page .product-security-grid h3{font-size:26px;margin-bottom:18px}
.remaining-page .product-security-grid h3~p{font-size:15px}
.remaining-page .product-security-grid .product-code+h3{margin-top:34px}
.remaining-page .product-security-grid>div>.product-code:first-of-type{margin-bottom:28px}
.remaining-page .product-throttle{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px;border-block:1px solid #657268}
.remaining-page .product-throttle article{padding:22px 18px;min-width:0}
.remaining-page .product-throttle article:first-child{padding-left:0}
.remaining-page .product-throttle article+article{border-left:1px solid #657268}
.remaining-page .product-throttle strong{display:block;font-size:46px;font-weight:500;letter-spacing:-.06em;margin:10px 0;color:var(--mint)}
.remaining-page .product-throttle article:last-child strong{color:#ff905c}
.remaining-page .product-throttle p{font-size:12px;line-height:1.5}
.remaining-page .product-checks{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:12px}
.remaining-page .product-checks li{position:relative;padding-left:23px;font-size:15px;line-height:1.6}
.remaining-page .product-checks li::before{content:'↳';position:absolute;left:0;color:#a63b07}
.remaining-page .dark-section .product-checks li::before{color:#ff905c}
.remaining-page .product-comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--line);margin-bottom:32px}
.remaining-page .product-comparison-card{padding:30px 32px;min-width:0}
.remaining-page .product-comparison-card:last-child{background:var(--mint);border-left:1px solid var(--line)}
.remaining-page .product-comparison-card .eyebrow{margin:0}
.remaining-page .product-code-comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}
.remaining-page .product-example{min-width:0;border:1px solid var(--line)}
.remaining-page .product-example>summary{display:flex;justify-content:space-between;gap:16px;align-items:center;min-height:62px;padding:18px 20px;font-size:16px;list-style:none}
.remaining-page .product-example>summary span{font-size:12px;color:var(--muted)}
.remaining-page .product-example>summary::after{content:'＋';font-size:20px}
.remaining-page .product-example[open]>summary::after{content:'−'}
.remaining-page .product-example>summary::-webkit-details-marker{display:none}
.remaining-page .product-example .product-code{border:0}
.remaining-page .product-mint{background:var(--mint);border-block:1px solid var(--line)}
.remaining-page .product-metrics-four{grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);margin-top:26px}
.remaining-page .product-metrics-four>div{padding:22px 15px}
.remaining-page .product-metrics-four dd{font-size:32px}
.remaining-page .product-directives{border-block:1px solid var(--line)}
.remaining-page .product-directive+details{border-top:1px solid var(--line)}
.remaining-page .product-directive>summary{display:flex;align-items:center;gap:22px;min-height:90px;padding:25px 8px;font-size:23px;font-weight:500;line-height:1.3;letter-spacing:-.035em;list-style:none}
.remaining-page .product-directive>summary::-webkit-details-marker{display:none}
.remaining-page .product-directive>summary::after{content:'＋';font-size:26px;margin-left:auto;flex-shrink:0}
.remaining-page .product-directive[open]>summary::after{content:'−'}
.remaining-page .product-directive>summary>.mono{color:var(--muted);font-size:12px;margin-right:10px;flex-shrink:0}
.remaining-page .product-directive .product-directive-status{font:11px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:0;margin-left:auto;border:1px solid var(--line);padding:5px 8px;white-space:nowrap}
.remaining-page .product-directive-body{display:grid;grid-template-columns:minmax(0,.65fr) minmax(0,1.35fr);gap:48px;padding:8px 8px 32px 54px;align-items:start}
.remaining-page .product-directive-body>p{font-size:16px;line-height:1.75;max-width:40ch}
.remaining-page .product-pricing-section{border-block:1px solid var(--line)}
.remaining-page .product-lifetime{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:56px;padding:48px;background:var(--ink);color:var(--paper)}
.remaining-page .product-lifetime .eyebrow{color:var(--mint);margin-bottom:18px}
.remaining-page .product-lifetime h3{font-size:clamp(32px,4vw,50px);margin-bottom:22px}
.remaining-page .product-lifetime p{font-size:16px}
.remaining-page .product-lifetime .product-checks{grid-template-columns:repeat(2,minmax(0,1fr))}
.remaining-page .product-lifetime .product-checks li::before{color:#ff905c}
.remaining-page .product-lifetime-buy{border-left:1px solid #657268;padding-left:48px;align-self:center}
.remaining-page .product-price{display:flex;align-items:baseline;gap:16px;margin:18px 0 4px;line-height:1}
.remaining-page .product-price strong{font-size:clamp(48px,5vw,70px);font-weight:500;letter-spacing:-.065em}
.remaining-page .product-price del{font-size:22px;opacity:.65}
.remaining-page .product-lifetime-buy .button{margin-top:25px}
.remaining-page .product-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line);border-top:0}
.remaining-page .product-plan{padding:32px;min-width:0;display:flex;flex-direction:column}
.remaining-page .product-plan+article{border-left:1px solid var(--line)}
.remaining-page .product-plan-heading{display:flex;align-items:center;gap:12px;justify-content:space-between;min-height:34px}
.remaining-page .product-plan-heading h3{font-size:28px}
.remaining-page .product-plan-badge{background:var(--mint);font:10px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;padding:5px 8px;white-space:nowrap}
.remaining-page .product-plan .product-price{margin-top:28px}
.remaining-page .product-plan .product-price strong{font-size:56px}
.remaining-page .product-plan .product-price+p{font-size:14px}
.remaining-page .product-plan-saving{font-size:12px;min-height:19px}
.remaining-page .product-plan .product-checks{margin-bottom:30px}
.remaining-page .product-plan>.button{margin-top:auto;width:100%;font-size:15px}
.remaining-page .product-license-note{font-size:13px;color:var(--muted);margin-top:22px;max-width:none}
.remaining-page .product-quotes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-block:1px solid var(--line)}
.remaining-page .product-quote{padding:28px 24px;display:flex;flex-direction:column;min-width:0}
.remaining-page .product-quote+.product-quote{border-left:1px solid var(--line)}
.remaining-page .product-quote blockquote{padding:0;margin:0 0 26px;font-size:16px;line-height:1.65}
.remaining-page .product-quote blockquote::before{content:'“';display:block;color:#a63b07;font-size:50px;line-height:1;margin-bottom:8px}
.remaining-page .product-quote figcaption{margin-top:auto;display:flex;flex-direction:column;gap:5px;font-size:12px}
.remaining-page .product-quote figcaption strong{font-weight:600}
.remaining-page .product-quote figcaption span{color:var(--muted)}
.remaining-page .grid-3 .feature-card .text-link{margin-top:24px}
.remaining-page .action-band .section-head{align-items:center}
.remaining-page .action-band .section-head>.button{flex-shrink:0}
.remaining-page .action-band .lead{font-size:17px;margin-bottom:0}
@media(max-width:1100px){
 .remaining-page .product-hero-grid{gap:36px;padding-block:60px}
 .remaining-page .product-hero h1{font-size:60px}
 .remaining-page .product-hero .lead{font-size:17px}
 .remaining-page .product-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .remaining-page .product-feature-grid .feature-card:nth-child(4n){border-right:1px solid var(--line)}
 .remaining-page .product-feature-grid .feature-card:nth-child(3n){border-right:0}
 .remaining-page .product-feature-grid .feature-card:nth-last-child(-n+4){border-bottom:1px solid var(--line)}
 .remaining-page .product-feature-grid .feature-card:nth-last-child(-n+3){border-bottom:0}
 .remaining-page .product-security-grid{gap:32px}
 .remaining-page .product-lifetime{padding:36px;gap:32px}
 .remaining-page .product-lifetime-buy{padding-left:32px}
 .remaining-page .product-plan{padding:26px 22px}
 .remaining-page .product-plan-heading{align-items:flex-start;flex-direction:column;min-height:60px}
 .remaining-page .product-quotes{grid-template-columns:repeat(2,minmax(0,1fr))}
 .remaining-page .product-quote:nth-child(3){border-left:0}
 .remaining-page .product-quote:nth-child(-n+2){border-bottom:1px solid var(--line)}
}
@media(max-width:780px){
 .remaining-page .product-hero-grid{grid-template-columns:1fr;padding-block:44px 52px;gap:36px}
 .remaining-page .product-hero h1{font-size:clamp(44px,8vw,66px);max-width:15ch}
 .remaining-page .product-hero-example{transform:none}
 .remaining-page .product-hero-example>.eyebrow{margin-bottom:14px}
 .remaining-page .product-hero .lead{font-size:18px}
 .remaining-page .product-hero-example .product-code{box-shadow:7px 7px 0 #06171115}
 .remaining-page .product-section-nav .container{column-gap:23px}
 .remaining-page .product-section-nav a{padding-block:12px;font-size:13px;min-height:44px}
 .remaining-page .product-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}
 .remaining-page .product-metrics>div{padding:22px 16px}
 .remaining-page .product-metrics>div:nth-child(4){border-left:0;padding-left:0}
 .remaining-page .product-metrics>div:nth-child(n+4){border-top:1px solid var(--line)}
 .remaining-page .product-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .remaining-page .product-feature-grid .feature-card:nth-child(3n){border-right:1px solid var(--line)}
 .remaining-page .product-feature-grid .feature-card:nth-child(2n){border-right:0}
 .remaining-page .product-feature-grid .feature-card:nth-last-child(-n+3){border-bottom:1px solid var(--line)}
 .remaining-page .product-feature-grid .feature-card:nth-last-child(-n+2){border-bottom:0}
 .remaining-page .product-feature-grid .feature-card{padding:27px 20px}
 .remaining-page .product-security-grid{grid-template-columns:1fr}
 .remaining-page .product-metrics-four{grid-template-columns:repeat(4,minmax(0,1fr))}
 .remaining-page .product-metrics-four>div:nth-child(4){border-left:1px solid var(--line);border-top:0;padding-left:15px}
 .remaining-page .product-metrics-four dd{font-size:30px}
 .remaining-page .product-code-comparison{grid-template-columns:1fr;gap:20px}
 .remaining-page .product-directive>summary{font-size:20px;gap:14px;flex-wrap:wrap}
 .remaining-page .product-directive>summary>.mono{margin-right:0}
 .remaining-page .product-directive>summary>span:nth-child(2){max-width:calc(100% - 66px)}
 .remaining-page .product-directive .product-directive-status{order:4;flex-basis:auto;margin-left:30px}
 .remaining-page .product-directive-body{grid-template-columns:1fr;gap:22px;padding:0 0 28px}
 .remaining-page .product-directive-body>p{max-width:none}
 .remaining-page .product-lifetime{grid-template-columns:1fr;gap:30px;padding:32px}
 .remaining-page .product-lifetime-buy{border-left:0;border-top:1px solid #657268;padding:22px 0 0}
 .remaining-page .product-lifetime-buy .product-price{margin-top:0}
 .remaining-page .product-plans{grid-template-columns:1fr}
 .remaining-page .product-plan+article{border-left:0;border-top:1px solid var(--line)}
 .remaining-page .product-plan{padding:28px 32px}
 .remaining-page .product-plan-heading{flex-direction:row;align-items:center;min-height:34px}
 .remaining-page .product-plan .product-checks{grid-template-columns:repeat(2,minmax(0,1fr))}
 .remaining-page .product-plan>.button{width:auto;align-self:flex-start}
 .remaining-page .action-band .section-head>.button{align-self:flex-start}
}
@media(max-width:480px){
 .remaining-page .product-hero h1{font-size:clamp(37px,11.2vw,45px);letter-spacing:-.065em}
 .remaining-page .product-hero .eyebrow{font-size:11px;margin-bottom:22px}
 .remaining-page .product-actions{gap:22px}
 .remaining-page .product-actions .button{width:100%;font-size:15px;padding-inline:15px;gap:15px}
 .remaining-page .product-code pre{padding:20px 16px;font-size:12px}
 .remaining-page .product-code figcaption{padding:12px 16px;font-size:11px}
 .remaining-page .product-metrics>div{padding:20px 12px}
 .remaining-page .product-metrics dd{font-size:28px}
 .remaining-page .product-metrics dt{font-size:11px}
 .remaining-page .product-feature-grid{grid-template-columns:1fr}
 .remaining-page .product-feature-grid .feature-card{border-right:0!important;border-bottom:1px solid var(--line)!important;padding:26px 0}
 .remaining-page .product-feature-grid .feature-card:last-child{border-bottom:0!important}
 .remaining-page .product-feature-grid .feature-card .eyebrow{margin-bottom:15px}
 .remaining-page .product-comparison{grid-template-columns:1fr}
 .remaining-page .product-comparison-card{padding:26px}
 .remaining-page .product-comparison-card:last-child{border-left:0;border-top:1px solid var(--line)}
 .remaining-page .product-throttle article{padding:18px 12px}
 .remaining-page .product-throttle strong{font-size:39px}
 .remaining-page .product-throttle p{font-size:11px}
 .remaining-page .product-metrics-four{grid-template-columns:repeat(2,minmax(0,1fr))}
 .remaining-page .product-metrics-four>div:nth-child(3){border-left:0;padding-left:0}
 .remaining-page .product-metrics-four>div:nth-child(n+3){border-top:1px solid var(--line)}
 .remaining-page .product-metrics-four dd{font-size:34px}
 .remaining-page .product-metrics-four dt{font-size:12px}
 .remaining-page .product-lifetime{padding:26px}
 .remaining-page .product-lifetime .product-checks,.remaining-page .product-plan .product-checks{grid-template-columns:1fr}
 .remaining-page .product-lifetime-buy .button{width:100%;font-size:15px;gap:18px;padding-inline:14px}
 .remaining-page .product-plan{padding:26px}
 .remaining-page .product-plan-heading h3{font-size:27px}
 .remaining-page .product-plan>.button{width:100%}
 .remaining-page .product-quotes{grid-template-columns:1fr}
 .remaining-page .product-quote{padding:26px 0;border-left:0!important;border-bottom:1px solid var(--line)}
 .remaining-page .product-quote:last-child{border-bottom:0}
 .remaining-page .product-example>summary{gap:12px;font-size:14px;padding-inline:16px}
 .remaining-page .product-example>summary span{font-size:10px}
}
@media(prefers-reduced-motion:reduce){.remaining-page *{scroll-behavior:auto!important}}

/* The existing booking integration now occupies the native page content. */
.remaining-native .calendly-inline-widget{width:100%;max-width:100%;min-width:0;height:700px;min-height:700px}
.remaining-native .calendly-inline-widget iframe{display:block;width:100%;max-width:100%;height:100%;border:0}
