.dd-custom {
--dd-green: var(--dd-brand-green, #067A15);
--dd-green-dark: var(--dd-brand-green-dark, #067713);
--dd-navy: #18244a;
--dd-text: #53617b;
--dd-border: #e2e8e3;
--dd-soft: #f4f7f4;
--dd-white: #ffffff;
color: var(--dd-text);
font: inherit;
line-height: 1.7;
overflow: clip;
}
.dd-custom,
.dd-custom * { box-sizing: border-box; }
.dd-custom img,
.dd-custom svg { display: block; max-width: 100%; }
.dd-custom__container {
width: min(1180px, calc(100% - 40px));
margin-inline: auto;
}
.dd-custom h1,
.dd-custom h2,
.dd-custom h3 {
margin: 0;
color: var(--dd-navy);
font-family: inherit;
letter-spacing: -0.025em;
}
.dd-custom h1 {
font-size: clamp(2.1rem, 3.6vw, 3.15rem);
line-height: 1.1;
}
.dd-custom h2 {
font-size: clamp(2rem, 3.3vw, 3.05rem);
line-height: 1.12;
}
.dd-custom h3 {
font-size: 1.14rem;
line-height: 1.28;
}
.dd-custom p { margin: 0; }
.dd-custom p + p { margin-top: 1rem; }
.dd-custom__label,
.dd-custom__eyebrow {
margin-bottom: .8rem;
color: var(--dd-green-dark);
font-size: .86rem;
font-weight: 800;
letter-spacing: .11em;
text-transform: uppercase;
}
.dd-custom__eyebrow {
font-size: 1rem;
letter-spacing: .05em;
}
.dd-custom__hero {
padding: clamp(1.8rem, 3.5vw, 3rem) 0 clamp(2.2rem, 4vw, 3.4rem);
background:
radial-gradient(circle at 90% 15%, rgba(8,173,22,.09), transparent 30%),
#fff;
}
.dd-custom__hero-grid {
display: grid;
grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
align-items: center;
gap: clamp(2.2rem, 4.5vw, 4.5rem);
}
.dd-custom__lead {
max-width: 680px;
margin-top: 1.35rem !important;
font-size: clamp(1.05rem, 1.7vw, 1.22rem);
}
.dd-custom__starting-price {
margin-top: 1.2rem !important;
color: var(--dd-navy);
font-weight: 700;
}
.dd-custom__starting-price .amount,
.dd-custom__starting-price strong {
color: var(--dd-green-dark);
font-size: 1.35rem;
}
.dd-custom__starting-price span {
color: var(--dd-text);
font-size: .8rem;
letter-spacing: .08em;
}
.dd-custom__actions {
display: flex;
flex-wrap: wrap;
gap: .8rem;
margin-top: 1.8rem;
}
.dd-custom__button {
display: inline-flex;
min-height: 49px;
align-items: center;
justify-content: center;
padding: .82rem 1.2rem;
border: 1px solid transparent;
border-radius: 8px;
font-weight: 800;
line-height: 1.2;
text-decoration: none;
transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.dd-custom__button--primary {
background: var(--dd-green);
color: #fff;
}
.dd-custom__button--primary:hover,
.dd-custom__button--primary:focus-visible {
background: var(--dd-green-dark);
color: #fff;
}
.dd-custom__button--secondary {
border-color: #cad4cc;
background: #fff;
color: var(--dd-navy);
}
.dd-custom__button--secondary:hover,
.dd-custom__button--secondary:focus-visible {
border-color: var(--dd-green);
color: var(--dd-green-dark);
}
.dd-custom a:focus-visible,
.dd-custom summary:focus-visible {
outline: 3px solid rgba(8,173,22,.28);
outline-offset: 3px;
}
.dd-custom__hero-points {
display: flex;
flex-wrap: wrap;
gap: .65rem 1rem;
margin: 1.45rem 0 0;
padding: 0;
list-style: none;
color: var(--dd-navy);
font-size: .9rem;
font-weight: 700;
}
.dd-custom__hero-points li::before {
content: "✓";
margin-right: .42rem;
color: var(--dd-green);
}
.dd-custom__hero-art {
margin: 0;
}
.dd-custom__hero-art img {
width: 100%;
border-radius: 18px;
border: 1px solid #e3ece4;
}
.dd-custom__section-heading {
max-width: 830px;
margin: 0 auto clamp(1.5rem, 2.8vw, 2.2rem);
text-align: center;
}
.dd-custom__section-heading--left {
margin-left: 0;
text-align: left;
}
.dd-custom__section-heading > p:last-child {
margin-top: .8rem;
}
.dd-custom__benefits {
padding: clamp(2rem, 4vw, 3rem) 0;
border-block: 1px solid var(--dd-border);
background: var(--dd-soft);
}
.dd-custom__benefit-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.dd-custom__benefit {
padding: 0 1.15rem;
text-align: center;
}
.dd-custom__benefit + .dd-custom__benefit {
border-left: 1px solid var(--dd-border);
}
.dd-custom__icon {
display: grid;
width: 52px;
height: 52px;
place-items: center;
margin: 0 auto 1rem;
color: var(--dd-green);
}
.dd-custom__icon svg { width: 48px; height: 48px; }
.dd-custom__benefit h3 { margin-bottom: .55rem; }
.dd-custom__benefit p { font-size: .92rem; line-height: 1.58; }
.dd-custom__portfolio,
.dd-custom__fit,
.dd-custom__packages,
.dd-custom__process,
.dd-custom__brief,
.dd-custom__formats,
.dd-custom__series,
.dd-custom__transparency,
.dd-custom__addons,
.dd-custom__faq {
padding: clamp(2.2rem, 4vw, 3.4rem) 0;
}
.dd-custom__portfolio-grid {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 1rem;
}
.dd-custom__portfolio-item {
margin: 0;
aspect-ratio: 2 / 3;
overflow: hidden;
border-radius: 10px;
background: #e9eeea;
box-shadow: 0 12px 30px rgba(24,36,74,.1);
}
.dd-custom__portfolio-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.dd-custom__fit,
.dd-custom__brief,
.dd-custom__series,
.dd-custom__addons {
background: #fbfcfb;
}
.dd-custom__split,
.dd-custom__media-grid {
display: grid;
grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
gap: clamp(2rem, 4vw, 3.5rem);
align-items: center;
}
.dd-custom__checklist,
.dd-custom__brief-box {
margin: 0;
padding: clamp(1.5rem, 3vw, 2.2rem);
border: 1px solid var(--dd-border);
border-radius: 16px;
background: #fff;
box-shadow: 0 12px 32px rgba(24,36,74,.05);
}
.dd-custom__checklist {
list-style: none;
}
.dd-custom__checklist li {
position: relative;
padding-left: 1.8rem;
}
.dd-custom__checklist li + li { margin-top: 1rem; }
.dd-custom__checklist li::before {
content: "✓";
position: absolute;
left: 0;
top: 0;
color: var(--dd-green);
font-weight: 900;
}
.dd-custom__text-link {
display: inline-block;
margin-top: 1.2rem;
color: var(--dd-green-dark);
font-weight: 800;
text-underline-offset: .2em;
}
.dd-custom__packages { background: #fff; }
.dd-custom__package-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1.25rem;
align-items: stretch;
}
.dd-custom__package {
position: relative;
display: flex;
flex-direction: column;
padding: clamp(1.5rem, 3vw, 2.15rem);
border: 1px solid var(--dd-border);
border-radius: 16px;
background: #fff;
box-shadow: 0 14px 36px rgba(24,36,74,.06);
}
.dd-custom__package--featured {
border: 2px solid var(--dd-green);
transform: translateY(-10px);
}
.dd-custom__package-badge {
position: absolute;
top: -15px;
right: 20px;
padding: .38rem .75rem;
border-radius: 999px;
background: var(--dd-green);
color: #fff;
font-size: .75rem;
font-weight: 800;
text-transform: uppercase;
}
.dd-custom__package-desc {
min-height: 3.4em;
margin-top: .55rem !important;
}
.dd-custom__price {
margin: 1.3rem 0 !important;
color: var(--dd-navy);
font-size: 2.4rem;
font-weight: 800;
line-height: 1;
}
.dd-custom__price .amount { color: inherit; }
.dd-custom__package ul {
flex: 1 1 auto;
margin: 0 0 1.5rem;
padding: 0;
list-style: none;
}
.dd-custom__package li {
position: relative;
padding: .63rem 0 .63rem 1.6rem;
border-bottom: 1px solid var(--dd-border);
font-size: .94rem;
}
.dd-custom__package li::before {
content: "✓";
position: absolute;
left: 0;
color: var(--dd-green);
font-weight: 900;
}
.dd-custom__package-note,
.dd-custom__center-note {
margin-top: 1.5rem !important;
text-align: center;
font-size: .9rem;
}
.dd-custom__process {
border-block: 1px solid var(--dd-border);
background: var(--dd-soft);
}
.dd-custom__steps {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 1rem;
margin: 0;
padding: 0;
list-style: none;
}
.dd-custom__steps li {
position: relative;
padding: 1.4rem;
border-radius: 14px;
background: #fff;
}
.dd-custom__steps strong {
display: inline-grid;
width: 32px;
height: 32px;
place-items: center;
margin-bottom: 1rem;
border-radius: 999px;
background: var(--dd-green);
color: #fff;
}
.dd-custom__step-icon {
display: inline-flex;
width: 44px;
height: 44px;
margin: 0 .6rem .9rem 0;
vertical-align: middle;
color: var(--dd-green-dark);
}
.dd-custom__steps strong { vertical-align: middle; }
.dd-custom__step-icon svg { width: 44px; height: 44px; }
.dd-custom__steps h3 { margin-bottom: .55rem; }
.dd-custom__steps p { font-size: .9rem; line-height: 1.55; }
.dd-custom__brief-box ul {
columns: 2;
column-gap: 2rem;
margin: 0;
padding-left: 1.2rem;
}
.dd-custom__brief-box li {
break-inside: avoid;
margin-bottom: .8rem;
}
.dd-custom__media-grid figure { margin: 0; }
.dd-custom__media-grid img {
width: 100%;
border-radius: 18px;
box-shadow: 0 18px 48px rgba(24,36,74,.1);
}
.dd-custom__media-grid--reverse {
grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
}
.dd-custom__transparency {
border-block: 1px solid #d9eadb;
background:
linear-gradient(135deg, rgba(8,173,22,.09), rgba(255,255,255,.95)),
#f6fbf6;
}
.dd-custom__transparency-box {
padding: clamp(1.5rem, 3vw, 2.2rem);
border: 1px solid rgba(8,173,22,.2);
border-radius: 16px;
background: rgba(255,255,255,.82);
}
.dd-custom__chips {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: .75rem;
margin: 0;
padding: 0;
list-style: none;
}
.dd-custom__chips li {
padding: .7rem 1rem;
border: 1px solid var(--dd-border);
border-radius: 999px;
background: #fff;
color: var(--dd-navy);
font-weight: 700;
}
.dd-custom__faq {
background: #fff; padding: clamp(2rem, 3vw, 2.4rem) 0;
}
.dd-custom__faq-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
gap: clamp(1.8rem, 3vw, 2.6rem);
align-items: start;
} .dd-custom.dd-custom .dd-custom__faq-main h2 {
font-size: clamp(1.7rem, 2.6vw, 2.25rem);
}
.dd-custom__faq-main h2 + p {
font-size: .95rem;
} .dd-custom__faq-aside {
grid-column: 1;
grid-row: 1;
position: sticky;
top: 120px;
}
.dd-custom__faq-main {
grid-column: 2;
grid-row: 1;
}
.dd-custom__faq-main .dd-custom__faq-list {
margin-top: 1.3rem;
} .dd-custom__faq-aside .dd-nl-brief {
margin: 0;
max-width: none;
padding: clamp(1.2rem, 2vw, 1.6rem);
}
.dd-custom__faq-aside .dd-nl-brief__grid {
grid-template-columns: 1fr;
gap: 1rem;
}
.dd-custom__faq-aside .dd-nl-brief__points { gap: .55rem; }
.dd-custom__faq-aside .dd-nl-brief__points strong { font-size: .88rem; }
.dd-custom__faq-aside .dd-nl-brief__points span { font-size: .78rem; }
.dd-custom__faq-aside .dd-nl-brief__form { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
gap: .6rem .8rem;
}
.dd-custom__faq-aside .dd-nl-brief__form select,
.dd-custom__faq-aside .dd-nl-brief__form input[type="email"] {
padding: .5rem .7rem;
font-size: .88rem;
}
.dd-custom__faq-aside .dd-nl-pill { padding: .42rem .6rem; font-size: .8rem; }
.dd-custom__faq-aside .dd-nl-brief__pills { gap: .4rem; }
.dd-custom__faq-aside .dd-nl-brief__rec { padding: .7rem .9rem; }
.dd-custom__faq-aside .dd-nl-brief__rec p { font-size: .82rem; }
.dd-custom__faq-aside .dd-nl-brief__submit .dd-nl__btn { padding: .68rem 2rem; }
.dd-custom__faq-aside .dd-nl-brief__submit .dd-nl__fine { margin-top: .35rem; } .dd-custom.dd-custom .dd-nl-brief__title {
margin: 0 0 .45rem;
color: #16234a;
font-size: clamp(1.2rem, 1.7vw, 1.35rem);
font-weight: 700;
letter-spacing: 0;
line-height: 1.25;
}
.dd-custom .dd-nl-brief__sub {
margin: 0 0 .9rem;
font-size: .88rem;
}
.dd-custom .dd-nl-brief__rec p {
margin: 0;
}
.dd-custom__faq-list details {
border-bottom: 1px solid var(--dd-border);
}
.dd-custom__faq-list summary {
position: relative;
padding: .9rem 2.5rem .9rem 0;
color: var(--dd-navy);
font-weight: 800;
cursor: pointer;
list-style: none;
}
.dd-custom__faq-list summary::-webkit-details-marker { display: none; }
.dd-custom__faq-list summary::after {
content: "+";
position: absolute;
right: .2rem;
top: .7rem;
color: var(--dd-green);
font-size: 1.6rem;
line-height: 1;
}
.dd-custom__faq-list details[open] summary::after { content: "–"; }
.dd-custom__faq-list details > div {
padding: 0 2.5rem 1rem 0;
}
.dd-custom__faq-list details > div p { margin: 0; }
.dd-custom__cta {
padding: clamp(2.2rem, 4vw, 3.2rem) 0;
background: var(--dd-navy);
color: rgba(255,255,255,.82);
}
.dd-custom__cta h2 { color: #fff; }
.dd-custom__cta .dd-custom__label { color: #70df7b; }
.dd-custom__cta-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 2rem;
}
.dd-custom__cta-inner > div:first-child { max-width: 720px; }
.dd-custom__cta-inner .dd-custom__actions { flex: 0 0 auto; margin-top: 0; }
.dd-custom__cta .dd-custom__button--secondary {
border-color: rgba(255,255,255,.4);
background: transparent;
color: #fff;
}
@media (max-width: 1050px) {
.dd-custom__benefit-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
.dd-custom__benefit {
padding: 1.4rem;
border: 1px solid var(--dd-border);
border-radius: 12px;
background: #fff;
}
.dd-custom__benefit + .dd-custom__benefit { border-left: 1px solid var(--dd-border); }
.dd-custom__benefit:last-child { grid-column: 1 / -1; }
.dd-custom__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dd-custom__portfolio-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 850px) {
.dd-custom__hero-grid,
.dd-custom__split,
.dd-custom__media-grid,
.dd-custom__media-grid--reverse,
.dd-custom__faq-grid {
grid-template-columns: 1fr;
}
.dd-custom__hero-art { max-width: 620px; }
.dd-custom__package-grid { grid-template-columns: 1fr; }
.dd-custom__package--featured { transform: none; }
.dd-custom__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dd-custom__faq-aside,
.dd-custom__faq-main { position: static; grid-column: auto; grid-row: auto; }
.dd-custom__cta-inner { display: grid; }
.dd-custom__cta-inner .dd-custom__actions { margin-top: .4rem; }
}
@media (max-width: 580px) {
.dd-custom__container {
width: min(100% - 28px, 1180px);
}
.dd-custom__hero { padding-top: 2.8rem; }
.dd-custom__actions { display: grid; width: 100%; }
.dd-custom__button { width: 100%; }
.dd-custom__benefit-grid,
.dd-custom__steps,
.dd-custom__portfolio-grid {
grid-template-columns: 1fr;
}
.dd-custom__benefit:last-child { grid-column: auto; }
.dd-custom__brief-box ul { columns: 1; }
} .elementor-element-0da0ffa { display: none; }