:root {
    --black: #050704;
    --teal-deep: #13474f;
    --teal: #246b74;
    --teal-soft: #4e747f;
    --cream: #e6ddd3;
    --cream-light: #f4eee8;
    --sand: #c2ad92;
    --brown: #5c5040;
    --white: #fffdf9;
    --line: rgba(92, 80, 64, 0.18);
    --shadow: 0 22px 70px rgba(5, 7, 4, 0.18);
    --radius: 8px;
    --content-max: 1600px;
    --content-width: min(var(--content-max), calc(100% - clamp(40px, 12vw, 156px)));
    --font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", sans-serif;
}

.subdomain-footer{
    display:grid;
    justify-items:center;
    gap:4px;
    width:min(1800px, calc(100% - 32px));
    margin:32px auto 24px;
    padding:18px 0;
    color:var(--brown);
    text-align:center;
    font-size:13px;
    font-weight:850;
    line-height:1.35;
}
.subdomain-footer p{
    margin:0;
    color:inherit;
}
.subdomain-footer a{
    color:var(--teal-deep);
    text-decoration:none;
}
.subdomain-footer a:hover{
    text-decoration:underline;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--black);
    background: var(--cream);
    font-family: var(--font);
    font-size: 16px;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.product-suite-bar {
    display: block;
    width: 100%;
    color: var(--white);
    background: var(--black);
}

.product-suite-bar__inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
    width: var(--content-width);
    max-width: var(--content-max);
    min-height: 34px;
    margin: 0 auto;
    padding: 7px 0;
    color: var(--white);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.25;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.product-suite-bar__inner::-webkit-scrollbar {
    display: none;
}

.product-suite-bar a {
    color: var(--white);
    transition: color 160ms ease;
    text-transform: uppercase;
    font-size: 15px;
}

.product-suite-bar a:hover {
    color: var(--sand);
}

.product-suite-bar__separator {
    display: inline-block;
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    margin: 0 10px;
    color: rgba(255, 253, 249, 0.42);
    font-size: 0;
    background: currentColor;
    mask: url("assets/dot.svg") center / contain no-repeat;
    -webkit-mask: url("assets/dot.svg") center / contain no-repeat;
}

.site-header {
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
    color: var(--brown);
    background:#c6ac8f;
    backdrop-filter: blur(18px);
}

.language-strip {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    width: var(--content-width);
    min-height: 30px;
    margin: 0 auto;
    padding: 6px 0 0;
    color: rgba(92, 80, 64, 0.66);
    font-size: 12px;
    font-weight: 850;
}

.language-strip a {
    display: inline-grid;
    place-items: center;
    min-width: 32px;
    min-height: 24px;
    border: 1px solid transparent;
    border-radius: 999px;
}

.language-strip a[aria-current="page"] {
    color: var(--cream-light);
    background: var(--teal-deep);
    border-color: var(--teal-deep);
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: var(--content-width);
    min-height: 66px;
    margin: 0 auto;
    padding: 8px 0 13px;
}

.brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.brand img {
    width: clamp(152px, 18vw, 224px);
    height: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    color: rgba(92, 80, 64, 0.76);
    font-size: 14px;
    font-weight: 800;
}

.site-nav a:hover {
    color: var(--teal-deep);
}

.hero {
    position: relative;
    display: grid;
    align-items: end;
    min-height: 84svh;
    padding: 148px 0 64px;
    overflow: hidden;
    color: var(--cream-light);
    background: var(--teal);
}

.hero__image,
.hero__scrim {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero__image {
    object-fit: cover;
    object-position: center;
    padding: 0;
    opacity: 0.5;
}

.hero__scrim {
    background:
        linear-gradient(90deg, rgba(19, 71, 79, 0.98), rgba(19, 71, 79, 0.88) 38%, rgba(19, 71, 79, 0.22) 78%),
        linear-gradient(0deg, rgba(5, 7, 4, 0.24), transparent 52%);
}

.hero__content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
    width: var(--content-width);
    max-width: var(--content-max);
    margin: 0 auto;
}

.hero h1 {
    max-width: 840px;
    margin: 0;
    color: var(--cream-light);
    font-size: clamp(58px, 8.5vw, 126px);
    line-height: 0.9;
    letter-spacing: 0;
}

.hero p {
    max-width: 650px;
    margin: 0;
    color: rgba(244, 238, 232, 0.82);
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 680;
    line-height: 1.26;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding-top: 8px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px 2px;
    color: var(--cream-light);
    background: rgba(244, 238, 232, 0.1);
    border: 1px solid rgba(244, 238, 232, 0.22);
    border-radius: var(--radius);
    font-size: 14px;
    font-weight: 850;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover {
    background: rgba(244, 238, 232, 0.17);
    border-color: rgba(244, 238, 232, 0.34);
    transform: translateY(-1px);
}

.button--primary {
    color: var(--black);
    background: var(--sand);
    border-color: var(--sand);
}

.button--primary:hover {
    color: var(--black);
    background: var(--cream-light);
    border-color: var(--cream-light);
}

.button--light {
    color: var(--cream-light);
    background: var(--teal-soft);
    border-color: var(--teal-soft);
    width: 400px;
    max-width: 100%;
    font-size: 43px;
    padding: 29px;
    border-radius: 16px;
    cursor: pointer;
}

.button--light:hover {
    color: #246b74;
    background: var(--cream-light);
    border-color: var(--cream-light);
}

.intro-section {
    display: grid;
    align-items: center;
    padding: 82px 0;
    color: var(--cream-light);
    background: var(--black);
}

.intro-section__copy {
    display: grid;
    gap: 18px;
    width: var(--content-width);
    max-width: var(--content-max);
    margin: 0 auto;
}

.intro-section__copy > * {
    max-width: 940px;
}

.intro-section h2,
.product-copy h2,
.availability-section h2,
.license-section h2 {
    margin: 0;
    font-size: clamp(36px, 5.4vw, 68px);
    line-height: 0.98;
    letter-spacing: 0;
}

.intro-section p,
.product-copy p,
.availability-section p,
.license-section p {
    margin: 0;
    line-height: 1.5;
}

.intro-section p {
    max-width: 810px;
    color: rgba(244, 238, 232, 0.72);
    font-size: 20px;
}

.feature-grid {
    padding: 20px 0;
    background: var(--white);
}

.feature-grid__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;
    width: var(--content-width);
    max-width: var(--content-max);
    margin: 0 auto;
}

.feature-grid article {
	display: grid;
	align-content: start;
	gap: 14px;
    height: 100%;
	min-height: 286px;
	padding: 34px;
	color: var(--cream-light);
	background: var(--teal-deep);
	border-radius: 15px;
}

.feature-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 38px;
    margin-bottom: 8px;
}

.feature-icons img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.96;
}

.feature-grid h3 {
    margin: 0;
    color: var(--cream-light);
    font-size: 24px;
    line-height: 1.05;
}

.feature-grid p {
    margin: 0;
    color: rgba(244, 238, 232, 0.78);
    line-height: 1.5;
}

.check-list,
.product-copy p,
.availability-section p {
    color: rgba(5, 7, 4, 0.64);
    line-height: 1.5;
}

.product-section {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(280px, 0.58fr);
    align-items: center;
    gap: clamp(30px, 6vw, 80px);
    width: var(--content-width);
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 94px 0;
    background: var(--cream);
}

.product-copy {
    display: grid;
    gap: 20px;
    max-width: 760px;
}

.product-copy h2 {
	color: #246b74;
}



.check-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--brown);
    font-weight: 700;
}

.check-list li {
    position: relative;
    padding-left: 25px;
}

.check-list li::before {
    position: absolute;
    top: 0.23em;
    left: 0;
    width: 13px;
    height: 13px;
    content: "";
    background: var(--brown);
    border-radius: 50%;
}

.panel-demo {
    justify-self: center;
    width: min(100%, 330px);
    max-height: 760px;
    overflow: hidden;
    background: var(--cream-light);
    border: 1px solid rgba(92, 80, 64, 0.18);
    border-radius: 22px;
    box-shadow: var(--shadow);
}

.panel-demo img {
    width: 100%;
    height: 100%;
    max-height: 760px;
    object-fit: cover;
    object-position: top center;
}

.availability-section {
	padding: 80px 0;
	color: var(--cream-light);
	background: var(--teal-deep);
	border-top: 1px solid rgba(244, 238, 232, 0.12);
	text-align: center;
}

.availability-section__inner {
    display: grid;
    justify-items: center;
    gap: 18px;
    width: var(--content-width);
    max-width: var(--content-max);
    margin: 0 auto;
}

.availability-section p {
	max-width: 780px;
	color: rgba(244, 238, 232, 0.78);
	font-size: 20px;
	margin: 0 auto;
}

.license-section {
    display: block;
    padding: 66px 0;
    color: var(--cream-light);
    background: var(--teal-deep);
}

.license-section__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    width: var(--content-width);
    max-width: var(--content-max);
    margin: 0 auto;
}

.license-section__copy {
    display: grid;
    gap: 12px;
    max-width: 940px;
}

.license-section p {
    color: rgba(244, 238, 232, 0.78);
    font-size: 21px;
    font-weight: 780;
}

.purchase-panel {
    grid-column: 1 / -1;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-12px);
    transition: max-height 260ms ease, opacity 220ms ease, transform 260ms ease;
}

.purchase-panel.is-visible {
    max-height: 820px;
    opacity: 1;
    transform: translateY(0);
}

.purchase-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 10px;
	padding: clamp(22px, 4vw, 36px);
	color: var(--cream-light);
	background: #246b74;
	border-radius: 14px;
}

.purchase-form__header,
.button--purchase {
    grid-column: 1 / -1;
}

.purchase-form h3,
.purchase-form p {
    margin: 0;
}

.purchase-form h3 {
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1;
}

.purchase-form label {
    display: grid;
    gap: 8px;
    color: rgba(244, 238, 232, 0.78);
    font-size: 13px;
    font-weight: 850;
}

.purchase-form input,
.purchase-form select {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    color: var(--cream-light);
    background: rgba(5, 7, 4, 0.22);
    border: 1px solid rgba(244, 238, 232, 0.22);
    border-radius: 8px;
    font: inherit;
}

.purchase-form input:focus,
.purchase-form select:focus,
.purchase-form textarea:focus {
    outline: 2px solid var(--sand);
    outline-offset: 2px;
}

.purchase-form textarea {
    width: 100%;
    min-height: 78px;
    padding: 12px 14px;
    color: var(--cream-light);
    background: rgba(5, 7, 4, 0.22);
    border: 1px solid rgba(244, 238, 232, 0.22);
    border-radius: 8px;
    font: inherit;
    resize: vertical;
}

.purchase-form__check {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 10px;
}

.purchase-form__check input {
    width: 18px;
    min-height: 18px;
    margin: 3px 0 0;
    accent-color: var(--teal-deep);
}

.button--purchase {
	justify-self: end;
	width: fit-content;
	color: #fff;
	background: var(--sand);
	border-color: var(--sand);
	cursor: pointer;
	font-size: 22px;
}

.button--purchase:hover {
    color: var(--cream-light);
    background: var(--teal-soft);
    border-color: var(--teal-soft);
}

.license-page {
    min-height: 100svh;
    padding: 120px clamp(18px, 6vw, 80px);
    background: var(--cream);
}

.license-page--return {
    padding: 34px 0 70px;
    background: var(--cream);
}

.return-shell {
    display: grid;
    gap: 32px;
    width: var(--content-width);
    max-width: var(--content-max);
    margin: 0 auto;
}

.return-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 70px;
}

.return-logo {
    display: inline-flex;
}

.return-logo img {
    width: clamp(170px, 18vw, 250px);
    height: auto;
}

.return-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 18px;
    color: var(--teal-deep);
    font-size: 14px;
    font-weight: 900;
}

.return-nav a:hover {
    color: var(--teal-soft);
}

.license-page--checkout {
    padding: 34px 0 70px;
    background: linear-gradient(180deg, var(--teal-deep) 0 430px, var(--cream) 430px 100%);
}

.checkout-shell {
    display: grid;
    gap: 30px;
    width: var(--content-width);
    max-width: var(--content-max);
    margin: 0 auto;
}

.checkout-hero {
    display: grid;
    gap: 18px;
    color: var(--cream-light);
}

.checkout-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.checkout-logo {
    display: inline-flex;
    width: fit-content;
}

.checkout-logo img {
    width: clamp(170px, 18vw, 250px);
    height: auto;
}

.checkout-languages {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 0;
}

.checkout-languages a {
    display: inline-grid;
    place-items: center;
    min-width: 36px;
    min-height: 28px;
    color: rgba(244, 238, 232, 0.72);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.checkout-languages a[aria-current="page"] {
    color: var(--teal-deep);
    background: var(--cream-light);
}

.checkout-hero h1 {
    max-width: 840px;
    margin: 0;
    font-size: clamp(42px, 6vw, 86px);
    line-height: 0.95;
}

.checkout-hero p {
    max-width: 840px;
    margin: 0;
    color: rgba(244, 238, 232, 0.78);
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 760;
    line-height: 1.4;
}

.checkout-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.checkout-points span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    color: var(--teal-deep);
    background: var(--cream-light);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 900;
}

.checkout-grid {
    display: grid;
    gap: 24px;
}

.checkout-panel--plans {
    display: grid;
    gap: 22px;
    padding: clamp(22px, 3vw, 34px);
    color: var(--brown);
    background: rgba(255, 253, 249, 0.96);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.checkout-panel--plans h2,
.purchase-form__header h2 {
    margin: 0;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1;
}

.checkout-plans {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
}

.checkout-plan-form {
    display: contents;
}

.checkout-plan {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 500px;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    color: var(--brown);
    background: #eee6dd;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.checkout-plan:hover {
    transform: translateY(-2px);
    background: #e0d3c5;
}

.checkout-plan.is-selected {
    color: var(--cream-light);
    background: var(--teal-deep);
    box-shadow: 0 22px 52px rgba(19, 71, 79, 0.28);
}

.checkout-plan__visual {
	position: relative;
	display: grid;
	min-height: 200px;
	place-items: center;
	margin: -24px -24px 2px;
	overflow: hidden;
	background: rgba(255, 253, 249, 0.1);
	width: calc(100% + 48px);
}

.checkout-plan__visual::before {
    position: absolute;
    inset: -26px;
    content: "";
    background: url("assets/wolfpack.svg") center / cover no-repeat;
    opacity: 0.1;
}

.checkout-plan__heads {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 86px;
}

.checkout-plan__head-count {
    color: var(--teal-deep);
    font-size: 31px;
    font-weight: 950;
    line-height: 1;
}

.checkout-plan.is-selected .checkout-plan__head-count {
    color: var(--cream-light);
}

.checkout-plan__wolf-head {
    display: inline-block;
    width: 76px;
    height: 76px;
    background: var(--teal-deep);
    -webkit-mask: url("assets/wolf-head.svg") center / contain no-repeat;
    mask: url("assets/wolf-head.svg") center / contain no-repeat;
}

.checkout-plan__wolf-head.is-brown {
    background: var(--sand);
}

.checkout-plan__wolf-head.is-blue {
    background: #225f6d;
}

.checkout-plan__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.checkout-plan__name {
    font-size: 24px;
    font-weight: 950;
    line-height: 1.05;
}

.checkout-plan__badge {
    display: inline-grid;
    place-items: center;
    min-height: 26px;
    padding: 0 10px 1px;
    color: var(--teal-deep);
    background: var(--white);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
}

.checkout-plan.is-selected .checkout-plan__badge {
    color: var(--teal-deep);
    background: var(--cream-light);
}

.checkout-plan strong {
    font-size: 48px;
    line-height: 1;
}

.checkout-plan strong span {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
    opacity: 0.72;
}

.checkout-plan p,
.checkout-plan small {
    margin: 0;
    color: inherit;
    opacity: 0.82;
    font-weight: 760;
    line-height: 1.35;
}

.checkout-plan__version {
    display: block;
    margin-top: 5px;
}

.checkout-plan small {
    font-size: 13px;
}

.checkout-plan__pick {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 38px;
    align-self: flex-end;
    margin-top: auto;
    padding: 0 14px 2px;
    color: var(--cream-light);
    background: var(--teal-deep);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 950;
}

.checkout-plan.is-selected .checkout-plan__pick {
    color: var(--teal-deep);
    background: var(--cream-light);
}

.cart-items,
.other-packages {
    display: grid;
    gap: 12px;
}

.cart-item,
.other-package {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 18px;
    align-items: center;
    padding: 16px;
    color: var(--brown);
    background: #eee6dd;
    border-radius: 8px;
}

.cart-item h3,
.other-package h3,
.other-packages h2 {
    margin: 0;
    color: var(--teal-deep);
    font-size: 22px;
    line-height: 1.05;
}

.cart-item p,
.other-package p {
    margin: 6px 0 0;
    font-weight: 720;
    line-height: 1.35;
    opacity: 0.82;
}

.cart-item strong {
    color: var(--teal-deep);
    white-space: nowrap;
}

.cart-item a {
    color: #ab4b2d;
    font-size: 13px;
    font-weight: 900;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 14px;
    padding: 18px 0 0;
    color: var(--teal-deep);
    border-top: 1px solid rgba(92, 80, 64, 0.16);
    font-size: 24px;
    font-weight: 950;
}

.other-packages {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(92, 80, 64, 0.16);
}

.other-package__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.other-package__actions .button {
    color: var(--cream-light);
    border: 0;
    box-shadow: none;
}

.other-package__actions .button--other-info {
    background: var(--brown);
}

.other-package__actions .button--other-info:hover {
    background: #4b4135;
}

.other-package__actions .button--other-add {
    background: var(--teal-deep);
}

.other-package__actions .button--other-add:hover {
    background: var(--teal-soft);
}

.license-page .purchase-panel {
    max-width: 680px;
    max-height: none;
    margin: 0 auto;
    opacity: 1;
    overflow: visible;
    transform: none;
}

.license-page--checkout .purchase-panel {
    justify-self: stretch;
    width: 100%;
    max-width: none;
    margin: 0;
}

.license-page--checkout .purchase-form {
    margin: 0;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.license-page .purchase-form h1 {
    margin: 0;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1;
}

.license-result {
    grid-column: 1 / -1;
    padding: 14px;
    color: var(--cream-light);
    background: var(--teal-deep);
    border-radius: 4px;
}

.return-card {
    display: grid;
    gap: 18px;
    width: min(100%, 980px);
    min-height: 360px;
    align-content: center;
    padding: clamp(28px, 5vw, 58px);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.license-result h1,
.license-result h2,
.license-result p {
    margin: 0;
}

.return-card h1 {
    max-width: 820px;
    font-size: 72px;
    line-height: 0.95;
}

.return-card p {
    max-width: 720px;
    color: rgba(244, 238, 232, 0.82);
    font-size: 22px;
    font-weight: 760;
    line-height: 1.38;
}

.license-result h1 + p,
.license-result h2 + p,
.license-result p + p {
    margin-top: 8px;
}

.license-result strong {
    font-size: clamp(22px, 5vw, 34px);
    letter-spacing: 0.04em;
}

.license-result__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.license-result__actions .button {
    width: fit-content;
}

.checkout-summary {
    display: grid;
    gap: 24px;
}

.checkout-summary__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px;
}

.checkout-summary__block {
    display: grid;
    align-content: start;
    gap: 14px;
    min-width: 0;
    padding: 20px;
    color: var(--brown);
    background: #eee6dd;
    border-radius: 8px;
}

.checkout-summary__block h2,
.checkout-summary__block p {
    margin: 0;
}

.checkout-summary__block h2 {
    color: var(--teal-deep);
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1;
}

.checkout-summary__block p {
    font-weight: 760;
    line-height: 1.35;
}

.checkout-summary__block dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.checkout-summary__block dl div {
    display: grid;
    gap: 3px;
}

.checkout-summary__block dt {
    color: color-mix(in srgb, var(--brown) 62%, transparent);
    font-size: 12px;
    font-weight: 950;
}

.checkout-summary__block dd {
    margin: 0;
    color: var(--brown);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.checkout-summary__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
}

.checkout-summary__actions form {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.checkout-summary__edit {
    color: var(--cream-light);
    background: var(--teal-deep);
    border-color: var(--teal-deep);
    text-decoration: none;
}

.checkout-summary__edit:hover {
    color: var(--cream-light);
    background: var(--teal-soft);
    border-color: var(--teal-soft);
}

.checkout-summary__back {
    justify-self: start;
}

.license-result.is-error {
    background: #ab4b2d;
}

.license-admin {
    display: grid;
    gap: 28px;
}

.license-admin__list {
    display: grid;
    gap: 14px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.license-admin__table {
    display: grid;
    gap: 10px;
}

.license-admin__table article {
    display: grid;
    gap: 8px;
    padding: 14px;
    color: var(--brown);
    background: var(--white);
    border-radius: 4px;
}

.license-admin__table form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.license-admin__search {
    display: flex;
    gap: 8px;
}

.license-admin__search input {
    flex: 1;
    min-height: 42px;
    padding: 0 12px;
    border: 0;
    border-radius: 4px;
    font: inherit;
}

.license-admin__search button,
.license-admin__table button {
    min-height: 32px;
    padding: 0 10px;
    color: var(--cream-light);
    background: var(--teal-deep);
    border: 0;
    border-radius: 4px;
    font-weight: 800;
    cursor: pointer;
}

.license-admin__table form button {
    min-height: 36px;
}

.legal-main {
    min-height: 100svh;
    background: var(--cream);
}

.legal-hero {
    position: relative;
    display: grid;
    align-items: end;
    min-height: 58svh;
    padding: 154px 0 clamp(44px, 6vw, 76px);
    overflow: hidden;
    color: var(--cream-light);
    background: var(--teal);
}

.legal-hero::before,
.legal-hero::after {
    position: absolute;
    inset: 0;
    content: "";
}

.legal-hero::before {
    background: url("assets/wolfpack.svg") center / cover no-repeat;
    opacity: 0.42;
}

.legal-hero::after {
    background:
        linear-gradient(90deg, rgba(19, 71, 79, 0.98), rgba(19, 71, 79, 0.88) 42%, rgba(19, 71, 79, 0.22) 100%),
        linear-gradient(0deg, rgba(5, 7, 4, 0.38), transparent 62%);
}

.legal-hero__content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
    width: var(--content-width);
    max-width: var(--content-max);
    margin: 0 auto;
}

.legal-hero h1 {
    max-width: 1020px;
    margin: 0;
    color: var(--cream-light);
    font-size: clamp(56px, 8.2vw, 122px);
    line-height: 0.9;
    letter-spacing: 0;
}

.legal-hero p {
    max-width: 710px;
    margin: 0;
    color: rgba(244, 238, 232, 0.82);
    font-size: clamp(19px, 2vw, 27px);
    font-weight: 700;
    line-height: 1.28;
}

.legal-tabs {
    position: relative;
    z-index: 0;
    isolation: isolate;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: var(--content-width);
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 18px 0;
    color: rgba(244, 238, 232, 0.72);
    background: transparent;
}

.legal-tabs::before {
    position: absolute;
    z-index: -1;
    inset: 0 50%;
    margin-right: -50vw;
    margin-left: -50vw;
    content: "";
    background: var(--black);
}

.legal-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px 2px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 850;
}

.legal-tabs a:hover,
.legal-tabs a[aria-current="page"] {
    color: var(--black);
    background: var(--sand);
}

.legal-content {
    display: grid;
    grid-template-columns: minmax(170px, 230px) minmax(0, 880px);
    align-items: start;
    gap: clamp(28px, 6vw, 74px);
    width: min(1220px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(42px, 7vw, 84px) 0;
}

.legal-side {
    position: sticky;
    top: 132px;
    display: grid;
    gap: 7px;
    padding-top: 4px;
    color: var(--brown);
}

.legal-side p,
.legal-side strong,
.legal-side a {
    margin: 0;
}

.legal-side p {
    color: rgba(92, 80, 64, 0.66);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.legal-side strong {
    color: var(--teal-deep);
    font-size: 24px;
    line-height: 1;
}

.legal-side a {
    color: var(--teal);
    font-size: 13px;
    font-weight: 850;
}

.legal-document {
    display: grid;
    gap: 0;
}

.legal-section {
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.8fr);
    column-gap: clamp(18px, 4vw, 48px);
    row-gap: 13px;
    padding: 28px 0;
    border-bottom: 1px solid var(--line);
}

.legal-section:first-child {
    padding-top: 0;
}

.legal-section:last-child {
    border-bottom: 0;
}

.legal-section h2 {
    grid-column: 1;
    margin: 0;
    color: var(--teal-deep);
    font-size: clamp(22px, 2.5vw, 34px);
    line-height: 1.04;
}

.legal-section p {
    grid-column: 2;
    margin: 0;
    color: rgba(5, 7, 4, 0.78);
    font-size: clamp(16px, 1.45vw, 19px);
    line-height: 1.62;
}

.legal-section p + p {
    margin-top: 0;
}

.legal-section a {
    color: var(--teal-deep);
    font-weight: 850;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.site-footer nav a[aria-current="page"] {
    color: var(--teal-deep);
}

.site-footer {
    color: var(--teal-deep);
    background: #ffffff;
    border-top: 1px solid var(--line);
}

.site-footer__inner {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(180px, auto) minmax(220px, auto);
    gap: 28px;
    align-items: start;
    width: var(--content-width);
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 48px 0;
}

.footer-brand {
    display: grid;
    gap: 16px;
    max-width: 360px;
}

.footer-brand img {
    width: 190px;
    height: auto;
}

.footer-brand p,
.site-footer address {
    margin: 0;
    font-style: normal;
    line-height: 1.5;
}

.site-footer nav {
    display: grid;
    gap: 10px;
    justify-items: start;
    font-weight: 760;
}

.site-footer a:hover {
    color: var(--teal-soft);
}

@media (max-width: 1020px) {
    .feature-grid__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-section,
    .license-section__inner,
    .site-footer__inner {
        grid-template-columns: 1fr;
    }

    .license-section__inner {
        justify-items: start;
    }

    .purchase-form {
        grid-template-columns: 1fr;
    }

    .checkout-grid {
        grid-template-columns: 1fr;
    }

    .checkout-plans {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .checkout-summary__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .panel-demo {
        justify-self: start;
    }

    .legal-content {
        grid-template-columns: 1fr;
    }

    .legal-side {
        position: static;
        grid-template-columns: auto auto 1fr;
        align-items: baseline;
        gap: 9px 14px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--line);
    }

    .legal-section {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .legal-section h2,
    .legal-section p {
        grid-column: 1;
    }
}

@media (max-width: 700px) {
    .language-strip {
        justify-content: flex-start;
        padding-top: 5px;
    }

    .header-main {
        min-height: 62px;
    }

    .brand img {
        width: 156px;
    }

    .site-nav {
        display: none;
    }

    .hero {
        min-height: 82svh;
        padding-top: 120px;
        padding-bottom: 48px;
    }

    .license-page--checkout {
        padding-top: 28px;
        background: linear-gradient(180deg, var(--teal-deep) 0 440px, var(--cream) 440px 100%);
    }

    .checkout-shell {
        width: min(100% - 28px, var(--content-max));
    }

    .checkout-topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .return-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .return-nav {
        justify-content: flex-start;
    }

    .checkout-languages {
        justify-content: flex-start;
    }

    .checkout-plans {
        grid-template-columns: 1fr;
    }

    .checkout-plan {
        min-height: 0;
        padding: 20px;
    }

    .checkout-plan strong {
        font-size: 40px;
    }

    .return-card h1 {
        font-size: 44px;
    }

    .return-card p {
        font-size: 18px;
    }

    .checkout-points span {
        width: 100%;
    }

    .checkout-summary__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .checkout-summary__actions .button,
    .checkout-summary__actions form {
        width: 100%;
    }

    .cart-item,
    .other-package {
        grid-template-columns: 1fr;
    }

    .other-package__actions {
        justify-content: flex-start;
    }

    .legal-hero {
        min-height: 64svh;
        padding-top: 128px;
        padding-bottom: 42px;
    }

    .legal-hero::before {
        background-position: right center;
        opacity: 0.24;
    }

    .legal-hero::after {
        background: rgba(19, 71, 79, 0.9);
    }

    .legal-hero h1 {
        font-size: clamp(48px, 13vw, 62px);
    }

    .legal-hero p {
        font-size: 18px;
    }

    .legal-tabs {
        gap: 8px;
        padding: 14px 0;
    }

    .legal-tabs a {
        min-height: 34px;
        padding: 0 10px 2px;
        font-size: 12px;
    }

    .legal-content {
        width: min(100% - 32px, 1220px);
        padding: 32px 0 44px;
    }

    .legal-side {
        grid-template-columns: 1fr;
    }

    .hero__image {
        object-position: right bottom;
        padding: 160px 0 18px 8vw;
        opacity: 0.26;
    }

    .hero__scrim {
        background: rgba(19, 71, 79, 0.88);
    }

    .hero h1 {
        font-size: 54px;
    }

    .hero p,
    .intro-section p,
    .availability-section p,
    .license-section p {
        font-size: 18px;
    }

    .feature-grid__inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-grid article {
        min-height: auto;
    }

    .panel-demo {
        width: min(100%, 320px);
    }
}
