/*
 * RAD Wireless — component styles.
 * Only chrome behaviour that block markup / theme.json can't express lives here.
 * Colors and fonts always come from theme.json variables — never hard-coded hex
 * except where a variable doesn't exist (e.g. subtle shadows).
 */

/* ============ Top utility strip ============ */
.rad-utilitybar {
	font-family: var(--wp--preset--font-family--body);
	font-size: 0.8125rem;
	letter-spacing: 0.01em;
	line-height: 1.4;
}
.rad-utilitybar a {
	color: inherit;
	text-decoration: none;
}
.rad-utilitybar a:hover {
	text-decoration: underline;
}

/* ============ Sticky white header ============ */
.rad-header {
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0 1px 0 var(--wp--preset--color--line);
}
.rad-header .wp-block-navigation {
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 600;
}
.rad-header .wp-block-navigation a,
.rad-header .wp-block-navigation .wp-block-navigation-item__content {
	color: var(--wp--preset--color--charcoal);
}
.rad-header .wp-block-navigation a:hover,
.rad-header .wp-block-navigation .wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--primary);
}

/* ============ Buttons ============ */
/* Color rules: amber = primary CTA (charcoal text), charcoal = Call/Text (white text),
   green = WhatsApp only. These are set per-button in markup; this just guarantees weight
   and keeps colored/dark variants legible. */
.wp-block-button.rad-btn .wp-block-button__link {
	font-weight: 700;
}
.wp-block-button.is-style-fill .wp-block-button__link:hover {
	transform: translateY(-1px);
	transition: transform 0.12s ease;
}

/* ============ Footer ============ */
.rad-footer {
	font-family: var(--wp--preset--font-family--body);
}
.rad-footer a {
	color: var(--wp--preset--color--white);
	text-decoration: none;
	opacity: 0.9;
}
.rad-footer a:hover {
	opacity: 1;
	text-decoration: underline;
}
.rad-footer-label {
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 700;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wp--preset--color--white);
	opacity: 0.65;
}

/* ============ Small helpers ============ */
.rad-eyebrow {
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 700;
	font-size: 0.8125rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wp--preset--color--primary);
}

/* ================= HOMEPAGE SECTIONS (Phase 2) ================= */

/* Hero photo placeholder + badge */
.rad-hero-photo{
	background:var(--wp--preset--color--soft-gray);
	border:1px solid var(--wp--preset--color--line);
	border-radius:16px;min-height:340px;
	display:flex;align-items:center;justify-content:center;
	color:var(--wp--preset--color--slate);text-align:center;
	padding:1.5rem;font-size:0.85rem;
}
.rad-badge-card{
	background:var(--wp--preset--color--white);
	border:1px solid var(--wp--preset--color--line);
	border-radius:12px;padding:0.9rem 1.1rem;
	box-shadow:0 8px 24px rgba(31,33,38,0.08);
}

/* Trust marquee strip */
.rad-marquee{font-family:var(--wp--preset--font-family--heading);font-weight:600;}
.rad-marquee .rad-amber{color:var(--wp--preset--color--amber);}

/* Eyebrow already defined as .rad-eyebrow */

/* How it works — numbered circle */
.rad-step-num{
	display:inline-flex;align-items:center;justify-content:center;
	width:44px;height:44px;border-radius:999px;
	background:var(--wp--preset--color--primary);color:#fff;
	font-family:var(--wp--preset--font-family--heading);font-weight:800;font-size:1.15rem;
}

/* Specialty cards — red top rule */
.rad-spec-card{border-top:3px solid var(--wp--preset--color--primary);padding-top:1.25rem;}

/* Service-area chips */
.rad-chip .wp-block-button__link,
.rad-chip{
	background:var(--wp--preset--color--soft-gray)!important;
	border:1px solid var(--wp--preset--color--line);
	color:var(--wp--preset--color--charcoal)!important;
	border-radius:999px;font-weight:600;font-size:0.9rem;
	padding:0.4rem 0.95rem;
}

/* Quote-widget placeholder box */
.rad-quote-ph{
	background:var(--wp--preset--color--charcoal);color:#fff;
	border-radius:16px;padding:2rem;text-align:center;
}
.rad-quote-ph .rad-quote-ph-tag{
	font-family:var(--wp--preset--font-family--heading);
	letter-spacing:0.1em;text-transform:uppercase;font-size:0.75rem;opacity:0.6;
}

/* FAQ accordion (native details/summary) */
.rad-faq details{border-bottom:1px solid var(--wp--preset--color--line);padding:1.25rem 0;}
.rad-faq summary{
	cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;
	font-family:var(--wp--preset--font-family--heading);font-weight:700;font-size:1.15rem;
	color:var(--wp--preset--color--charcoal);
}
.rad-faq summary::-webkit-details-marker{display:none;}
.rad-faq summary::after{content:"+";color:var(--wp--preset--color--primary);font-size:1.5rem;font-weight:700;}
.rad-faq details[open] summary::after{content:"\00d7";}
.rad-faq details p{color:var(--wp--preset--color--slate);margin-top:0.75rem;}

/* CTA band gradient */
.rad-cta-band{background:linear-gradient(120deg,#2a1416 0%,var(--wp--preset--color--charcoal) 55%);}

/* ================= CONTENT PAGES (About / Contact / Promotions) ================= */
.rad-breadcrumb{font-size:0.85rem;color:var(--wp--preset--color--slate);}
.rad-breadcrumb a{color:var(--wp--preset--color--slate);text-decoration:none;}
.rad-breadcrumb a:hover{color:var(--wp--preset--color--primary);}

ul.rad-list-red{list-style:none;padding-left:0;}
ul.rad-list-red li{position:relative;padding-left:1.5rem;margin-bottom:0.85rem;}
ul.rad-list-red li::before{content:"";position:absolute;left:0;top:0.55em;width:8px;height:8px;border-radius:999px;background:var(--wp--preset--color--primary);}

.rad-callout{background:var(--wp--preset--color--soft-gray);border-left:4px solid var(--wp--preset--color--primary);border-radius:0 10px 10px 0;padding:1.1rem 1.4rem;margin:1.75rem 0;font-size:1.15rem;font-style:normal;}
.rad-callout p{margin:0;}

.rad-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.75rem 0;}
@media(max-width:600px){.rad-contact-grid{grid-template-columns:1fr;}}
.rad-contact-card{display:flex;gap:0.9rem;align-items:flex-start;background:var(--wp--preset--color--white);border:1px solid var(--wp--preset--color--line);border-radius:14px;padding:1.1rem 1.25rem;}
.rad-contact-ic{flex:0 0 auto;width:44px;height:44px;border-radius:10px;background-repeat:no-repeat;background-position:center;background-size:22px;}
.rad-ic-phone{background-color:#FDE7E9;background-image:url(../img/icons/phone.svg);}
.rad-ic-wa{background-color:#DFF6E8;background-image:url(../img/icons/chat.svg);}
.rad-ic-clock{background-color:#FDE7E9;background-image:url(../img/icons/clock.svg);}
.rad-ic-pin{background-color:#FDE7E9;background-image:url(../img/icons/pin.svg);}

/* ================= LOGO ================= */
.rad-logo{display:inline-block;width:132px;height:48px;background:url(../img/logo-header.png) no-repeat left center;background-size:contain;}
.rad-logo-footer{display:inline-block;width:150px;height:56px;background:url(../img/logo-footer.png) no-repeat left center;background-size:contain;}
.rad-contact-label{font-family:var(--wp--preset--font-family--heading);font-weight:700;font-size:0.72rem;letter-spacing:0.08em;text-transform:uppercase;color:var(--wp--preset--color--slate);margin:0 0 0.15rem;}
.rad-contact-val{font-family:var(--wp--preset--font-family--heading);font-weight:800;font-size:1.05rem;color:var(--wp--preset--color--charcoal);margin:0;}
.rad-contact-sub{color:var(--wp--preset--color--slate);font-size:0.85rem;margin:0.15rem 0 0;}

/* ================= CONTACT FORM 7 ================= */
.wpcf7{margin-top:.25rem;}
.wpcf7-form p{margin:0 0 1.15rem;}
.wpcf7-form label{display:block;font-family:'Plus Jakarta Sans',sans-serif;font-weight:600;font-size:.95rem;color:#1F2126;margin-bottom:.1rem;}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=url],
.wpcf7-form input[type=number],
.wpcf7-form input[type=date],
.wpcf7-form select,
.wpcf7-form textarea{
  display:block;width:100%;box-sizing:border-box;margin-top:.45rem;
  padding:.85rem 1rem;font-family:'Public Sans',sans-serif;font-size:1rem;font-weight:400;color:#1F2126;
  background:#F5F6F8;border:1.5px solid #E7E8EC;border-radius:12px;
  -webkit-appearance:none;appearance:none;transition:border-color .15s,background .15s,box-shadow .15s;
}
.wpcf7-form textarea{min-height:150px;resize:vertical;}
.wpcf7-form input::placeholder,.wpcf7-form textarea::placeholder{color:#9AA0AA;}
.wpcf7-form input:focus,.wpcf7-form select:focus,.wpcf7-form textarea:focus{
  outline:none;border-color:#ED3741;background:#fff;box-shadow:0 0 0 3px rgba(237,55,65,.12);
}
.wpcf7-form .wpcf7-submit{
  display:inline-block;cursor:pointer;border:none;margin-top:.4rem;
  background:#FFB400;color:#1F2126;font-family:'Plus Jakarta Sans',sans-serif;font-weight:700;font-size:1.02rem;
  padding:.9rem 2.4rem;border-radius:999px;
  transition:background .12s,box-shadow .12s,transform .12s;
}
.wpcf7-form .wpcf7-submit:hover{background:#FFBF26;box-shadow:0 10px 24px rgba(255,180,0,.32);transform:translateY(-1px);}
.wpcf7-form .wpcf7-submit:active{transform:translateY(0);}
.wpcf7-form .wpcf7-spinner{margin:.4rem 0 0 .6rem;}
.wpcf7-form .wpcf7-not-valid-tip{color:#C01E27;font-family:'Public Sans',sans-serif;font-size:.85rem;margin-top:.4rem;}
.wpcf7-form .wpcf7-not-valid{border-color:#C01E27 !important;}
.wpcf7 .wpcf7-response-output{border-radius:10px;padding:.85rem 1rem !important;margin:1.1rem 0 0 !important;font-family:'Public Sans',sans-serif;font-size:.95rem;}
/* two-up rows when a form uses side-by-side fields */
.wpcf7-form .rad-form-row{display:flex;gap:1rem;flex-wrap:wrap;}
.wpcf7-form .rad-form-row > p{flex:1 1 220px;}

/* ================= SERVICE CARD GRID ================= */
.rad-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.75rem;}
.rad-svc-grid > a,.rad-svc-card{display:flex;flex-direction:column;gap:.7rem;background:#fff;border:1px solid #E4E6EB;border-radius:16px;padding:1.5rem 1.6rem;text-decoration:none;box-shadow:0 1px 2px rgba(31,33,38,.05);transition:border-color .15s,box-shadow .15s,transform .15s;}
.rad-svc-grid > a:hover,a.rad-svc-card:hover{border-color:#ED3741;box-shadow:0 14px 30px rgba(31,33,38,.10);transform:translateY(-2px);}
.rad-svc-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;}
.rad-svc-title{font-family:'Plus Jakarta Sans',sans-serif;font-weight:700;font-size:1.18rem;color:#1F2126;line-height:1.25;}
.rad-svc-arrow{color:#ED3741;font-weight:700;font-size:1.15rem;line-height:1;flex:0 0 auto;}
.rad-svc-grid > a:hover .rad-svc-title{color:#ED3741;}
.rad-svc-desc{font-family:'Public Sans',sans-serif;font-size:.95rem;color:#5B5F69;line-height:1.55;}
@media (max-width:900px){.rad-svc-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.rad-svc-grid{grid-template-columns:1fr;}}

/* ======================================================================
   V2 VISUAL EFFECTS PASS — dividers, glow, glass, stats, icons, accordion
   ====================================================================== */

/* --- Hero: dotted texture + soft red→amber glow --- */
.rad-hero{position:relative;overflow:hidden;background:#fff;}
.rad-hero::before{content:"";position:absolute;inset:0;background-image:radial-gradient(#1F2126 1px,transparent 1px);background-size:22px 22px;opacity:.05;pointer-events:none;}
.rad-hero::after{content:"";position:absolute;top:-30%;right:-10%;width:55%;height:120%;background:radial-gradient(circle at 70% 30%,rgba(237,55,65,.18),rgba(255,180,0,.10) 40%,transparent 70%);pointer-events:none;}
.rad-hero > *{position:relative;z-index:1;}

/* --- Glassy trust pills --- */
.rad-pills{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.75rem;}
.rad-pills span{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.75);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #E7E8EC;border-radius:999px;padding:.5rem .95rem;font-family:'Plus Jakarta Sans',sans-serif;font-weight:600;font-size:.9rem;color:#1F2126;box-shadow:0 2px 10px rgba(31,33,38,.06);}

/* --- Gradient pin divider --- */
.rad-divider{display:flex;align-items:center;justify-content:center;gap:0;margin:0 auto;max-width:520px;padding:1rem 1.25rem;}
.rad-divider .ln{height:2px;flex:1;border-radius:2px;}
.rad-divider .ln.l{background:linear-gradient(90deg,transparent,#ED3741);}
.rad-divider .ln.r{background:linear-gradient(90deg,#FFB400,transparent);}
.rad-divider .pin{flex:0 0 auto;width:34px;height:34px;border-radius:50%;background:#FDE7E9;display:flex;align-items:center;justify-content:center;margin:0 .5rem;}
.rad-divider .pin svg{width:16px;height:16px;}

/* --- Stats band --- */
.rad-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;max-width:1140px;margin:0 auto;padding:1rem 1.25rem 0;text-align:center;}
.rad-stat .n{font-family:'Plus Jakarta Sans',sans-serif;font-weight:800;font-size:2.1rem;color:#1F2126;line-height:1;letter-spacing:-.02em;}
.rad-stat .n .star{color:#FFB400;}
.rad-stat .l{font-family:'Public Sans',sans-serif;font-size:.9rem;color:#5B5F69;margin-top:.45rem;}
@media (max-width:780px){.rad-stats{grid-template-columns:repeat(2,1fr);gap:1.75rem 1rem;}}

/* --- Service-card icon tiles --- */
.rad-svc-ic{width:44px;height:44px;border-radius:12px;display:flex;flex:0 0 auto;margin-bottom:.2rem;background-repeat:no-repeat;background-position:center;background-size:22px 22px;}
.rad-ic-phone{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='2' width='12' height='20' rx='2'/%3E%3Cline x1='11' y1='18' x2='13' y2='18'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-tablet{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2' width='16' height='20' rx='2'/%3E%3Cline x1='10' y1='18' x2='14' y2='18'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-laptop{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='12' rx='1'/%3E%3Cline x1='2' y1='20' x2='22' y2='20'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-console{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='20' height='10' rx='5'/%3E%3Cline x1='7' y1='11' x2='7' y2='13'/%3E%3Cline x1='6' y1='12' x2='8' y2='12'/%3E%3Ccircle cx='16' cy='11' r='.6'/%3E%3Ccircle cx='18' cy='13' r='.6'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-screen{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='2' width='12' height='20' rx='2'/%3E%3Cpath d='M9 7l3 3-2 2 3 3'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-battery{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='17' height='10' rx='2'/%3E%3Cline x1='22' y1='11' x2='22' y2='13'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-charge{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='13 2 4 14 11 14 10 22 20 9 13 9 13 2'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-mic{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='2' width='6' height='12' rx='3'/%3E%3Cpath d='M5 11a7 7 0 0 0 14 0'/%3E%3Cline x1='12' y1='18' x2='12' y2='22'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-water{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2s6 7 6 12a6 6 0 0 1-12 0c0-5 6-12 6-12z'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-glass{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='2' width='12' height='20' rx='2'/%3E%3Cpath d='M6 9l12 6M18 9L6 15'/%3E%3C/svg%3E") center/22px no-repeat;}

/* --- Specialty cards: red top border accent --- */
.rad-spec-card{border-top:3px solid #ED3741 !important;border-radius:14px !important;box-shadow:0 1px 2px rgba(31,33,38,.05);transition:transform .15s,box-shadow .15s;}
.rad-spec-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(31,33,38,.10);}

/* --- Step number circles --- */
.rad-step-num{width:42px;height:42px;border-radius:50%;background:#ED3741;color:#fff;font-family:'Plus Jakarta Sans',sans-serif;font-weight:800;font-size:1.15rem;display:flex;align-items:center;justify-content:center;margin:0;box-shadow:0 6px 16px rgba(237,55,65,.30);}

/* --- "Why RAD" benefit bento --- */
.rad-feature-dark{position:relative;overflow:hidden;background:#1F2126;color:#fff;border-radius:18px;padding:1.6rem 1.75rem;}
.rad-feature-dark::after{content:"";position:absolute;top:-40%;right:-10%;width:50%;height:160%;background:radial-gradient(circle,rgba(237,55,65,.45),transparent 60%);pointer-events:none;}
.rad-feature-dark > *{position:relative;z-index:1;}
.rad-bento{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.25rem;}
.rad-bento .card{background:#fff;border:1px solid #E4E6EB;border-radius:16px;padding:1.5rem;box-shadow:0 1px 2px rgba(31,33,38,.05);transition:transform .15s,box-shadow .15s;}
.rad-bento .card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(31,33,38,.10);}
.rad-bento .card.amber{background:linear-gradient(160deg,#fff,#FFF6E0);}
.rad-bento .ic{width:46px;height:46px;border-radius:12px;background:#FDE7E9;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;}
.rad-bento .ic svg{width:24px;height:24px;}
.rad-bento h3{margin:0 0 .35rem;font-size:1.2rem;}
.rad-bento p{margin:0;color:#5B5F69;font-size:.95rem;line-height:1.55;}
@media (max-width:780px){.rad-bento{grid-template-columns:1fr;}}

/* --- Slanted bands (separators between sections) --- */
.rad-marquee{clip-path:polygon(0 16px,100% 0,100% calc(100% - 16px),0 100%);}
.rad-cta-band{clip-path:polygon(0 30px,100% 0,100% 100%,0 100%);}
.rad-slant-bottom{clip-path:polygon(0 0,100% 0,100% calc(100% - 28px),0 100%);}

/* --- CSS scrolling marquee track --- */
.rad-mq-track{display:flex;gap:0;white-space:nowrap;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);}
.rad-mq-track > div{display:flex;align-items:center;animation:rad-scroll 28s linear infinite;}
.rad-mq-track span{display:inline-flex;align-items:center;padding:0 1.6rem;font-family:'Plus Jakarta Sans',sans-serif;font-weight:700;font-size:.95rem;}
.rad-mq-track .dot{color:#ED3741;margin-right:1.6rem;}
@keyframes rad-scroll{from{transform:translateX(0);}to{transform:translateX(-50%);}}

/* --- FAQ accordion polish --- */
.rad-faq .wp-block-details{background:#fff;border:1px solid #E7E8EC;border-radius:14px;padding:0;margin-bottom:.85rem;box-shadow:0 1px 2px rgba(31,33,38,.04);overflow:hidden;}
.rad-faq .wp-block-details summary{list-style:none;cursor:pointer;padding:1.15rem 3.25rem 1.15rem 1.4rem;position:relative;font-family:'Plus Jakarta Sans',sans-serif;font-weight:700;color:#1F2126;font-size:1.05rem;}
.rad-faq .wp-block-details summary::-webkit-details-marker{display:none;}
.rad-faq .wp-block-details summary::after{content:"+";position:absolute;right:1.1rem;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;background:#FDE7E9;color:#ED3741;font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;}
.rad-faq .wp-block-details[open] summary::after{content:"\00d7";}
.rad-faq .wp-block-details p{margin:0 1.4rem 1.25rem;color:#5B5F69;line-height:1.6;}

/* --- Hero load-in animation (safe, no JS) --- */
@media (prefers-reduced-motion:no-preference){
.rad-hero h1{animation:rad-rise .6s ease both;}
.rad-hero .rad-pills{animation:rad-rise .6s ease .15s both;}
@keyframes rad-rise{from{opacity:0;transform:translateY(14px);}to{opacity:1;transform:none;}}
}

/* --- Linked city/area chips (structural — survives link-class stripping) --- */
.rad-chiprow{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem;}
.rad-chiprow a{display:inline-flex;align-items:center;gap:.45rem;background:#fff;border:1px solid #E7E8EC;border-radius:999px;padding:.5rem 1.05rem;font-family:'Plus Jakarta Sans',sans-serif;font-weight:600;font-size:.92rem;color:#1F2126;text-decoration:none;transition:border-color .15s,color .15s,box-shadow .15s,transform .15s;}
.rad-chiprow a::before{content:"●";color:#ED3741;font-size:.7em;line-height:1;}
.rad-chiprow a:hover{border-color:#ED3741;color:#ED3741;box-shadow:0 6px 16px rgba(31,33,38,.08);transform:translateY(-1px);}

/* --- Extra icon tiles for location + promo cards --- */
.rad-ic-pin{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.5 7-11a7 7 0 1 0-14 0c0 4.5 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-home{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11l9-7 9 7'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-hotel{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 20V6'/%3E%3Cpath d='M3 13h18v7'/%3E%3Cpath d='M21 13v-2a2 2 0 0 0-2-2h-8v4'/%3E%3Ccircle cx='7' cy='10.5' r='1.5'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-truck{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='6' width='13' height='10' rx='1'/%3E%3Cpath d='M14 9h4l3 3v4h-7z'/%3E%3Ccircle cx='5' cy='18' r='1.6'/%3E%3Ccircle cx='18' cy='18' r='1.6'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-building{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='1'/%3E%3Cpath d='M9 7h2M13 7h2M9 11h2M13 11h2M9 15h2M13 15h2'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-tree{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l5 8H7z'/%3E%3Cpath d='M12 7l6 9H6z'/%3E%3Cline x1='12' y1='16' x2='12' y2='21'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-shield{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v6c0 4-3 7-7 9-4-2-7-5-7-9V6z'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-star{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15 9 22 9 16 14 18 21 12 17 6 21 8 14 2 9 9 9'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-heart{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-7-4.5-7-10a4 4 0 0 1 7-2.6A4 4 0 0 1 19 11c0 5.5-7 10-7 10z'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-cap{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 8l10-4 10 4-10 4z'/%3E%3Cpath d='M6 10v5c0 1.2 3 2 6 2s6-.8 6-2v-5'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-users{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Cpath d='M3 20c0-3.3 3-5 6-5s6 1.7 6 5'/%3E%3Cpath d='M16 6a3 3 0 0 1 0 6'/%3E%3Cpath d='M18.5 20c0-2.2-1-3.7-3-4.4'/%3E%3C/svg%3E") center/22px no-repeat;}
.rad-ic-tag{background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12V4h8l9 9-8 8z'/%3E%3Ccircle cx='7.5' cy='7.5' r='1.3'/%3E%3C/svg%3E") center/22px no-repeat;}

/* v1.4.2 — city-page checklist + numbered steps (migrated content) */
.rad-check{list-style:none;margin:1.25rem 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.55rem 1.25rem}
@media(max-width:600px){.rad-check{grid-template-columns:1fr}}
.rad-check li{position:relative;padding-left:1.9rem;line-height:1.5;color:var(--wp--preset--color--slate,#5B5F69)}
.rad-check li::before{content:"";position:absolute;left:0;top:.05em;width:1.3rem;height:1.3rem;border-radius:50%;background:#FDE7E9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED3741' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4 10-11'/%3E%3C/svg%3E") center/.8rem no-repeat}
.rad-steps{list-style:none;counter-reset:radstep;margin:1.5rem 0;padding:0;display:grid;gap:.85rem}
.rad-steps li{counter-increment:radstep;position:relative;padding:.35rem 0 .35rem 3.25rem;min-height:2.25rem;display:flex;align-items:center;line-height:1.45;font-weight:600}
.rad-steps li::before{content:counter(radstep);position:absolute;left:0;top:0;width:2.25rem;height:2.25rem;border-radius:50%;background:var(--wp--preset--color--primary,#ED3741);color:#fff;font-weight:800;font-size:1.05rem;display:flex;align-items:center;justify-content:center}

/* v1.4.3 — tables + definition lists (preserved from migrated service pages) */
.wp-block-group table,.entry-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}
.wp-block-group table th,.wp-block-group table td,.entry-content table th,.entry-content table td{border:1px solid var(--wp--preset--color--line,#E7E8EC);padding:.6rem .85rem;text-align:left;vertical-align:top;line-height:1.5}
.wp-block-group table th,.entry-content table th{background:var(--wp--preset--color--soft-gray,#F5F6F8);font-weight:700;color:var(--wp--preset--color--charcoal,#1F2126)}
.wp-block-group dl,.entry-content dl{margin:1.25rem 0}
.wp-block-group dt,.entry-content dt{font-weight:700;margin-top:1rem;color:var(--wp--preset--color--charcoal,#1F2126)}
.wp-block-group dd,.entry-content dd{margin:.25rem 0 .5rem;color:var(--wp--preset--color--slate,#5B5F69)}

/* ================= BLOG / POST LISTINGS ================= */
.rad-posts .wp-block-post-template{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;}
@media(max-width:900px){.rad-posts .wp-block-post-template{grid-template-columns:repeat(2,1fr);}}
@media(max-width:560px){.rad-posts .wp-block-post-template{grid-template-columns:1fr;}}
.rad-posts .wp-block-post-template > li{display:flex;flex-direction:column;background:#fff;border:1px solid var(--wp--preset--color--line,#E7E8EC);border-radius:16px;overflow:hidden;box-shadow:0 1px 2px rgba(31,33,38,.05);transition:border-color .15s,box-shadow .15s,transform .15s;}
.rad-posts .wp-block-post-template > li:hover{border-color:var(--wp--preset--color--primary,#ED3741);box-shadow:0 14px 30px rgba(31,33,38,.10);transform:translateY(-2px);}
.rad-posts .wp-block-post-featured-image{margin:0;}
.rad-posts .wp-block-post-featured-image img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;}
.rad-posts .wp-block-post-featured-image.is-placeholder{aspect-ratio:16/10;background:linear-gradient(120deg,#FDE7E9,#F5F6F8);}
.rad-posts .wp-block-post-title{font-family:var(--wp--preset--font-family--heading,'Plus Jakarta Sans',sans-serif);font-size:1.2rem;line-height:1.3;margin:1.1rem 1.25rem .35rem;}
.rad-posts .wp-block-post-title a{color:var(--wp--preset--color--charcoal,#1F2126);text-decoration:none;}
.rad-posts .wp-block-post-title a:hover{color:var(--wp--preset--color--primary,#ED3741);}
.rad-posts .wp-block-post-date{margin:0 1.25rem;font-size:.82rem;color:var(--wp--preset--color--slate,#5B5F69);text-transform:uppercase;letter-spacing:.03em;}
.rad-posts .wp-block-post-excerpt{margin:.6rem 1.25rem 0;color:var(--wp--preset--color--slate,#5B5F69);line-height:1.6;font-size:.95rem;}
.rad-posts .wp-block-post-excerpt__more-text{margin:.85rem 1.25rem 1.4rem;}
.rad-posts .wp-block-post-excerpt__more-text a,.rad-posts .wp-block-read-more{display:inline-block;margin:.85rem 1.25rem 1.4rem;color:var(--wp--preset--color--primary,#ED3741);font-weight:700;text-decoration:none;font-family:var(--wp--preset--font-family--heading,'Plus Jakarta Sans',sans-serif);}
.rad-posts .wp-block-post-excerpt__more-text a:hover,.rad-posts .wp-block-read-more:hover{text-decoration:underline;}
.rad-posts .wp-block-post-excerpt{margin-bottom:auto;}
.wp-block-query-pagination{margin-top:3rem;gap:.5rem;}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers{padding:.4rem .8rem;border:1px solid var(--wp--preset--color--line,#E7E8EC);border-radius:8px;text-decoration:none;color:var(--wp--preset--color--charcoal,#1F2126);}
.wp-block-query-pagination .page-numbers.current{background:var(--wp--preset--color--primary,#ED3741);color:#fff;border-color:var(--wp--preset--color--primary,#ED3741);}
.wp-block-query-pagination a:hover{border-color:var(--wp--preset--color--primary,#ED3741);color:var(--wp--preset--color--primary,#ED3741);}

/* clickable city chips */
.rad-citychips{display:flex;flex-wrap:wrap;gap:0.6rem;margin-top:1rem;}
a.rad-chip{display:inline-block;text-decoration:none;cursor:pointer;transition:border-color .15s,color .15s,box-shadow .15s,transform .15s;}
a.rad-chip:hover{border-color:var(--wp--preset--color--primary,#ED3741)!important;color:var(--wp--preset--color--primary,#ED3741)!important;box-shadow:0 6px 16px rgba(31,33,38,.08);transform:translateY(-1px);}

/* ============ QUOTE / CF7 FORMS ============ */
.rad-quoteform{background:#fff;border:1px solid var(--wp--preset--color--line,#E7E8EC);border-radius:16px;padding:2rem;box-shadow:0 1px 2px rgba(31,33,38,.05);max-width:640px;margin:0 auto;}
.wpcf7-form p{margin:0 0 1rem;}
.wpcf7-form label{display:block;font-family:var(--wp--preset--font-family--heading,'Plus Jakarta Sans',sans-serif);font-weight:600;font-size:.95rem;color:var(--wp--preset--color--charcoal,#1F2126);margin-bottom:.3rem;}
.wpcf7-form input[type=text],.wpcf7-form input[type=email],.wpcf7-form input[type=tel],.wpcf7-form input[type=url],.wpcf7-form input[type=number],.wpcf7-form textarea,.wpcf7-form select{width:100%;padding:.8rem 1rem;border:1px solid var(--wp--preset--color--line,#E7E8EC);border-radius:10px;font-family:'Public Sans',system-ui,sans-serif;font-size:1rem;background:#fff;color:var(--wp--preset--color--charcoal,#1F2126);box-sizing:border-box;}
.wpcf7-form input:focus,.wpcf7-form textarea:focus,.wpcf7-form select:focus{outline:none;border-color:var(--wp--preset--color--primary,#ED3741);box-shadow:0 0 0 3px rgba(237,55,65,.15);}
.wpcf7-form textarea{min-height:130px;resize:vertical;}
.wpcf7-form .wpcf7-submit{background:var(--wp--preset--color--primary,#ED3741);color:#fff;border:none;border-radius:999px;padding:.9rem 2.2rem;font-family:var(--wp--preset--font-family--heading,'Plus Jakarta Sans',sans-serif);font-weight:700;font-size:1rem;cursor:pointer;transition:background .15s,transform .15s,box-shadow .15s;}
.wpcf7-form .wpcf7-submit:hover{background:var(--wp--preset--color--red-dark,#C01E27);transform:translateY(-1px);box-shadow:0 8px 20px rgba(237,55,65,.25);}
.wpcf7-form .wpcf7-spinner{margin:.5rem auto 0;display:block;}
.wpcf7 .wpcf7-response-output{border-radius:10px;margin:1rem 0 0;padding:.75rem 1rem;font-size:.95rem;}

/* ============ MOTION: scroll reveal (JS-guarded, reduced-motion safe) ============ */
.rad-js .rad-reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform;}
.rad-js .rad-reveal.is-visible{opacity:1;transform:none;}
@media (prefers-reduced-motion: reduce){
  .rad-js .rad-reveal{opacity:1!important;transform:none!important;transition:none!important;}
}

/* ============ TWO-COLUMN FORM ROWS ============ */
.rad-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start;}
.rad-form-row > p{margin-bottom:1rem;}
@media (max-width:560px){.rad-form-row{grid-template-columns:1fr;gap:0;}}
