@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Manrope:wght@400;500;600;700;800&display=swap";:root {
    --navy: #07182a;
    --navy-2: #0b2138;
    --navy-3: #102b47;
    --ink: #0a1b2d;
    --gold: #d4a83f;
    --gold-bright: #e7bd5b;
    --gold-pale: #f1d894;
    --ivory: #f7f4ed;
    --paper: #eee8dc;
    --white: #fffdf9;
    --muted: #647386;
    --blue-muted: #9cafc1;
    --line-dark: #07182a26;
    --line-light: #ffffff1f;
    --green: #7dbb92;
    --serif: "DM Serif Display", Georgia, serif;
    --sans: "Manrope", Arial, sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    background: var(--ivory);
    color: var(--ink);
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    margin: 0
}

a {
    color: inherit
}

button,summary {
    font: inherit
}

img {
    max-width: 100%
}

main {
    overflow: hidden
}

.edition-bar {
    background: var(--navy);
    color: #c4cfda;
    letter-spacing: .1em;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    gap: 28px;
    min-height: 38px;
    padding: 8px clamp(18px,5vw,72px);
    font-size: 10px;
    font-weight: 800;
    display: flex
}

.edition-bar a {
    color: var(--gold-pale);
    text-decoration: none
}

.edition-bar a span {
    margin-left: 7px
}

.site-nav {
    border-bottom: 1px solid var(--line-dark);
    z-index: 30;
    justify-content: space-between;
    align-items: center;
    width: min(1240px,100% - 40px);
    height: 82px;
    margin: 0 auto;
    display: flex;
    position: relative
}

.site-brand {
    color: var(--ink);
    letter-spacing: -.015em;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex
}

.site-brand strong {
    color: #9a701d
}

.keyhole-mark {
    aspect-ratio: 1;
    border: 1px solid var(--gold);
    border-radius: 50%;
    flex: 0 0 38px;
    place-items: center;
    width: 38px;
    display: grid;
    position: relative
}

.keyhole-mark:after {
    content: "";
    aspect-ratio: 1;
    border: 1px solid #d4a83f6b;
    border-radius: 50%;
    width: 28px;
    position: absolute
}

.keyhole-mark i {
    background: var(--gold);
    clip-path: polygon(50% 0,100% 42%,75% 100%,25% 100%,0 42%);
    width: 6px;
    height: 13px
}

.nav-links {
    align-items: center;
    gap: 28px;
    font-size: 11px;
    font-weight: 700;
    display: flex
}

.nav-links a {
    color: #607084;
    text-decoration: none;
    transition: color .2s
}

.nav-links a:hover {
    color: var(--ink)
}

.nav-links .nav-button {
    background: var(--navy);
    min-height: 40px;
    color: var(--white);
    border: 1px solid var(--navy);
    align-items: center;
    padding: 0 17px;
    display: inline-flex
}

.hero {
    grid-template-columns: minmax(0,.96fr) minmax(500px,1.04fr);
    align-items: center;
    gap: 36px;
    width: min(1240px,100% - 40px);
    min-height: 700px;
    margin: 0 auto;
    padding: 72px 0 84px;
    display: grid
}

.hero-copy {
    z-index: 5;
    position: relative
}

.eyebrow,.section-label {
    color: #a5781c;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 9px;
    font-weight: 800
}

.eyebrow {
    align-items: center;
    gap: 10px;
    display: flex
}

.eyebrow span {
    background: var(--gold);
    width: 25px;
    height: 1px
}

.hero h1,.section-heading h2,.story-copy h2,.solution-copy h2,.comparison-heading h2,.credibility-copy h2,.checkout-copy h2,.closing-section h2 {
    font-family: var(--serif);
    letter-spacing: -.045em;
    margin: 0;
    font-weight: 400
}

.hero h1 {
    max-width: 650px;
    color: var(--navy);
    font-size: clamp(58px,6.2vw,88px);
    line-height: .91
}

.hero h1 em {
    color: #b48324;
    font-weight: 400
}

.hero-lead {
    color: #536476;
    max-width: 610px;
    margin: 30px 0 28px;
    font-size: 16px;
    line-height: 1.75
}

.hero-facts {
    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
    grid-template-columns: repeat(3,1fr);
    max-width: 590px;
    display: grid
}

.hero-facts div {
    border-right: 1px solid var(--line-dark);
    padding: 15px 17px 16px 0
}

.hero-facts div:not(:first-child) {
    padding-left: 17px
}

.hero-facts div:last-child {
    border-right: 0
}

.hero-facts strong {
    color: var(--navy);
    font: 400 28px/1 var(--serif);
    display: block
}

.hero-facts span {
    color: #7a8794;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 4px;
    font-size: 7px;
    font-weight: 800;
    display: block
}

.hero-actions {
    align-items: center;
    gap: 25px;
    margin-top: 28px;
    display: flex
}

.button {
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    min-height: 57px;
    padding: 0 22px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s,box-shadow .2s,background .2s;
    display: inline-flex
}

.button:hover {
    transform: translateY(-2px)
}

.button-gold {
    color: #101925;
    background: var(--gold-bright);
    box-shadow: 0 14px 30px #976c1929
}

.button-gold:hover {
    background: #efcb73;
    box-shadow: 0 18px 38px #976c193b
}

.button-gold span {
    border-left: 1px solid #10192538;
    padding-left: 19px
}

.quiet-link {
    color: #7b642d;
    border-bottom: 1px solid #7b642d4d;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none
}

.quiet-link span {
    margin-left: 7px
}

.purchase-note {
    color: #8a958f;
    letter-spacing: .03em;
    margin: 15px 0 0;
    font-size: 8px
}

.product-stage {
    isolation: isolate;
    height: 590px;
    position: relative
}

.product-halo {
    background: radial-gradient(circle,#d4a83f2e,#d4a83f0e 42%,#0000 69%);
    border-radius: 50%;
    width: 520px;
    height: 520px;
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%,-50%)
}

.product-halo:before,.product-halo:after {
    content: "";
    border: 1px solid #d4a83f24;
    border-radius: 50%;
    position: absolute;
    inset: 54px
}

.product-halo:after {
    inset: 118px
}

.product-stack {
    perspective: 1300px;
    width: 610px;
    height: 540px;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translate(-50%)
}

.product-stack:after {
    content: "";
    filter: blur(17px);
    background: #060f183b;
    border-radius: 50%;
    width: 490px;
    height: 54px;
    position: absolute;
    bottom: 74px;
    left: 62px
}

.product-book {
    object-fit: cover;
    transform-origin: bottom;
    z-index: 3;
    border-radius: 2px;
    width: 180px;
    height: auto;
    position: absolute;
    bottom: 104px;
    box-shadow: 13px 22px 34px #05121e3d
}

.book-personal {
    z-index: 1;
    left: 4px;
    transform: rotateY(17deg)rotate(-6deg)translateY(44px)
}

.book-risk {
    z-index: 2;
    left: 78px;
    transform: rotateY(13deg)rotate(-4deg)translateY(27px)
}

.book-estate {
    z-index: 4;
    left: 157px;
    transform: rotateY(8deg)rotate(-2deg)translateY(12px)
}

.book-retirement {
    z-index: 8;
    width: 218px;
    left: 236px;
    transform: translateY(-18px);
    box-shadow: 18px 30px 50px #05121e4f
}

.book-tax {
    z-index: 5;
    left: 348px;
    transform: rotateY(-8deg)rotate(2deg)translateY(15px)
}

.book-investment {
    z-index: 3;
    left: 426px;
    transform: rotateY(-14deg)rotate(5deg)translateY(36px)
}

.calculation-mini-stack {
    z-index: 12;
    border-top: 2px solid var(--gold);
    background: #07182af5;
    align-items: center;
    gap: 16px;
    min-width: 390px;
    padding: 11px 16px 11px 12px;
    display: flex;
    position: absolute;
    bottom: 3px;
    left: 51%;
    transform: translate(-50%);
    box-shadow: 0 18px 38px #06121e38
}

.calculation-mini-stack>div {
    align-items: flex-end;
    height: 67px;
    display: flex
}

.calculation-mini-stack img {
    width: 43px;
    display: block;
    box-shadow: 3px 5px 8px #0000004d
}

.calculation-mini-stack img+img {
    margin-left: -13px
}

.calculation-mini-stack p {
    margin: 0
}

.calculation-mini-stack strong,.calculation-mini-stack span {
    display: block
}

.calculation-mini-stack strong {
    color: var(--gold-pale);
    font: 400 18px/1.1 var(--serif)
}

.calculation-mini-stack span {
    color: #8297aa;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 4px;
    font-size: 6px;
    font-weight: 800
}

.edition-seal {
    aspect-ratio: 1;
    border: 1px solid var(--gold);
    z-index: 10;
    background: var(--ivory);
    color: #9b721e;
    text-align: center;
    border-radius: 50%;
    place-content: center;
    width: 105px;
    display: grid;
    position: absolute;
    top: 20px;
    right: 2px;
    box-shadow: 0 14px 32px #08172626
}

.edition-seal:after {
    content: "";
    border: 1px solid #d4a83f6b;
    border-radius: 50%;
    position: absolute;
    inset: 6px
}

.edition-seal span,.edition-seal small {
    z-index: 2;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 6px;
    font-weight: 800;
    position: relative
}

.edition-seal strong {
    z-index: 2;
    font: 400 20px var(--serif);
    position: relative
}

.fact-strip {
    background: var(--navy);
    color: var(--white);
    border-top: 1px solid #d4a83f40;
    grid-template-columns: repeat(4,1fr);
    padding: 28px max(20px,50vw - 620px);
    display: grid
}

.fact-strip>div {
    border-right: 1px solid var(--line-light);
    grid-template-columns: 24px 1fr;
    gap: 12px;
    padding: 7px 28px;
    display: grid
}

.fact-strip>div:first-child {
    padding-left: 0
}

.fact-strip>div:last-child {
    border-right: 0;
    padding-right: 0
}

.fact-strip span {
    color: var(--gold);
    font-size: 8px;
    font-weight: 800
}

.fact-strip p {
    color: #899eb1;
    margin: 0;
    font-size: 8px;
    line-height: 1.5
}

.fact-strip strong {
    color: var(--white);
    margin-bottom: 2px;
    font-size: 10px;
    display: block
}

.section-shell {
    padding: 112px max(20px,50vw - 590px)
}

.section-heading h2,.solution-copy h2,.comparison-heading h2,.credibility-copy h2,.checkout-copy h2 {
    color: var(--navy);
    font-size: clamp(43px,5vw,66px);
    line-height: .98
}

.section-heading h2 em,.solution-copy h2 em,.comparison-heading h2 em,.checkout-copy h2 em {
    color: #9a701d;
    font-weight: 400
}

.narrow {
    text-align: center;
    max-width: 820px;
    margin: 0 auto
}

.narrow>p:last-child {
    color: #667586;
    max-width: 700px;
    margin: 27px auto 0;
    font-size: 14px;
    line-height: 1.75
}

.problem-section {
    background: var(--white)
}

.problem-grid {
    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
    grid-template-columns: repeat(4,1fr);
    margin-top: 63px;
    display: grid
}

.problem-grid article {
    border-right: 1px solid var(--line-dark);
    min-height: 215px;
    padding: 30px
}

.problem-grid article:first-child {
    padding-left: 0
}

.problem-grid article:last-child {
    border-right: 0;
    padding-right: 0
}

.line-icon {
    aspect-ratio: 1;
    color: #a97b21;
    width: 40px;
    font: 400 20px var(--serif);
    border: 1px solid #a97b2161;
    border-radius: 50%;
    place-items: center;
    display: grid
}

.problem-grid h3 {
    color: var(--navy);
    font: 400 22px var(--serif);
    margin: 24px 0 10px
}

.problem-grid p {
    color: #728091;
    margin: 0;
    font-size: 10px;
    line-height: 1.65
}

.meeting-story {
    background: var(--navy);
    color: var(--white);
    padding: 88px max(20px,50vw - 590px)
}

.story-copy {
    max-width: 800px
}

.story-copy .section-label {
    color: var(--gold)
}

.story-copy h2 {
    font-size: clamp(44px,5.4vw,70px);
    line-height: .98
}

.story-copy>p:last-child {
    max-width: 670px;
    color: var(--blue-muted);
    margin: 25px 0 0;
    font-size: 13px;
    line-height: 1.7
}

.story-steps {
    border-top: 1px solid var(--line-light);
    border-bottom: 1px solid var(--line-light);
    grid-template-columns: repeat(2,1fr auto) 1fr;
    align-items: center;
    margin-top: 62px;
    display: grid
}

.story-steps>div {
    grid-template-columns: 32px 1fr;
    align-content: center;
    gap: 3px 14px;
    min-height: 150px;
    padding: 28px 14px 28px 0;
    display: grid
}

.story-steps>div span {
    aspect-ratio: 1;
    border: 1px solid var(--gold);
    width: 31px;
    color: var(--gold);
    border-radius: 50%;
    grid-row: 1/3;
    place-items: center;
    font-size: 9px;
    display: grid
}

.story-steps strong {
    color: var(--white);
    font-size: 11px
}

.story-steps small {
    color: #8197aa;
    font-size: 8px;
    line-height: 1.5
}

.story-steps i {
    color: var(--gold);
    font-style: normal
}

.solution-section {
    background: var(--paper);
    grid-template-columns: minmax(430px,.95fr) 1fr;
    align-items: center;
    gap: 100px;
    display: grid
}

.solution-visual {
    min-height: 640px;
    position: relative
}

.single-book {
    filter: drop-shadow(18px 28px 35px #0f1d2a38);
    width: 310px;
    position: absolute;
    top: 55px;
    left: 5px;
    transform: rotate(-6deg)
}

.single-book img,.open-sheet img {
    display: block
}

.open-sheet {
    background: #d9d1c4;
    width: 365px;
    padding: 10px;
    position: absolute;
    bottom: 8px;
    right: -12px;
    transform: rotate(3deg);
    box-shadow: 22px 30px 60px #0f1d2a33
}

.open-sheet:before {
    content: "Actual sheet";
    background: var(--gold);
    color: var(--navy);
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 6px 9px;
    font-size: 7px;
    font-weight: 800;
    position: absolute;
    top: 24px;
    left: -34px;
    transform: rotate(-90deg)
}

.solution-copy>p:not(.section-label) {
    color: #657486;
    max-width: 580px;
    margin: 28px 0;
    font-size: 14px;
    line-height: 1.75
}

.check-list {
    border-top: 1px solid var(--line-dark);
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid
}

.check-list li {
    border-bottom: 1px solid var(--line-dark);
    grid-template-columns: 30px 1fr;
    gap: 13px;
    padding: 19px 0;
    display: grid
}

.check-list li>span {
    aspect-ratio: 1;
    color: #9b701c;
    border: 1px solid #a97b2166;
    border-radius: 50%;
    place-items: center;
    width: 25px;
    font-size: 9px;
    display: grid
}

.check-list p {
    color: #778392;
    margin: 0;
    font-size: 9px;
    line-height: 1.5
}

.check-list strong {
    color: var(--navy);
    margin-bottom: 3px;
    font-size: 11px;
    display: block
}

.text-button {
    color: #7e5f22;
    text-transform: uppercase;
    letter-spacing: .08em;
    border-bottom: 1px solid #7e5f2259;
    gap: 40px;
    margin-top: 27px;
    padding-bottom: 7px;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex
}

.contents-section {
    background: var(--white)
}

.contents-heading {
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 70px;
    display: grid
}

.total-card {
    background: var(--navy);
    width: 185px;
    color: var(--white);
    padding: 24px
}

.total-card span,.total-card small {
    color: #8fa3b4;
    letter-spacing: .11em;
    text-transform: uppercase;
    font-size: 7px;
    font-weight: 700;
    display: block
}

.total-card strong {
    color: var(--gold-pale);
    font: 400 70px/.95 var(--serif);
    display: block
}

.total-card small {
    line-height: 1.5
}

.library-label {
    border-bottom: 1px solid var(--line-dark);
    color: #8d6820;
    letter-spacing: .13em;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    padding-bottom: 12px;
    font-size: 8px;
    font-weight: 800;
    display: flex
}

.library-label strong {
    color: #778493;
    font-size: 8px
}

.planning-grid {
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
    margin-top: 17px;
    display: grid
}

.pack-card {
    background: var(--paper);
    border: 1px solid #d7d0c4;
    grid-template-columns: 105px 1fr;
    gap: 22px;
    min-height: 335px;
    padding: 24px;
    transition: transform .2s,box-shadow .2s;
    display: grid;
    position: relative;
    overflow: hidden
}

.pack-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px #0b1b2b1a
}

.pack-cover {
    filter: drop-shadow(8px 14px 15px #0a17242e);
    align-self: end
}

.pack-cover img {
    width: 105px;
    display: block
}

.pack-copy {
    padding-top: 6px
}

.pack-copy>span,.calculation-card span {
    color: #a67a23;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 7px;
    font-weight: 800
}

.pack-copy h3 {
    color: var(--navy);
    font: 400 26px/1.03 var(--serif);
    margin: 44px 0 13px
}

.pack-copy p {
    color: #74808d;
    margin: 0 0 20px;
    font-size: 8px;
    line-height: 1.55
}

.pack-copy>strong,.calculation-card strong {
    color: #75591f;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 8px
}

.calculations-label {
    margin-top: 55px
}

.calculation-grid {
    grid-template-columns: repeat(5,1fr);
    gap: 12px;
    margin-top: 17px;
    display: grid
}

.calculation-card {
    background: var(--navy);
    min-height: 290px;
    color: var(--white);
    border-top: 3px solid var(--gold);
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
    display: flex
}

.calculation-card img {
    filter: drop-shadow(8px 12px 12px #00000040);
    width: 89px;
    margin: 0 auto -12px;
    display: block;
    transform: rotate(-2deg)
}

.calculation-card h3 {
    color: var(--white);
    font: 400 19px/1.05 var(--serif);
    margin: 14px 0 11px
}

.calculation-card strong {
    color: var(--gold-pale)
}

.preview-section {
    background: var(--navy);
    color: var(--white)
}

.preview-section .section-label {
    color: var(--gold)
}

.preview-section .section-heading h2 {
    color: var(--white)
}

.preview-section .section-heading h2 em {
    color: var(--gold-pale)
}

.preview-intro {
    grid-template-columns: 1fr .55fr;
    align-items: end;
    gap: 80px;
    display: grid
}

.preview-intro>p {
    color: var(--blue-muted);
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 1.75
}

.preview-gallery {
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-top: 58px;
    display: grid
}

.preview-card {
    border: 1px solid var(--line-light);
    background: #0d243b;
    transition: transform .2s,border-color .2s,box-shadow .2s;
    overflow: hidden
}

.preview-card:hover {
    border-color: #d4a83f99;
    transform: translateY(-4px);
    box-shadow: 0 22px 45px #00000038
}

.preview-card>a {
    color: inherit;
    text-decoration: none;
    display: block
}

.preview-image-wrap {
    aspect-ratio: .82;
    background: radial-gradient(circle at 50% 38%,#d4a83f1f,#0000 52%),#091b2e;
    padding: 14px 14px 0;
    position: relative;
    overflow: hidden
}

.preview-image-wrap img {
    width: 100%;
    display: block;
    box-shadow: 12px 18px 35px #00000052
}

.preview-image-wrap>span {
    color: var(--gold-pale);
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #07182aeb;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    font-size: 7px;
    font-weight: 800;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 14px;
    right: 14px
}

.preview-image-wrap i {
    color: var(--gold);
    font-size: 11px;
    font-style: normal
}

.preview-card-copy {
    border-top: 1px solid var(--line-light);
    min-height: 150px;
    padding: 22px
}

.preview-card-copy>span {
    color: var(--gold);
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 7px;
    font-weight: 800
}

.preview-card-copy h3 {
    color: var(--white);
    font: 400 24px/1.06 var(--serif);
    margin: 10px 0 9px
}

.preview-card-copy p {
    color: #8ba0b3;
    margin: 0;
    font-size: 8px;
    line-height: 1.65
}

.comparison-section {
    background: var(--paper)
}

.comparison-heading {
    max-width: 870px
}

.comparison-wrap {
    border: 1px solid #cfc6b8;
    margin-top: 55px;
    overflow-x: auto
}

.comparison-wrap table {
    border-collapse: collapse;
    background: var(--white);
    width: 100%;
    min-width: 800px
}

.comparison-wrap th,.comparison-wrap td {
    color: #697788;
    text-align: left;
    border-bottom: 1px solid #d8d1c6;
    border-right: 1px solid #d8d1c6;
    padding: 21px 22px;
    font-size: 9px;
    line-height: 1.5
}

.comparison-wrap th:last-child,.comparison-wrap td:last-child {
    border-right: 0
}

.comparison-wrap tbody tr:last-child th,.comparison-wrap tbody tr:last-child td {
    border-bottom: 0
}

.comparison-wrap thead th {
    color: var(--navy);
    text-transform: uppercase;
    letter-spacing: .08em;
    background: #e2dbcf;
    font-size: 9px
}

.comparison-wrap thead th span {
    color: #80766a;
    margin-top: 4px;
    font-size: 6px;
    display: block
}

.comparison-wrap tbody th {
    color: var(--navy);
    font-size: 10px
}

.comparison-wrap .recommended {
    background: var(--navy);
    color: #b8c6d2
}

.comparison-wrap thead .recommended {
    color: var(--gold-pale)
}

.comparison-wrap .recommended strong {
    color: var(--white)
}

.credibility-section {
    background: var(--navy);
    color: var(--white);
    grid-template-columns: .85fr 1fr;
    align-items: start;
    gap: 100px;
    display: grid
}

.credibility-section .section-label {
    color: var(--gold)
}

.credibility-copy h2 {
    color: var(--white)
}

.credibility-copy h2 em {
    color: var(--gold-pale);
    font-weight: 400
}

.credibility-copy>p:last-child {
    color: var(--blue-muted);
    margin: 25px 0 0;
    font-size: 12px;
    line-height: 1.75
}

.credibility-list {
    border-top: 1px solid var(--line-light);
    display: grid
}

.credibility-list>div {
    border-bottom: 1px solid var(--line-light);
    grid-template-columns: 35px 1fr;
    gap: 18px;
    padding: 25px 0;
    display: grid
}

.credibility-list span {
    color: var(--gold);
    font-size: 8px
}

.credibility-list p {
    color: #859aad;
    margin: 0;
    font-size: 9px;
    line-height: 1.6
}

.credibility-list strong {
    color: var(--white);
    margin-bottom: 5px;
    font-size: 11px;
    display: block
}

.guarantee-section {
    background: var(--gold-bright);
    grid-template-columns: 180px 1fr;
    align-items: center;
    gap: 70px;
    display: grid
}

.guarantee-mark {
    aspect-ratio: 1;
    width: 170px;
    color: var(--navy);
    text-align: center;
    border: 1px solid #07182a57;
    border-radius: 50%;
    place-content: center;
    display: grid;
    position: relative
}

.guarantee-mark:before {
    content: "";
    border: 1px solid #07182a33;
    border-radius: 50%;
    position: absolute;
    inset: 9px
}

.guarantee-mark span,.guarantee-mark small {
    z-index: 2;
    display: block;
    position: relative
}

.guarantee-mark span {
    font: 400 78px/.75 var(--serif)
}

.guarantee-mark small {
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-top: 11px;
    font-size: 8px;
    font-weight: 800
}

.guarantee-section .section-label {
    color: #5d461b;
    margin-bottom: 15px
}

.guarantee-section h2 {
    color: var(--navy);
    font: 400 clamp(43px,5vw,66px)/.98 var(--serif);
    letter-spacing: -.045em;
    margin: 0
}

.guarantee-section h2 em {
    color: #75591f;
    font-weight: 400
}

.guarantee-section>div:last-child>p:last-child {
    color: #394757;
    max-width: 760px;
    margin: 24px 0 0;
    font-size: 13px;
    line-height: 1.75
}

.checkout-section {
    background: var(--ivory);
    grid-template-columns: 1fr 450px;
    align-items: center;
    gap: 95px;
    display: grid
}

.checkout-copy>p:not(.section-label) {
    color: #667586;
    max-width: 580px;
    margin: 27px 0 0;
    font-size: 14px;
    line-height: 1.7
}

.checkout-facts {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 36px;
    display: flex
}

.checkout-facts span {
    color: #627181;
    letter-spacing: .08em;
    text-transform: uppercase;
    border: 1px solid #ccc4b7;
    padding: 8px 10px;
    font-size: 7px;
    font-weight: 800
}

.price-card {
    background: var(--navy);
    color: var(--white);
    border-top: 4px solid var(--gold);
    padding: 37px;
    box-shadow: 26px 32px 65px #0817262e
}

.price-kicker {
    color: var(--gold);
    letter-spacing: .12em;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    font-size: 8px;
    font-weight: 800;
    display: flex
}

.price-kicker small {
    color: #7e94a8;
    font-size: 7px
}

.normal-price {
    color: #8ea2b4;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-top: 28px;
    font-size: 9px;
    font-weight: 700
}

.normal-price del {
    color: #b9c4ce;
    -webkit-text-decoration-color: var(--gold);
    text-decoration-color: var(--gold);
    margin-left: 6px;
    text-decoration-thickness: 2px
}

.price {
    color: var(--gold-pale);
    font: 400 92px/.9 var(--serif);
    letter-spacing: -.05em;
    margin: 10px 0 7px
}

.price sup {
    color: var(--gold);
    font: 400 27px var(--serif);
    vertical-align: top;
    margin-right: 4px
}

.price-card>p {
    color: #8ea2b4;
    border-bottom: 1px solid var(--line-light);
    margin: 0;
    padding-bottom: 24px;
    font-size: 9px
}

.price-card ul {
    color: #b5c2cd;
    gap: 12px;
    margin: 0;
    padding: 23px 0;
    font-size: 10px;
    list-style: none;
    display: grid
}

.price-card li span {
    color: var(--green);
    margin-right: 8px
}

.purchase-button {
    width: 100%
}

.checkout-note {
    color: #72889c;
    text-align: center;
    margin-top: 13px;
    font-size: 7px;
    display: block
}

.faq-section {
    background: var(--white);
    grid-template-columns: .75fr 1fr;
    gap: 100px;
    display: grid
}

.faq-heading h2 em {
    color: #9a701d
}

.faq-list {
    border-top: 1px solid var(--line-dark)
}

.faq-list details {
    border-bottom: 1px solid var(--line-dark)
}

.faq-list summary {
    color: var(--navy);
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 21px 0;
    font-size: 11px;
    font-weight: 800;
    list-style: none;
    display: flex
}

.faq-list summary::-webkit-details-marker {
    display: none
}

.faq-list summary span {
    aspect-ratio: 1;
    color: #9a701d;
    border: 1px solid #c4b9a8;
    flex: 0 0 26px;
    place-items: center;
    width: 26px;
    transition: transform .2s;
    display: grid
}

.faq-list details[open] summary span {
    transform: rotate(45deg)
}

.faq-list details p {
    color: #6e7b8a;
    margin: -3px 48px 23px 0;
    font-size: 10px;
    line-height: 1.75
}

.closing-section {
    background: var(--navy);
    color: var(--white);
    text-align: center;
    padding: 105px 20px;
    position: relative;
    overflow: hidden
}

.closing-section:before,.closing-section:after {
    content: "";
    aspect-ratio: 1;
    border: 1px solid #d4a83f1f;
    border-radius: 50%;
    width: 380px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.closing-section:before {
    left: -160px
}

.closing-section:after {
    right: -160px
}

.closing-section .keyhole-mark {
    margin: 0 auto 17px
}

.closing-section>p {
    color: var(--gold);
    letter-spacing: .14em;
    text-transform: uppercase;
    margin: 0 0 14px;
    font-size: 8px;
    font-weight: 800
}

.closing-section h2 {
    font-size: clamp(56px,7vw,90px);
    line-height: .9
}

.closing-section h2 em {
    color: var(--gold-pale);
    font-weight: 400
}

.button-ivory {
    background: var(--ivory);
    color: var(--navy);
    margin-top: 34px;
    box-shadow: 0 16px 35px #0003
}

.button-ivory span {
    color: #a2741e
}

footer {
    color: #6f8497;
    background: #040d17;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 50px;
    padding: 44px max(20px,50vw - 590px);
    font-size: 7px;
    display: grid
}

footer .site-brand {
    color: var(--white)
}

footer .site-brand strong {
    color: var(--gold-pale)
}

footer .keyhole-mark {
    flex-basis: 32px;
    width: 32px
}

footer p {
    text-align: center;
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.6
}

footer>span {
    white-space: nowrap
}

.mobile-buybar {
    display: none
}

@media (width<=1080px) {
    .hero {
        grid-template-columns: 1fr 450px
    }

    .product-stage {
        transform-origin: 100%;
        transform: scale(.88)
    }

    .planning-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .calculation-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .preview-gallery {
        grid-template-columns: repeat(2,1fr)
    }

    .solution-section {
        gap: 50px
    }

    .checkout-section {
        grid-template-columns: 1fr 410px;
        gap: 55px
    }
}

@media (width<=840px) {
    .site-nav {
        height: 70px
    }

    .nav-links>a:not(.nav-button) {
        display: none
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 62px 0 52px
    }

    .hero-copy {
        text-align: center
    }

    .eyebrow {
        justify-content: center
    }

    .hero h1,.hero-lead,.hero-facts {
        margin-left: auto;
        margin-right: auto
    }

    .hero-actions {
        justify-content: center
    }

    .product-stage {
        height: 535px;
        transform: none
    }

    .fact-strip {
        grid-template-columns: repeat(2,1fr)
    }

    .fact-strip>div {
        border-bottom: 1px solid var(--line-light);
        padding: 16px 20px
    }

    .fact-strip>div:nth-child(2) {
        border-right: 0
    }

    .fact-strip>div:nth-child(3),.fact-strip>div:nth-child(4) {
        border-bottom: 0
    }

    .problem-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .problem-grid article:nth-child(2) {
        border-right: 0
    }

    .problem-grid article:nth-child(-n+2) {
        border-bottom: 1px solid var(--line-dark)
    }

    .story-steps {
        grid-template-columns: 1fr
    }

    .story-steps i {
        display: none
    }

    .story-steps>div {
        border-bottom: 1px solid var(--line-light)
    }

    .story-steps>div:last-child {
        border-bottom: 0
    }

    .solution-section,.credibility-section,.checkout-section,.faq-section {
        grid-template-columns: 1fr
    }

    .solution-visual {
        min-height: 570px
    }

    .solution-copy {
        max-width: 690px
    }

    .preview-intro {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .preview-intro>p {
        max-width: 600px
    }

    .guarantee-section {
        grid-template-columns: 150px 1fr;
        gap: 45px
    }

    .guarantee-mark {
        width: 145px
    }

    .credibility-section,.checkout-section,.faq-section {
        gap: 55px
    }

    footer {
        text-align: center;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 23px
    }
}

@media (width <= 620px) {
    body {
        padding-bottom: 70px
    }

    .edition-bar {
        justify-content: center;
        min-height: 34px;
        font-size: 7px
    }

    .edition-bar>span {
        display: none
    }

    .site-nav {
        width: min(100% - 28px,1240px)
    }

    .site-brand {
        font-size: 10px
    }

    .nav-button {
        display: none!important
    }

    .hero {
        display: flex;
flex-direction: column;
        row-gap: 0;
        width: min(100% - 32px,1240px);
        padding-top: 8px;
        padding-bottom: 12px
    }   
.hero-copy {
  display: contents;
}
    .hero h1 {
        font-size: clamp(50px,15.5vw,70px)
    }

    .hero-lead {
        margin-top: 24px;
        font-size: 14px
    }

    .hero-facts {
          order: 2;
        grid-template-columns: repeat(3,1fr)
    }

    .hero-facts div {
        padding: 13px 8px
    }

    .hero-facts div:not(:first-child) {
        padding-left: 8px
    }

    .hero-facts strong {
        font-size: 21px
    }

    .hero-facts span {
        font-size: 5px
    }

    .hero-actions {
        order: 3;
        flex-direction: column;
        gap: 17px
    }
    .purchase-note {
  order: 4;
}

    .button {
        width: 100%
    }

    .product-stage {
        order: 1;
        height: 320px;
        margin: 8px -18px 0
    }

    .product-halo {
        width: 400px;
        height: 400px
    }

    .product-stack {
        transform-origin: bottom;
        width: 470px;
        height: 420px;
        left: 50%;
        bottom: 0px;
        transform: translate(-50%)scale(.75)
    }

    .calculation-mini-stack {
        min-width: 355px;
        bottom: 90;
        transform: translate(-50%)scale(.82)
    }

    .edition-seal {
        top: 4px;
        right: 15px;
        transform: scale(.74)
    }

    .fact-strip {
        grid-template-columns: 1fr;
        padding: 15px 18px
    }

    .fact-strip>div {
        border-right: 0;
        padding: 14px 0;
        border-bottom: 1px solid var(--line-light)!important
    }

    .fact-strip>div:last-child {
        border-bottom: 0!important
    }

    .section-shell {
        padding: 78px 18px
    }

    .section-heading h2,.solution-copy h2,.comparison-heading h2,.credibility-copy h2,.checkout-copy h2 {
        font-size: clamp(40px,12vw,56px)
    }

    .problem-grid {
        grid-template-columns: 1fr
    }

    .problem-grid article {
        border-right: 0;
        border-bottom: 1px solid var(--line-dark);
        min-height: 0;
        padding: 25px 0
    }

    .problem-grid article:last-child {
        border-bottom: 0
    }

    .meeting-story {
        padding: 75px 18px
    }

    .story-copy h2 {
        font-size: 45px
    }.comparison-wrap {
  overflow: visible;
}

.comparison-wrap table {
  width: 100%;
  min-width: 0;
}.comparison-wrap thead {
  display: none;
}

.comparison-wrap tbody,
.comparison-wrap tr,
.comparison-wrap th,
.comparison-wrap td {
  display: block;
  width: 100%;
}.comparison-wrap td:nth-of-type(1)::before {
  content: "ANOTHER SEARCH";
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 6px;
}
.comparison-wrap td:nth-of-type(2)::before {
  content: "YOUR OWN NOTES";
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 6px;
}.comparison-wrap td:nth-of-type(3)::before {
  content: "THE TOOLKIT";
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 6px;
}.comparison-wrap td {
  padding: 14px 16px;
}
    .solution-section {
        gap: 35px
    }

    .solution-visual {
        transform-origin: top;
        min-height: 480px;
        margin-bottom: -50px;
        transform: scale(.88)
    }

    .single-book {
        width: 250px
    }

    .open-sheet {
        width: 290px
    }

    .contents-heading {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .total-card {
        width: 100%
    }

    .planning-grid,.calculation-grid {
        grid-template-columns: 1fr
    }

    .pack-card {
        grid-template-columns: 95px 1fr;
        min-height: 285px
    }

    .calculation-card {
        grid-template-columns: 100px 1fr;
        align-items: end;
        gap: 20px;
        min-height: 230px;
        display: grid
    }

    .calculation-card img {
        width: 90px;
        margin: 0
    }

    .preview-gallery {
        grid-template-columns: 1fr
    }

    .preview-image-wrap {
        aspect-ratio: .86
    }

    .preview-card-copy {
        min-height: 0
    }

    .comparison-wrap {
        border-left: 0;
        border-right: 0;
        margin-left: -18px;
        margin-right: -18px
    }

    .guarantee-section {
        text-align: center;
        grid-template-columns: 1fr;
        gap: 30px
    }

    .guarantee-mark {
        width: 135px;
        margin: 0 auto
    }

    .guarantee-section>div:last-child>p:last-child {
        margin-left: auto;
        margin-right: auto
    }

    .price-card {
        padding: 28px 22px
    }

    .price {
        font-size: 78px
    }

    .closing-section {
        padding: 82px 18px
    }

    .closing-section h2 {
        font-size: 58px
    }

    footer {
        padding: 40px 20px
    }

    .mobile-buybar {
        z-index: 100;
        min-height: 70px;
        color: var(--white);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        background: #07182af7;
        border-top: 1px solid #d4a83f6b;
        justify-content: space-between;
        align-items: center;
        padding: 9px 12px 9px 17px;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0
    }

    .mobile-buybar small {
        color: #7e94a7;
        text-transform: uppercase;
        font-size: 7px;
        display: block
    }

    .mobile-buybar strong {
        font: 400 20px var(--serif)
    }

    .mobile-buybar a {
        background: var(--gold-bright);
        min-height: 46px;
        color: var(--navy);
        align-items: center;
        gap: 13px;
        padding: 0 15px;
        font-size: 10px;
        font-weight: 800;
        text-decoration: none;
        display: inline-flex
    }
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,:before,:after {
        transition-duration: .01ms!important;
        animation-duration: .01ms!important;
        animation-iteration-count: 1!important
    }
}
