:root {
    --ink: #171b22;
    --navy: #10151d;
    --orange: #f26a21;
    --lime: #d4dc27;
    --paper: #f7f7f3;
    --line: #d6dadd;
    --muted: #65717e;
    --container: 1240px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    color: var(--ink);
    background: var(--paper);
    overflow-x: hidden
}

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

button,
input,
select,
textarea {
    font: inherit
}

button {
    cursor: pointer
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h1,
h2,
h3 {
    font-family: Manrope, sans-serif
}
.img-fluid{max-width: 100%}
em {
    font-family: Georgia, serif;
    font-weight: 400
}

.container {
    width: min(calc(100% - 48px), var(--container));
    margin: auto
}
  .fullwidth {
        width: 100%  !important;
        max-width: 100% !important;
    }
.page-noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .035;
    z-index: 30;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")
}

.cursor-glow {
    position: fixed;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(242, 106, 33, .10), transparent 68%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 4
}

.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20;
    color: white;
    transition: .35s
}

.site-header.scrolled {
    background: rgba(4, 18, 32, .92);
    backdrop-filter: blur(18px);
    box-shadow: 0 1px rgba(255, 255, 255, .08)
}

.nav-wrap {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 25
}

.brand-mark {
    width: 36px;
    height: 38px;
    position: relative;
    display: inline-block
}

.brand-mark i {
    position: absolute;
    width: 14px;
    height: 31px;
    border: 2px solid #d4dc27;
    border-radius: 14px;
    transform: rotate(30deg)
}

.brand-mark i:nth-child(2) {
    left: 9px;
    transform: rotate(-30deg)
}

.brand-mark i:nth-child(3) {
    left: 17px;
    opacity: .45
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1
}

.brand-copy b {
    font: 700 14px Manrope
}

.brand-copy small {
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 3px;
    margin-top: 5px;
    color: #c3c9c2
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 27px
}

.main-nav > a,
.nav-dropdown > button {
    font-size: 12px;
    font-weight: 600;
    color: #e5e8e1;
    background: none;
    border: 0;
    padding: 30px 0
}

.main-nav > a:hover,
.nav-dropdown > button:hover {
    color: white
}

.nav-cta {
    background: white !important;
    color: #171b22 !important;
    padding: 13px 18px !important;
    border-radius: 30px
}

.nav-dropdown {
    position: relative
}

.dropdown-panel {
    display: grid;
    grid-template-columns: repeat(3, 190px);
    gap: 26px;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%, 14px);
    padding: 24px;
    background: rgba(6, 23, 42, .98);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .28)
}

.nav-dropdown:hover .dropdown-panel {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0)
}

.dropdown-panel.resource-menu {
    grid-template-columns: repeat(2, 180px)
}

.dropdown-panel div {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.dropdown-panel small {
    color: #d4dc27;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 4px
}

.dropdown-panel a {
    font-size: 12px;
    color: #b7c4d0;
    padding: 5px 0
}

.dropdown-panel a:hover {
    color: white
}

.menu-btn {
    display: none;
    border: 0;
    background: none
}

.hero,
.inner-hero {
    background: #10151d;
    color: white;
    position: relative;
    overflow: hidden
}

.hero {
    min-height: 100vh;
    padding: 150px 0 80px;
    display: flex;
    align-items: center
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to bottom, black, transparent)
}

.orb,
.inner-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    background: radial-gradient(circle, rgba(132, 189, 42, .20), transparent 65%)
}

.orb-one {
    width: 700px;
    height: 700px;
    right: -200px;
    top: -170px
}

.orb-two {
    width: 450px;
    height: 450px;
    left: -250px;
    bottom: -180px
}

.hero-layout {
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 60px;
    position: relative
}

.eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    color: #a6b6c6;
    display: flex;
    align-items: center;
    gap: 10px
}

.eyebrow > span {
    width: 34px;
    height: 1px;
    background: #d4dc27
}

.hero h1,
.inner-hero h1 {
    font-size: clamp(64px, 5.5vw, 102px);
    line-height: .97;
    letter-spacing: -5px;
    margin: 24px 0
}

.hero h1 em,
.inner-hero h1 em {
    color: #d4dc27
}

.hero-copy > p,
.inner-hero p {
    max-width: 650px;
    color: #a8b8c8;
    line-height: 1.75;
    font-size: 17px
}

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

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border: 0;
    border-radius: 40px;
    padding: 16px 22px;
    font-weight: 700;
    font-size: 13px;
    transition: .3s
}

.btn-primary {
    background: #f26a21;
    color: white;
    box-shadow: 0 12px 30px rgba(242, 106, 33, .25)
}

.btn-primary:hover {
    background: #dd5917;
    box-shadow: 0 16px 38px rgba(242, 106, 33, .38)
}

.btn-light {
    background: white;
    color: #171b22
}

.text-link {
    font-size: 13px;
    font-weight: 700
}

.trust-row {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 65px;
    color: #71869a;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.3px
}

.trust-row div {
    display: flex;
    gap: 10px
}

.trust-row b {
    font-size: 9px;
    border: 1px solid rgba(255, 255, 255, .12);
    padding: 7px 9px;
    border-radius: 15px;
    color: #a8b8c7
}

.hero-visual {
    min-height: 580px;
    display: grid;
    place-items: center
}

.visual-stage {
    width: 520px;
    height: 520px;
    position: relative;
    transform-style: preserve-3d;
    transition: .15s
}

.ring {
    position: absolute;
    border: 1px solid rgba(212, 220, 39, .22);
    border-radius: 50%;
    inset: 10%;
    animation: spin 24s linear infinite
}

.ring-b {
    inset: 20%;
    animation-direction: reverse;
    animation-duration: 18s
}

.ring-c {
    inset: 32%;
    border-style: dashed
}

.core-shield {
    position: absolute;
    inset: 34%;
    display: grid;
    place-items: center;
    filter: drop-shadow(0 0 30px rgba(212, 220, 39, .30))
}

.core-shield svg {
    width: 100%;
    fill: rgba(242, 106, 33, .18);
    stroke: #d4dc27;
    stroke-width: 4
}

.core-shield svg path + path {
    fill: none;
    stroke-width: 7
}

.floating-card {
    position: absolute;
    padding: 14px 16px;
    background: rgba(8, 31, 53, .75);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 13px;
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    color: #9fb0c0;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: float 5s ease-in-out infinite
}

.floating-card strong {
    color: white;
    font: 700 16px Manrope;
    margin-top: 4px
}

.fc-one {
    left: 0;
    top: 22%
}

.fc-two {
    right: 2%;
    top: 16%;
    animation-delay: -2s
}

.fc-three {
    right: 0;
    bottom: 19%;
    flex-direction: row;
    gap: 9px;
    align-items: center
}

.fc-three span {
    color: #d4dc27
}

.status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #84bd2a;
    box-shadow: 0 0 10px #84bd2a
}

.data-pill {
    position: absolute;
    color: #d4dc27;
    font: 10px monospace;
    opacity: .7;
    animation: pulse 2.5s infinite
}

.pill-a {
    top: 8%;
    left: 43%
}

.pill-b {
    bottom: 7%;
    left: 30%
}

.pill-c {
    top: 48%;
    right: 5%
}

.scroll-indicator {
    position: absolute;
    left: 4%;
    bottom: 30px;
    color: #8193a5;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.scroll-indicator span {
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #f26a21;
    margin-right: 12px;
    vertical-align: middle
}

.ticker {
    overflow: hidden;
    background: #f26a21;
    color: white;
    padding: 17px 0;
    transform: rotate(-1deg);
    width: 102%;
    margin-left: -1%
}

.ticker-track {
    display: flex;
    width: max-content;
    gap: 28px;
    align-items: center;
    animation: ticker 28s linear infinite
}

.ticker span {
    font: 600 12px Manrope;
    text-transform: uppercase;
    letter-spacing: 2px
}

.ticker i {
    color: #d4dc27
}

.section {
    padding: 120px 0
}

.section-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #7e8994;
    display: flex;
    gap: 13px
}

.section-label span {
    color: #f26a21;
    font-weight: 700
}

.intro-grid,
.split-grid {
    display: grid;
    grid-template-columns: .34fr 1fr;
    gap: 70px
}

.intro h2,
.section-head h2,
.advantage h2,
.contact-copy h2,
.prose-large h2,
.sticky-copy h2 {
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.1;
    letter-spacing: -3px
}

.intro h2 em,
.section-head h2 em,
.advantage h2 em,
.contact-copy h2 em {
    color: #f26a21
}

.intro-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    margin: 35px 0;
    color: #606d79;
    line-height: 1.8
}

.round-link {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-size: 12px;
    font-weight: 700
}

.round-link span {
    width: 42px;
    height: 42px;
    border: 1px solid #bcc4ca;
    border-radius: 50%;
    display: grid;
    place-items: center
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 65px
}

.section-head > p {
    max-width: 420px;
    color: #697581;
    line-height: 1.7
}

.services {
    background: #efefea
}

.service-list {
    border-top: 1px solid #cfd3d5
}

.service-item {
    display: grid;
    grid-template-columns: 55px 1fr 50px;
    gap: 22px;
    align-items: center;
    padding: 30px 5px;
    border-bottom: 1px solid #cfd3d5;
    transition: .35s
}

.service-item:hover {
    background: white;
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(22, 36, 51, .08)
}

.service-number {
    font: 600 12px Manrope;
    color: #87919e
}

.service-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #c8d0d8;
    display: grid;
    place-items: center;
    color: #f26a21;
    font-size: 24px;
    display: none;
}

.service-copy h3 {
    font-size: 23px;
    margin-bottom: 8px
}

.service-copy p {
    color: #65717e;
    margin-bottom: 14px
}

.tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.tags span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #d3d8dc;
    border-radius: 20px;
    padding: 6px 9px
}

.service-item > a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #e1e5e8;
    display: grid;
    place-items: center;
    transition: .3s
}

.service-item:hover > a {
    background: #f26a21;
    color: white;
    transform: rotate(45deg)
}

.advantage {
    background: #10151d;
    color: white;
    position: relative;
    overflow: hidden
}

.advantage:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(33, 113, 255, .24), transparent 40%), linear-gradient(120deg, transparent 55%, rgba(255, 255, 255, .025) 55%)
}

.advantage-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    position: relative
}

.section-label.light,
.eyebrow.light {
    color: #94a7ba
}

.advantage-copy p {
    color: #9eb0c2;
    line-height: 1.8;
    max-width: 500px;
    margin: 28px 0 38px
}

.advantage-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.glass-card {
    min-height: 245px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
    backdrop-filter: blur(10px);
    transition: .35s
}

.glass-card:hover {
    transform: translateY(-8px);
    border-color: rgba(119, 216, 255, .42);
    background: linear-gradient(145deg, rgba(26, 101, 210, .2), rgba(255, 255, 255, .03))
}

.glass-card > span {
    color: #d4dc27;
    font: 12px Manrope
}

.glass-card h3 {
    font-size: 22px;
    margin: 55px 0 12px
}

.glass-card p {
    color: #9fb0c1;
    line-height: 1.65;
    font-size: 14px
}

.process {
    background: #fff
}

.whitetext {
    color: #fff !important
}

.process-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    margin-top: 85px
}

.process-line:before {
    content: "";
    height: 1px;
    background: #ccd2d8;
    position: absolute;
    left: 3%;
    right: 3%;
    top: 20px
}

.process-step {
    padding-right: 35px;
    position: relative
}

.step-dot {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 1px solid #ccd2d8;
    background: white;
    display: grid;
    place-items: center;
    color: #f26a21;
    font: 700 12px Manrope;
    position: relative;
    z-index: 2
}

.process-step small {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #f26a21;
    font-weight: 700;
    margin: 30px 0 12px
}

.process-step h3 {
    font-size: 20px
}

.process-step p {
    color: #6b7582;
    line-height: 1.65;
    font-size: 14px
}

.insights {
    background: #eeeee9
}

.insight-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 24px
}

.feature-article,
.mini-article {
    background: white;
    border-radius: 20px;
    padding: 22px;
    transition: .35s
}

.feature-article:hover,
.mini-article:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(20, 30, 40, .09)
}

.article-art {
    height: 280px;
    border-radius: 14px;
    background: #08203a;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center
}

.article-art span {
    font: 800 clamp(48px, 8vw, 100px) Manrope;
    color: transparent;
    -webkit-text-stroke: 1px rgba(119, 216, 255, .5);
    position: relative;
    z-index: 2
}

.art-lines {
    position: absolute;
    inset: -80px;
    background: repeating-radial-gradient(ellipse at center, transparent 0 18px, rgba(81, 182, 255, .12) 19px 20px);
    transform: rotate(-18deg)
}

.article-meta {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #f26a21;
    margin: 22px 0 12px
}

.feature-article h3 {
    font-size: 26px;
    line-height: 1.35
}

.article-stack {
    display: grid;
    gap: 18px
}

.mini-article {
    min-height: 150px;
    position: relative;
    padding: 26px
}

.mini-article div {
    display: flex;
    gap: 15px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.3px
}

.mini-article div span {
    color: #f26a21;
    font-weight: 700
}

.mini-article h3 {
    font-size: 20px;
    max-width: 80%;
    margin-top: 30px
}

.mini-article > a {
    position: absolute;
    right: 25px;
    bottom: 24px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #edf0f3;
    display: grid;
    place-items: center
}

.contact-panel {
    padding: 110px 0;
    background: linear-gradient(135deg, #0a2139, #061524);
    color: white
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr .85fr;
    gap: 100px;
    align-items: center
}

.contact-copy p {
    max-width: 540px;
    color: #a4b4c4;
    line-height: 1.8
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 45px
}

.contact-details a {
    color: #79dcff;
    font-weight: 700
}

.contact-details span {
    font-size: 12px;
    color: #8497aa
}

.contact-form {
    background: white;
    color: #111826;
    padding: 32px;
    border-radius: 22px
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.contact-form label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #677180;
    margin-bottom: 17px
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccd2d8;
    background: transparent;
    padding: 11px 0;
    font: 14px 'DM Sans';
    outline: none;
    color: #151c25
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #f26a21
}

.contact-form .btn {
    width: 100%;
    margin-top: 8px
}

.success-message {
    display: none;
    color: #14835f;
    font-size: 13px;
    text-align: center;
    margin: 15px 0 0
}

.contact-form.submitted .success-message {
    display: block
}

.footer {
    background: #03101d;
    color: white;
    padding: 70px 0 25px
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1.4fr;
    gap: 55px;
    padding-bottom: 55px
}

.brand-light {
    align-self: start
}

.footer-main > p {
    color: #8394a6;
    line-height: 1.7
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.footer-links div {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer-links b {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #7ad9ff;
    margin-bottom: 5px
}

.footer-links a {
    font-size: 13px;
    color: #96a5b5
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    color: #708195;
    font-size: 11px
}

.footer-bottom div {
    display: flex;
    gap: 25px
}

/* Inside pages */
.inner-hero {
    padding: 165px 0 100px;
    min-height: 660px;
    display: flex;
    align-items: center
}

.inner-orb {
    width: 740px;
    height: 740px;
    right: -260px;
    top: -220px
}

.breadcrumbs {
    display: flex;
    gap: 10px;
    color: #71869a;
    font-size: 11px;
    margin-bottom: 75px
}

.breadcrumbs a:hover {
    color: white
}

.inner-hero-grid {
    display: grid;
    grid-template-columns: 1fr .5fr;
    gap: 80px;
    align-items: end;
    position: relative
}

.inner-hero h1 {
    font-size: clamp(58px, 7vw, 76px);
    max-width: 950px
}

.page-sigil {
    justify-self: end;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .12);
    display: grid;
    place-items: center;
    position: relative
}

.sigil-ring {
    position: absolute;
    inset: 20px;
    border: 1px dashed rgba(114, 214, 255, .32);
    border-radius: 50%;
    animation: spin 20s linear infinite
}

.sigil-core {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #f26a21, #0b315e);
    box-shadow: 0 0 45px rgba(61, 151, 255, .28);
    font: 700 18px Manrope;
    letter-spacing: 3px
}

.page-sigil > span {
    position: absolute;
    bottom: 27px;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8094a6
}

.prose-large {
    max-width: 850px
}

.prose-large p {
    font-size: 18px;
    line-height: 1.8;
    color: #5f6b77
}

.stat-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #d4d9dd;
    margin-top: 55px
}

.stat-strip div {
    background: var(--paper);
    padding: 25px 20px
}

.stat-strip strong,
.stat-strip span {
    display: block
}

.stat-strip strong {
    font: 700 18px Manrope;
    color: #f26a21
}

.stat-strip span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-top: 7px;
    color: #76818b
}

.soft-bg {
    background: #ecece7
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px
}

.feature-card {
    background: white;
    border-radius: 18px;
    padding: 30px;
    min-height: 235px;
    transition: .35s
}

.feature-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 45px rgba(13, 28, 43, .09)
}

.feature-card > span {
    font: 700 11px Manrope;
    color: #f26a21
}

.feature-card h3 {
    font-size: 23px;
    margin: 60px 0 12px
}

.feature-card p {
    color: #687480;
    line-height: 1.7
}

.method-grid,
.faq-layout {
    display: grid;
    grid-template-columns: .72fr 1fr;
    gap: 100px;
    align-items: start
}

.sticky-copy {
    position: sticky;
    top: 130px
}

.sticky-copy p {
    color: #66727e;
    line-height: 1.8
}

.method-list article {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 25px;
    padding: 33px 0;
    border-top: 1px solid #d2d7da
}

.method-list article:last-child {
    border-bottom: 1px solid #d2d7da
}

.method-list b {
    color: #f26a21;
    font: 700 11px Manrope
}

.method-list h3 {
    font-size: 24px
}

.method-list p {
    color: #687480;
    line-height: 1.7
}

.related {
    background: white
}

.related-list {
    border-top: 1px solid #d5dade
}

.related-list > a {
    display: grid;
    grid-template-columns: 70px 1fr 50px;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #d5dade;
    transition: .3s
}

.related-list > a:hover {
    padding-left: 20px;
    background: #f5f6f6
}

.related-list small {
    color: #f26a21
}

.related-list span {
    font: 600 20px Manrope
}

.mini-cta {
    background: #f26a21;
    color: white;
    padding: 85px 0
}

.mini-cta-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px
}

.mini-cta h2 {
    font-size: clamp(35px, 4vw, 56px);
    max-width: 760px;
    margin: 18px 0 0
}

.service-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px
}

.service-card {
    background: white;
    border-radius: 18px;
    padding: 28px;
    display: grid;
    grid-template-columns: 45px 1fr 35px;
    gap: 18px;
    min-height: 200px;
    transition: .35s
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(13, 28, 43, .09)
}

.service-card > span {
    color: #f26a21;
    font: 700 11px Manrope
}

.service-card h3 {
    font-size: 22px
}

.service-card p {
    color: #6b7680;
    line-height: 1.65
}

.service-card > b {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #edf0f2;
    display: grid;
    place-items: center
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.value-grid article {
    padding: 32px;
    border: 1px solid #d6dade;
    border-radius: 18px
}

.value-grid b {
    color: #f26a21
}

.value-grid h3 {
    font-size: 22px;
    margin: 55px 0 12px
}

.value-grid p {
    color: #66727e;
    line-height: 1.7
}

.resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.resource-tile {
    background: white;
    border-radius: 18px;
    padding: 27px;
    min-height: 310px;
    position: relative
}

.resource-tile > span {
    color: #f26a21;
    font: 700 11px Manrope
}

.resource-tile h3 {
    font-size: 23px;
    margin: 55px 0 10px
}

.resource-tile p {
    color: #6b7680;
    line-height: 1.65
}

.resource-toggle {
    border: 0;
    background: none;
    padding: 15px 0;
    font-weight: 700
}

.resource-toggle b {
    margin-left: 15px;
    color: #f26a21
}

.resource-expand {
    display: grid;
    grid-template-rows: 0fr;
    transition: .35s
}

.resource-expand > * {
    overflow: hidden
}

.resource-tile.open .resource-expand {
    grid-template-rows: 1fr
}

.resource-tile.open .resource-toggle b {
    display: inline-block;
    transform: rotate(45deg)
}

.filter-row {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-bottom: 45px
}

.filter-row button {
    border: 1px solid #cfd5d9;
    background: transparent;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 11px
}

.filter-row button.active {
    background: #f26a21;
    color: white;
    border-color: #f26a21
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.blog-card {
    background: white;
    border-radius: 18px;
    padding: 18px;
    transition: .35s
}

.blog-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 45px rgba(13, 28, 43, .08)
}

.blog-art {
    height: 220px;
    border-radius: 13px;
    background: linear-gradient(145deg, #071a30, #0d3a6c);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 18px;
    color: white;
    position: relative;
    overflow: hidden
}

.blog-art:before {
    content: "";
    position: absolute;
    inset: -100px;
    background: repeating-radial-gradient(circle, transparent 0 17px, rgba(104, 210, 255, .11) 18px 19px)
}

.blog-art span,
.blog-art b {
    position: relative
}

.blog-art span {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.blog-art b {
    font: 700 42px Manrope;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .4)
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    margin: 18px 0 12px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.3px
}

.blog-meta span {
    color: #f26a21;
    font-weight: 700
}

.blog-meta small {
    color: #88919a
}

.blog-card h3 {
    font-size: 20px;
    line-height: 1.35
}

.blog-card p {
    color: #687480;
    line-height: 1.65;
    font-size: 14px
}

.blog-card.hidden {
    display: none
}

.article-page {
    padding: 100px 0
}

.article-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 760px);
    gap: 80px;
    justify-content: center
}

.article-aside {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: sticky;
    top: 130px;
    align-self: start
}

.article-aside span {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #87929d;
    margin-top: 18px
}

.article-aside b {
    font-size: 12px
}

.share-row {
    display: flex;
    gap: 8px;
    margin-top: 25px
}

.share-row button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #cdd3d7;
    background: none
}

.article-body {
    font-size: 17px;
    line-height: 1.9;
    color: #45515d
}

.article-body .lead {
    font-size: 24px;
    line-height: 1.55;
    color: #101a25
}

.article-body h2 {
    font-size: 34px;
    margin: 55px 0 18px;
    color: #101a25
}

.article-body blockquote {
    font: 400 29px/1.45 Georgia, serif;
    color: #f26a21;
    border-left: 2px solid #f26a21;
    margin: 45px 0;
    padding-left: 28px
}

.article-body li {
    margin: 10px 0
}

.article-note {
    background: #e9eef5;
    border-radius: 12px;
    padding: 20px;
    margin-top: 45px;
    font-size: 13px
}

.contact-page {
    background: #ecece7
}

.contact-page-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 85px;
    align-items: flex-start;
}

.contact-info h2 {
    font-size: 50px;
    letter-spacing: -2px;
    margin-top: 25px
}

.contact-info > p {
    color: #687480;
    line-height: 1.75
}

.info-block {
    border-top: 1px solid #ccd2d6;
    padding: 22px 0;
    display: flex;
    flex-direction: column;
    gap: 7px
}

.info-block small {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #7b8791;
    font-size: 9px
}

.info-block a {
    font-weight: 700;
    color: #f26a21
}

.check-row {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1.5
}

.check-row input {
    width: auto !important;
    margin-top: 3px
}

.faq-item {
    border-top: 1px solid #ccd2d6
}

.faq-item:last-child {
    border-bottom: 1px solid #ccd2d6
}

.faq-item button {
    width: 100%;
    padding: 25px 0;
    border: 0;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font: 600 19px Manrope
}

.faq-item button b {
    color: #f26a21;
    font-size: 25px;
    transition: .3s
}

.faq-item > div {
    display: grid;
    grid-template-rows: 0fr;
    transition: .35s
}

.faq-item > div > * {
    overflow: hidden;
    color: #64707c;
    line-height: 1.7;
    margin: 0
}

.faq-item.open > div {
    grid-template-rows: 1fr
}

.faq-item.open > div p {
    padding-bottom: 25px
}

.faq-item.open button b {
    transform: rotate(45deg)
}

.legal-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 760px);
    gap: 80px;
    justify-content: center
}

.legal-nav {
    position: sticky;
    top: 130px;
    align-self: start;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ccd2d6
}

.legal-nav a {
    padding: 14px 0;
    border-bottom: 1px solid #ccd2d6;
    font-size: 13px
}

.legal-content {
    line-height: 1.8;
    color: #4f5b66
}

.legal-content .lead {
    font-size: 22px
}

.legal-content h2 {
    font-size: 28px;
    color: #111c27;
    margin-top: 45px
}

.disclaimer-modal {
    position: fixed;
    inset: 0;
    background: rgba(1, 10, 18, .86);
    backdrop-filter: blur(13px);
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 20px;
    transition: .4s
}

.disclaimer-modal.hidden {
    opacity: 0;
    visibility: hidden
}

.disclaimer-card {
    width: min(780px, 100%);
    background: white;
    border-radius: 22px;
    padding: 38px;
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 25px
}

.modal-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #071a2e;
    color: #d4dc27;
    font: 700 26px Georgia
}

.disclaimer-card h2 {
    font-size: 40px;
    margin: 10px 0 15px
}

.disclaimer-card p {
    color: #5e6a75;
    line-height: 1.7
}

.disclaimer-card .btn {
    margin-top: 12px
}

.disclaimer-card .btn:disabled {
    opacity: .45;
    cursor: not-allowed
}

.reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity .8s ease, transform .8s cubic-bezier(.2, .7, .2, 1)
}

.reveal.visible {
    opacity: 1;
    transform: none
}

.delay-1 {
    transition-delay: .12s
}

.delay-2 {
    transition-delay: .22s
}

.delay-3 {
    transition-delay: .32s
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes float {
    50% {
        transform: translateY(-12px)
    }
}

@keyframes pulse {
    50% {
        opacity: .3
    }
}

@keyframes ticker {
    to {
        transform: translateX(-50%)
    }
}

/* DPC brand refresh */
:root {
    --orange: #f26a21;
    --green: #84bd2a;
    --lime: #d4dc27;
    --charcoal: #10151d;
    --soft: #f7f7f3
}

.brand-logo {
    display: block;
    width: 238px;
    max-height: 64px;
    object-fit: contain;
    object-position: left center
}

.site-header .brand-logo,
.footer .brand-logo {
    filter: none
}

.btn-primary {
    background: linear-gradient(135deg, var(--orange), #ff8b39);
    box-shadow: 0 12px 30px rgba(242, 106, 33, .28)
}

.btn-primary:hover {
    background: linear-gradient(135deg, #df5712, var(--orange));
    box-shadow: 0 16px 38px rgba(242, 106, 33, .38);
    transform: translateY(-2px)
}

.hero h1 em,
.inner-hero h1 em,
.intro h2 em,
.section-head h2 em,
.advantage h2 em,
.contact-copy h2 em {
    color: var(--lime)
}

.ticker {
    background: linear-gradient(90deg, var(--orange), #f48322)
}

.ticker i {
    color: var(--lime)
}

.service-icon {
    color: var(--orange)
}

.service-item:hover > a {
    background: var(--green)
}

.section-label span,
.dropdown-panel small {
    color: var(--orange)
}

.orb,
.inner-orb {
    background: radial-gradient(circle, rgba(132, 189, 42, .24), rgba(242, 106, 33, .08) 45%, transparent 70%)
}

.core-shield svg {
    fill: rgba(242, 106, 33, .18);
    stroke: var(--lime)
}

.ring {
    border-color: rgba(212, 220, 39, .24)
}

.status-dot {
    background: var(--green);
    box-shadow: 0 0 10px var(--green)
}

.data-pill {
    color: var(--lime)
}

.round-link span,
.service-item > a,
.btn {
    will-change: transform
}

::selection {
    background: var(--orange);
    color: #fff
}

@media(max-width:760px) {
    .brand-logo {
        width: 188px;
        max-height: 50px
    }

    .nav-wrap {
        height: 76px
    }
}

#approach .advantage-grid {
    grid-template-columns: .5fr 1.5fr;
}

#approach .advantage-grid .advantage-cards {
    grid-template-columns: 1fr 1fr 1fr;
}
.aboutlegally .stat-strip {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.aboutwhoare .stat-strip, .aboutwhoare .stat-strip div {
    background: rgba(255,255,255,0.2);
    color: #d4dc27;
}
.aboutwhoare .stat-strip, .aboutwhoare .stat-strip strong{
    color: #d4dc27;
}
.aboutwhoare .stat-strip, .aboutwhoare .stat-strip span{
    color: #fff;
}


.linkarrow:before {
    transform: rotate(320deg);
}
table {
    border: 1px solid #000;
}

table td, table th {
    padding: 5px;
    border: 1px solid #000;
    font-size: 14px;
}
.privacytable1 td:first-child{text-align: center}
.privacynotice .legal-content .lead {
    font-size: 18px;
}
.cheatsheetpdf{padding-top: 0}
.cheatsheetpdf .insight-grid {
    grid-template-columns: 1fr 1fr;
}
.cheatsheetpdf .insight-grid .btn {
    display: table;
    text-align: center;
    margin: 20px auto;
}

.cheatsheetpdf .insight-grid .btn span img {width: 12px;margin-left: 10px;}



/*resources start*/
#dv*{box-sizing:border-box;margin:0;padding:0;}
/*#dv,#dv *{font-family:'Inter',sans-serif;font-weight:400;}*/
#dv{width:100%;margin:0;}

/* FONT ASSIGNMENTS */
#dv-banner h1,
#dv-sec-title,
.dv-ch-lbl,
.dv-subsec-name,
.dv-provision-lbl,
.dv-example-lbl,
.dv-nav-btn,
.dv-crumb-chip,
#dv-mob-toggle,
#dv-banner-badge{font-family:'Sora',sans-serif;}

/* HEADER BANNER */
#dv-banner{background:linear-gradient(135deg,#000 0%,#f26a21 90%,#d4dc27 100%);border-radius:0;padding:28px 36px 22px;position:relative;overflow:hidden;}
#dv-banner::before{content:'';position:absolute;right:-40px;top:-40px;width:200px;height:200px;border-radius:50%;background:rgba(255,255,255,0.06);}
#dv-banner::after{content:'';position:absolute;right:60px;bottom:-60px;width:140px;height:140px;border-radius:50%;background:rgba(255,255,255,0.04);}
#dv-banner h1{font-size:18px;font-weight:700;color:#fff;letter-spacing:0.02em;position:relative;}
#dv-banner p{font-size:12.5px;color:rgba(255,255,255,0.75);margin-top:4px;position:relative;}
#dv-banner-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,0.15);border:1px solid rgba(255,255,255,0.25);border-radius:20px;padding:4px 12px;font-size:11px;color:#fff;font-weight:500;margin-top:10px;position:relative;}
#dv-banner-badge span{width:7px;height:7px;border-radius:50%;background:#4ade80;display:inline-block;}

/* MAIN SHELL */
#dv-shell{display:flex;border:1px solid #e2e8f0;border-top:none;border-radius:0;overflow:hidden;min-height:600px;box-shadow:none;}

/* SIDEBAR */
#dv-sb{width:288px;min-width:288px;background:#f8faff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;flex-shrink:0;}
#dv-sb-search{padding:14px 14px 10px;}
#dv-sb-search input{width:100%;padding:8px 12px 8px 34px;border:1px solid #dde3f0;border-radius:8px;font-size:12.5px;color:#334155;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") no-repeat 10px center;outline:none;transition:border 0.2s;}
#dv-sb-search input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,0.10);}
#dv-sb-list{flex:1;overflow-y:auto;}
#dv-sb-list::-webkit-scrollbar{width:4px;}
#dv-sb-list::-webkit-scrollbar-track{background:transparent;}
#dv-sb-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px;}

/* chapter */
.dv-ch{border-bottom:1px solid #e8edf8;}
.dv-ch-hd{display:flex;align-items:center;gap:8px;padding:10px 14px;cursor:pointer;user-select:none;background:#e8e9ea;}
.dv-ch-hd:hover{background:#dbdcdd}
.dv-ch-ico{width:20px;height:20px;border-radius:5px;background:#1a2731;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.dv-ch-ico svg{width:11px;height:11px;fill:#fff;}
.dv-ch-lbl{font-size:10.5px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#1a2731;flex:1;line-height:1.4;}
.dv-ch-arr{font-size:10px;color:#94a3b8;transition:transform 0.2s;flex-shrink:0;}
.dv-ch-arr.open{transform:rotate(180deg);}
.dv-ch-secs{display:none;}
.dv-ch-secs.open{display:block;}

/* section item */
.dv-sec{display:flex;align-items:flex-start;gap:8px;padding:9px 14px 9px 20px;cursor:pointer;border-bottom:1px solid #f0f4ff;transition:background 0.12s;}
.dv-sec:hover{background:#eff6ff;}
.dv-sec-dot{width:6px;height:6px;border-radius:50%;background:#cbd5e1;flex-shrink:0;margin-top:6px;transition:background 0.12s;}
.dv-sec-txt{font-size:12.5px;color:#475569;line-height:1.5;}
.dv-sec.active{background:#1a2731;}
.dv-sec.active .dv-sec-dot{background:#fff;}
.dv-sec.active .dv-sec-txt{color:#fff;font-weight:600;}

/* CONTENT */
#dv-ct{flex:1;background:#fff;overflow-y:auto;display:flex;flex-direction:column;}
#dv-ct::-webkit-scrollbar{width:4px;}
#dv-ct::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px;}
#dv-ct-inner{padding:2rem 2.5rem;flex:1;}

/* breadcrumb */
#dv-crumb{display:flex;align-items:center;gap:6px;margin-bottom:1.2rem;}
.dv-crumb-chip{font-size:11px;font-weight:600;color:#1a2731;background:#e8e9ea;border:1px solid #bfdbfe;border-radius:20px;padding:3px 10px;}
.dv-crumb-sep{color:#cbd5e1;font-size:11px;}

#dv-sec-title{font-size:24px;font-weight:700;color:#0f172a;line-height:1.3;margin-bottom:1.4rem;}

/* sub-section blocks */
.dv-subsec{margin-bottom:1.6rem;}
.dv-subsec-hd{display:flex;align-items:center;gap:8px;margin-bottom:10px;}
.dv-subsec-diamond{width:10px;height:10px;background:#f26a21;transform:rotate(45deg);flex-shrink:0;border-radius: 50%}
.dv-subsec-name{font-size:16px;font-weight:600;color:#1a2731;}

.dv-provision{margin-bottom:10px;}
.dv-provision-lbl{font-size:13.5px;font-weight:700;color:#0f172a;display:inline;}
.dv-provision-txt{font-size:13.5px;color:#334155;line-height:1.7;display:inline;}

.dv-meaning{display:flex;align-items:flex-start;gap:8px;margin-bottom:10px;}
.dv-meaning-ico{font-size:15px;flex-shrink:0;margin-top:1px;}
.dv-meaning-txt{font-size:13.5px;color:#334155;line-height:1.7;}
.dv-meaning-txt b{font-weight:700;color:#15803d;}

.dv-example{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;}
.dv-example-ico{font-size:14px;flex-shrink:0;margin-top:2px;}
.dv-example-lbl{font-size:13.5px;font-weight:700;color:#dc2626;}
.dv-example-txt{font-size:13.5px;color:#334155;line-height:1.7;}

.dv-sec-divider{height:1px;background:#f1f5f9;margin:1.4rem 0;}

/* progress */
#dv-progress-wrap{padding:0 2.5rem 1rem;}
#dv-progress-label{display:flex;justify-content:space-between;font-size:11px;color:#94a3b8;margin-bottom:5px;}
#dv-progress-bar{height:4px;background:#e2e8f0;border-radius:4px;overflow:hidden;}
#dv-progress-fill{height:100%;background:linear-gradient(90deg,#000,#f26a21);border-radius:4px;transition:width 0.4s ease;}

/* nav */
#dv-nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2.5rem 1.5rem;border-top:1px solid #f1f5f9;gap:10px;flex-wrap:wrap;}
.dv-nav-btn{display:inline-flex;align-items:center;gap:7px;padding:10px 20px;font-size:13px;font-weight:600;border-radius:9px;cursor:pointer;transition:all 0.15s;border:none;}
.dv-nav-btn.prev{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;}
.dv-nav-btn.prev:hover{background:#e2e8f0;color:#1e293b;}
.dv-nav-btn.next{background:linear-gradient(135deg,#000 0%,#f26a21 100%);color:#fff;box-shadow:0 4px 12px rgba(37,99,235,0.3);}
.dv-nav-btn.next:hover{background:linear-gradient(135deg,#1e40af,#1d4ed8);}
.dv-nav-btn svg{width:14px;height:14px;fill:currentColor;}
#dv-sec-counter{font-size:12px;color:#94a3b8;font-weight:500;}

/* mobile */
#dv-mob-toggle{display:none;width:100%;padding:13px 18px;background:#1e3a8a;color:#fff;border:none;font-size:13.5px;font-weight:600;cursor:pointer;align-items:center;justify-content:space-between;}
#dv-mob-toggle svg{width:16px;height:16px;fill:#fff;transition:transform 0.2s;}
#dv-mob-toggle svg.open{transform:rotate(180deg);}




@media(max-width:900px){
  #dv-sb{width:250px;min-width:250px;}
  #dv-ct-inner{padding:1.5rem;}
  #dv-sec-title{font-size:20px;}
  .dv-subsec-name{font-size:14px;}
  #dv-progress-wrap{padding:0 1.5rem 0.8rem;}
  #dv-nav{padding:0.8rem 1.5rem 1.2rem;}
}
@media(max-width:640px){
  #dv-mob-toggle{display:flex;}
  #dv-shell{flex-direction:column;min-height:unset;}
  #dv-sb{width:100%;min-width:unset;border-right:none;border-bottom:1px solid #e2e8f0;max-height:0;overflow:hidden;transition:max-height 0.35s ease;}
  #dv-sb.open{max-height:60vh;overflow-y:auto;}
  #dv-sb-search{padding:10px 10px 8px;}
  #dv-ct{min-height:500px;}
  #dv-ct-inner{padding:1rem;}
  #dv-sec-title{font-size:16px;margin-bottom:1rem;}
  .dv-subsec-name{font-size:13.5px;}
  .dv-provision-lbl,.dv-provision-txt,.dv-meaning-txt,.dv-example-txt,.dv-example-lbl{font-size:13px;}
  .dv-crumb-chip{font-size:10px;}
  #dv-progress-wrap{padding:0 1rem 0.6rem;}
  #dv-nav{padding:0.8rem 1rem 1rem;gap:6px;}
  .dv-nav-btn{padding:8px 12px;font-size:12px;gap:5px;}
  .dv-nav-btn svg{width:12px;height:12px;}
  #dv-sec-counter{font-size:11px;width:100%;text-align:center;order:3;}
  #dv-banner{padding:18px 20px 16px;}
  #dv-banner h1{font-size:15px;}
  #dv-banner p{font-size:11.5px;}
}


@media(max-width:1000px) {
    button.menu-btn[aria-expanded="true"] span {
    transform: rotate(45deg);
}

button.menu-btn[aria-expanded="true"] span:last-child {
    transform: rotate(
-45deg);
    margin-top: -9px;
}
    .legal-nav {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
}
    .legal-layout{gap:20px}
    .main-nav {
        position: fixed;
        inset: 0;
        background: #10151d;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 80px 40px;
        gap: 0;
        transform: translateX(100%);
        transition: .4s;
        overflow-y: auto;
        height: 100vh;
    }

    .main-nav.open {
        transform: none
    }

    .main-nav > a,
    .nav-dropdown > button {
        font-size: 22px;
        padding: 12px 0
    }

    .nav-dropdown {
        width: 100%
    }
    
    
  

    .dropdown-panel {
        display: none;
        position: static;
        transform: none !important;
        opacity: 1;
        visibility: visible;
        background: rgba(255, 255, 255, .04);
        grid-template-columns: 1fr !important;
        margin: 10px 0;
        padding: 16px;
        width: 100%
    }

    .nav-dropdown.open .dropdown-panel {
        display: grid
    }

    .nav-dropdown:hover .dropdown-panel {
        transform: none
    }

    .menu-btn {
        display: flex;
        flex-direction: column;
        gap: 7px;
        z-index: 26
    }

    .menu-btn span {
        width: 27px;
        height: 2px;
        background: white;
        transition: 0.3s;
    }

    .hero-layout,
    .advantage-grid,
    .contact-grid,
    .inner-hero-grid,
    .method-grid,
    .faq-layout,
    .contact-page-grid {
        grid-template-columns: 1fr
    }

    .hero-copy {
        padding-top: 40px
    }

    .hero-visual {
        min-height: 480px
    }

    .visual-stage {
        transform: scale(.82)
    }

    .intro-grid,
    .split-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .section-head {
        align-items: flex-start;
        gap: 30px
    }

    .process-line {
        grid-template-columns: 1fr 1fr;
        gap: 45px 20px
    }

    .process-line:before {
        display: none
    }

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

    .footer-main {
        grid-template-columns: 1fr 1fr
    }

    .footer-links {
        grid-column: 1/-1
    }

    .page-sigil {
        justify-self: start
    }

    .sticky-copy {
        position: static
    }

    .service-card-grid,
    .feature-grid {
        grid-template-columns: 1fr
    }

    .resource-grid,
    .blog-grid {
        grid-template-columns: 1fr 1fr
    }

    .article-layout,
    .legal-layout {
        grid-template-columns: 1fr
    }

    .article-aside,
    .legal-nav {
        position: static
    }

    .cursor-glow {
        display: none
    }
    #approach .advantage-grid{display: block}
    .advantage-copy p{max-width: 100%}
    .section{padding: 60px 0; }
    .advantage-cards{display: flex;flex-wrap: wrap}
    .glass-card{width: 100%}
    .section-head{flex-wrap: wrap}
    .section-head > p{max-width: 100%}
}

@media(max-width:650px) {
    .cheatsheetpdf .insight-grid{grid-template-columns: 1fr}
    .legal-nav a{width: 45%}
    .aboutlegally .stat-strip{    grid-template-columns: 1fr 1fr;}
    .container {
        width: min(calc(100% - 30px), var(--container))
    }

    .hero {
        padding-top: 120px
    }

    .hero h1,
    .inner-hero h1 {
        font-size: 52px;
        letter-spacing: -3px
    }

    .hero-copy > p {
        font-size: 16px
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px
    }

    .trust-row {
        align-items: flex-start;
        flex-direction: column
    }

    .trust-row div {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .hero-visual {
        min-height: 390px
    }

    .visual-stage {
        transform: scale(1);
        width: 400px;
        height: 400px;
    }

    .scroll-indicator {
        display: none
    }

    .section {
        padding: 80px 0
    }

    .intro h2,
    .section-head h2,
    .advantage h2,
    .contact-copy h2,
    .prose-large h2,
    .sticky-copy h2 {
        font-size: 38px;
        letter-spacing: -2px
    }

    .intro-columns,
    .advantage-cards,
    .form-row,
    .stat-strip,
    .value-grid,
    .resource-grid,
    .blog-grid {
        grid-template-columns: 1fr
    }

    .section-head {
        flex-direction: column;
        align-items: flex-start
    }

    .service-item {
        grid-template-columns: 55px 1fr 50px;
        gap: 12px;
        padding: 26px 2px
    }

/*
    .service-item > a {
        display: none
    }
*/

    .service-icon {
        width: 42px;
        height: 42px
    }

    .service-copy h3 {
        font-size: 18px
    }

    .tags {
        display: none
    }

    .process-line {
        grid-template-columns: 1fr
    }

    .article-art {
        height: 210px
    }

    .contact-form {
        padding: 24px 18px
    }

    .footer-main {
        grid-template-columns: 1fr
    }

    .footer-links {
        grid-template-columns: 1fr 1fr
    }

    .footer-bottom {
        gap: 20px;
        flex-direction: column
    }

    .ticker {
        transform: none
    }

    .inner-hero {
        padding: 130px 0 80px;
        min-height: auto
    }

    .breadcrumbs {
        margin-bottom: 45px
    }

    .page-sigil {
        width: 220px;
        height: 220px;
        margin:  0 auto;
    }

    .mini-cta-grid {
        align-items: flex-start;
        flex-direction: column
    }

    .service-card {
        grid-template-columns: 35px 1fr 35px
    }

/*
    .service-card > b {
        display: none
    }
*/

    .article-body .lead {
        font-size: 21px
    }

    .article-body h2 {
        font-size: 29px
    }

    .article-body blockquote {
        font-size: 24px
    }

    .disclaimer-card {
        grid-template-columns: 1fr;
        padding: 25px
    }

    .modal-icon {
        width: 55px;
        height: 55px
    }

    .disclaimer-card h2 {
        font-size: 32px
    }
}


/*resources end*/






.whatsappicon {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
    margin-left: 30px;
    position: fixed;
    bottom: 15%;
    right: 2%;
    top: auto;
}
.whatsapptxt{font-size: 20px;color: #fff}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

/* WhatsApp Widget */
.whatsapp-widget {
    position: fixed
    z-index: 99999;
}

.whatsapp-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    gap: 10px;
}

/* Greeting message */
.whatsapp-message {
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 1.3;
    padding: 15px 22px;
    border-radius: 12px;
    margin-right: -1px;

    /* Initially hidden */
    width: 0;
    opacity: 0;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;

    transition:
        width 0.7s ease,
        opacity 0.4s ease,
        padding 0.5s ease;
}

/* Small arrow */
.whatsapp-message::after {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
}

/* WhatsApp circle */
.whatsapp-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: #25D366;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.whatsapp-icon svg {
    width: 48px;
    height: 48px;
}

/* After page load */
.whatsapp-widget.show-message .whatsapp-message {
    width: 210px;
    opacity: 1;
    padding-left: 22px;
    padding-right: 22px;
    -webkit-animation: scale-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-right {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 1;
  }
}
@keyframes scale-in-right {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 1;
  }
}


/* Mobile */
@media (max-width: 767px) {


   
    .whatsapp-icon svg {
        width: 42px;
        height: 42px;
    }

    .whatsapp-widget.show-message .whatsapp-message {
        width: 180px;
    }

    .whatsapp-message {
        font-size: 14px;
    }

}

.inner-hero-grid .sigil-core {
    background: none;
}
.disclaimer-modal .modal-icon {
    background: none;
}
@media (max-width: 480px) {
.visual-stage {
        width: 320px;
        height: 320px;
    }
}