/*
Theme Name: AI Studio Japan LP
Theme URI: https://aistudio-japan.co.jp/
Author: RENCOUNT
Author URI: https://rencount.co.jp/
Description: AIスタジオジャパン ランディングページ用テーマ。Figmaデザインから実装。TOPページのLPに加え、プライバシーポリシー・お問い合わせ(Contact Form 7)・サンクスの固定ページを同デザインで提供します。
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ai-studio-japan-lp
*/

/* ==========================================================================
   AI Studio Japan LP  —  Figma実装スタイルシート
   Fonts: Noto Sans JP (本文) / Shippori Mincho (見出し) / Playfair Display (数字)
   ========================================================================== */

.ai-lp {
	--navy:      #000710;
	--ink:       #12171a;
	--gold:      #dbb155;
	--white:     #ffffff;
	--muted:     #5b6670;
	--border:    #d8dfe4;
	--soft:      #eff6ff;
	--soft-2:    #f6f9fc;
	--radius:    16px;
	--radius-sm: 12px;
	--container: 1232px;
	--gutter:    24px;
	--shadow-card: 0 20px 25px -5px rgba(0,0,0,.10), 0 8px 10px -6px rgba(0,0,0,.10);

	margin: 0;
	color: var(--ink);
	background: var(--white);
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.ai-lp *,
.ai-lp *::before,
.ai-lp *::after { box-sizing: border-box; }

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

.ai-lp__main { overflow-x: clip; }

.lp-container {
	width: 100%;
	max-width: calc(var(--container) + var(--gutter) * 2);
	margin: 0 auto;
	padding-inline: var(--gutter);
}

/* ---- Shared typography ---------------------------------------------------- */
.lp-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 18px;
}
.lp-eyebrow--gold { color: var(--gold); }

.lp-h2 {
	font-family: "Shippori Mincho", serif;
	font-weight: 800;
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.32;
	letter-spacing: .01em;
	color: var(--navy);
	margin: 0;
}
.lp-h2--light { color: var(--white); }

.lp-section-lead {
	margin: 22px 0 0;
	font-size: 15px;
	line-height: 1.9;
	color: var(--muted);
}
.lp-section-lead--light { color: rgba(255,255,255,.62); }

.lp-section-head { margin-bottom: 56px; }
.lp-section-head--center { text-align: center; max-width: 768px; margin-inline: auto; }
.lp-section-head--center .lp-section-lead { margin-inline: auto; }

/* ---- Icons ---------------------------------------------------------------- */
.lp-icon { width: 1em; height: 1em; display: inline-block; vertical-align: middle; flex: none; }

/* ---- Buttons -------------------------------------------------------------- */
.lp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 48px;
	padding: 0 22px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}
.lp-btn .lp-icon { width: 16px; height: 16px; }
.lp-btn--primary {
	background: var(--navy);
	color: var(--white);
	box-shadow: 0 10px 20px -8px rgba(0,7,16,.55);
}
.lp-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 26px -10px rgba(0,7,16,.6); }
.lp-btn--ghost {
	background: transparent;
	color: var(--navy);
	border: 1px solid var(--border);
}
.lp-btn--ghost:hover { background: var(--soft); border-color: #c4d0da; }
.lp-btn--gold {
	background: var(--gold);
	color: var(--navy);
	box-shadow: 0 12px 24px -10px rgba(219,177,85,.7);
}
.lp-btn--gold:hover { transform: translateY(-2px); background: #e4bf6b; }
.lp-btn--block { width: 100%; height: 50px; }

/* ---- Badge ---------------------------------------------------------------- */
.lp-badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	height: 30px;
	padding: 0 14px;
	border: 1px solid rgba(219,177,85,.45);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	color: var(--ink);
	background: rgba(219,177,85,.06);
}
.lp-badge__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

/* ==========================================================================
   HERO
   ========================================================================== */
.lp-hero {
	position: relative;
	padding: 64px 0 104px;
	background:
		radial-gradient(120% 120% at 100% 0%, var(--soft) 0%, rgba(239,246,255,0) 46%),
		var(--white);
	overflow: hidden;
}
.lp-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}
.lp-hero__title {
	margin: 26px 0 0;
	font-family: "Shippori Mincho", serif;
	font-weight: 800;
	color: var(--navy);
	letter-spacing: -.01em;
}
.lp-hero__title-sm { display: block; font-size: clamp(22px, 2.4vw, 28px); line-height: 1.4; }
.lp-hero__title-lg { display: block; font-size: clamp(40px, 5vw, 60px); line-height: 1.22; }

.lp-hero__lead {
	margin: 26px 0 0;
	max-width: 576px;
	font-size: 15px;
	line-height: 1.95;
	color: var(--muted);
}
.lp-hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }

.lp-hero__features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	list-style: none;
	margin: 40px 0 0;
	padding: 32px 0 0;
	border-top: 1px solid var(--border);
}
.lp-feature { display: flex; align-items: center; gap: 12px; }
.lp-feature__icon {
	width: 36px; height: 36px; flex: none;
	display: grid; place-items: center;
	border-radius: 9px;
	background: rgba(219,177,85,.12);
	color: var(--gold);
}
.lp-feature__icon .lp-icon { width: 20px; height: 20px; }
.lp-feature__text { display: flex; flex-direction: column; line-height: 1.35; }
.lp-feature__text strong { font-size: 14px; font-weight: 700; color: var(--ink); }
.lp-feature__text span { font-size: 12px; color: var(--muted); }

/* hero media */
.lp-hero__media { position: relative; }
.lp-hero__image {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--border);
	box-shadow: var(--shadow-card);
	aspect-ratio: 485 / 364;
}
.lp-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.lp-hero__deco-square {
	position: absolute; top: -28px; left: -28px;
	width: 96px; height: 96px; border-radius: 18px;
	border: 2px solid rgba(219,177,85,.5);
	z-index: 0;
}
.lp-hero__deco-glow {
	position: absolute; right: -60px; bottom: -60px;
	width: 192px; height: 192px; border-radius: 50%;
	background: radial-gradient(circle, rgba(43,127,255,.28), rgba(43,127,255,0) 70%);
	filter: blur(8px); z-index: 0;
}

/* ==========================================================================
   PROBLEM
   ========================================================================== */
.lp-problem { padding: 96px 0; background: var(--white); }
.lp-problem__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.lp-pcard {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-card);
	padding: 32px;
}
.lp-pcard__icon {
	width: 48px; height: 48px;
	display: grid; place-items: center;
	border-radius: 12px;
	background: var(--soft);
	color: var(--navy);
	margin-bottom: 28px;
}
.lp-pcard__icon .lp-icon { width: 26px; height: 26px; }
.lp-pcard__title { margin: 0 0 12px; font-size: 18px; font-weight: 700; line-height: 1.45; color: var(--ink); }
.lp-pcard__text { margin: 0; font-size: 14px; line-height: 1.7; color: var(--muted); }

/* ==========================================================================
   SOLUTION (dark)
   ========================================================================== */
.lp-dark { background: var(--navy); color: var(--white); }

.lp-solution {
	position: relative;
	padding: 96px 0;
	overflow: hidden;
}
.lp-solution__glow {
	position: absolute; left: 18%; top: 5%;
	width: 500px; height: 500px; border-radius: 50%;
	background: radial-gradient(circle, rgba(43,127,255,.22), rgba(43,127,255,0) 68%);
	filter: blur(20px); pointer-events: none;
}
.lp-solution__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
	gap: 48px;
	align-items: center;
}
.lp-rings {
	border-radius: var(--radius);
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: linear-gradient(135deg, #f4f6fb, #dfe6f2);
	box-shadow: 0 30px 60px -20px rgba(0,0,0,.6);
}
.lp-rings img { width: 100%; height: 100%; object-fit: cover; }

.lp-solution__labels {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	list-style: none;
	margin: 40px 0 0;
	padding: 28px 0 0;
	border-top: 1px solid rgba(255,255,255,.12);
}
.lp-label__title {
	display: flex; align-items: center; gap: 6px;
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: 20px;
	color: var(--gold);
}
.lp-label__title .lp-icon { width: 16px; height: 16px; }
.lp-label__sub { display: block; margin-top: 8px; font-size: 13px; color: rgba(255,255,255,.6); }

/* ==========================================================================
   SERVICE
   ========================================================================== */
.lp-service { padding: 96px 0; background: var(--soft-2); }
.lp-service__list { display: flex; flex-direction: column; gap: 48px; }
.lp-scard {
	display: grid;
	grid-template-columns: minmax(0, 513px) minmax(0, 1fr);
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-card);
	overflow: hidden;
	min-height: 384px;
}
.lp-scard--reverse { grid-template-columns: minmax(0, 1fr) minmax(0, 513px); }
.lp-scard--reverse .lp-scard__media { order: 2; }
.lp-scard--reverse .lp-scard__body { order: 1; }
.lp-scard__media { position: relative; }
.lp-scard__media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.lp-scard__body { padding: 48px; align-self: center; }
.lp-scard__num {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 1;
	color: var(--gold);
}
.lp-scard__title { margin: 22px 0 0; font-size: 24px; font-weight: 700; color: var(--ink); }
.lp-scard__text { margin: 16px 0 0; font-size: 15px; line-height: 1.85; color: var(--muted); }

.lp-tags { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 24px 0 0; padding: 0; }
.lp-tags li {
	font-size: 12px;
	font-weight: 500;
	color: #46505a;
	padding: 5px 12px;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: var(--soft);
}

/* ==========================================================================
   WHY CHOOSE US
   ========================================================================== */
.lp-why { padding: 96px 0; background: var(--white); }
.lp-why__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	align-items: start;
}
.lp-wcard {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-card);
	padding: 32px;
}
.lp-wcard__num {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	color: var(--gold);
}
.lp-wcard__title { margin: 18px 0 0; font-size: 19px; font-weight: 700; line-height: 1.5; color: var(--ink); }
.lp-wcard__text {
	margin: 18px 0 0;
	padding-top: 18px;
	border-top: 1px solid var(--border);
	font-size: 14px; line-height: 1.85; color: var(--muted);
}

/* ==========================================================================
   COMPANY
   ========================================================================== */
.lp-company { padding: 96px 0; background: var(--white); }
.lp-company__grid {
	display: grid;
	grid-template-columns: minmax(0, 476px) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}
.lp-company__intro .lp-h2 { line-height: 1.5; }
.lp-company__map {
	border: 1px solid rgba(216,223,228,.6);
	border-radius: var(--radius);
	box-shadow: var(--shadow-card);
	padding: 17px;
	background: var(--white);
}
.lp-company__map img { width: 100%; border-radius: 6px; }

.lp-info {
	width: 100%;
	margin-top: 32px;
	border: 1px solid rgba(216,223,228,.6);
	border-radius: var(--radius);
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	font-size: 14px;
}
.lp-info th, .lp-info td { padding: 16px 24px; text-align: left; vertical-align: middle; border-bottom: 1px solid var(--border); }
.lp-info tr:last-child th, .lp-info tr:last-child td { border-bottom: 0; }
.lp-info th { width: 96px; font-weight: 700; color: var(--ink); background: #fafbfc; border-right: 1px solid rgba(216,223,228,.6); }
.lp-info td { color: var(--ink); font-weight: 400; word-break: break-word; }

/* ==========================================================================
   CONTACT (dark)
   ========================================================================== */
.lp-contact { position: relative; padding: 96px 0; overflow: hidden; }
.lp-contact__glow {
	position: absolute; width: 384px; height: 384px; border-radius: 50%;
	background: radial-gradient(circle, rgba(43,127,255,.18), rgba(43,127,255,0) 70%);
	filter: blur(10px); pointer-events: none;
}
.lp-contact__glow--l { left: -96px; top: 30%; }
.lp-contact__glow--r { right: -96px; top: -96px; background: radial-gradient(circle, rgba(219,177,85,.16), rgba(219,177,85,0) 70%); }
.lp-contact__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 584px);
	gap: 48px;
	align-items: center;
}
.lp-contact__intro .lp-h2 { line-height: 1.4; }
.lp-contact__card {
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.1);
	border-radius: var(--radius);
	padding: 40px;
	backdrop-filter: blur(6px);
}
.lp-contact__assure {
	display: flex; align-items: center; gap: 12px;
	margin: 0; font-size: 15px; font-weight: 700; color: var(--white);
}
.lp-contact__assure .lp-icon { width: 22px; height: 22px; color: var(--gold); }
.lp-contact__note { margin: 16px 0 24px; font-size: 13px; color: rgba(255,255,255,.6); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.lp-footer { padding: 48px 0; }
.lp-footer__top {
	display: flex; align-items: center; justify-content: space-between; gap: 24px;
	padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.1);
	flex-wrap: wrap;
}
.lp-footer__brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.lp-footer__logo {
	width: 32px; height: 32px; flex: none;
	display: grid; place-items: center;
	border-radius: 8px;
	background: var(--gold); color: var(--navy);
	font-weight: 700; font-size: 14px;
}
.lp-footer__name { font-weight: 700; font-size: 18px; letter-spacing: .04em; color: var(--white); }
.lp-footer__nav { display: flex; flex-wrap: wrap; gap: 28px; }
.lp-footer__nav a { font-size: 14px; color: rgba(255,255,255,.7); text-decoration: none; transition: color .2s; }
.lp-footer__nav a:hover { color: var(--white); }
.lp-footer__bottom {
	display: flex; align-items: center; justify-content: space-between; gap: 16px;
	margin-top: 24px; flex-wrap: wrap;
	font-size: 12px; color: rgba(255,255,255,.5);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
	.lp-hero__grid { grid-template-columns: 1fr; gap: 48px; }
	.lp-hero { padding: 32px 0 80px; }
	.lp-problem__grid { grid-template-columns: repeat(2, 1fr); }
	.lp-solution__grid { grid-template-columns: 1fr; gap: 40px; }
	.lp-rings { max-width: 420px; }
	.lp-why__grid { grid-template-columns: 1fr; gap: 24px; }
	.lp-company__grid { grid-template-columns: 1fr; gap: 40px; }
	.lp-contact__grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 760px) {
	.ai-lp { --gutter: 20px; }
	.lp-hero__features { grid-template-columns: 1fr; gap: 16px; }
	.lp-hero__actions .lp-btn { flex: 1 1 auto; }
	.lp-problem__grid { grid-template-columns: 1fr; }
	.lp-solution__labels { grid-template-columns: 1fr; gap: 18px; }
	.lp-scard,
	.lp-scard--reverse { grid-template-columns: 1fr; min-height: 0; }
	.lp-scard__media { min-height: 220px; }
	.lp-scard--reverse .lp-scard__media { order: 1; }
	.lp-scard--reverse .lp-scard__body { order: 2; }
	.lp-scard__body { padding: 32px 24px; }
	.lp-section-head { margin-bottom: 40px; }
	.lp-footer__top { flex-direction: column; align-items: flex-start; }
	.lp-footer__bottom { flex-direction: column; align-items: flex-start; }
}

/* ==========================================================================
   SUB-PAGES (固定ページ: プライバシーポリシー / お問い合わせ / サンクス)
   ========================================================================== */

/* ---- Top bar ------------------------------------------------------------- */
.lp-topbar {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, .92);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid var(--border);
}
.lp-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	height: 68px;
}
.lp-topbar__brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.lp-topbar__logo {
	width: 30px; height: 30px; flex: none;
	display: grid; place-items: center;
	border-radius: 8px;
	background: var(--gold); color: var(--navy);
	font-weight: 700; font-size: 13px;
}
.lp-topbar__name { font-weight: 700; font-size: 16px; letter-spacing: .04em; color: var(--navy); }
.lp-topbar__nav { display: flex; align-items: center; gap: 26px; }
.lp-topbar__nav a { font-size: 14px; font-weight: 500; color: var(--ink); text-decoration: none; transition: color .2s; }
.lp-topbar__nav a:hover { color: var(--gold); }
.lp-topbar__cta {
	padding: 9px 18px;
	border-radius: 8px;
	background: var(--navy);
	color: var(--white) !important;
	font-weight: 700 !important;
}
.lp-topbar__cta:hover { background: #0a1422; }

/* ---- Page head band ------------------------------------------------------ */
.lp-page { padding-bottom: 96px; }
.lp-pagehead {
	padding: 72px 0 56px;
	margin-bottom: 56px;
	background:
		radial-gradient(120% 140% at 100% 0%, var(--soft) 0%, rgba(239, 246, 255, 0) 50%),
		var(--white);
	border-bottom: 1px solid var(--border);
}
.lp-pagehead--center { text-align: center; }
.lp-pagehead--center .lp-page__lead { margin-inline: auto; }
.lp-page__title {
	margin: 14px 0 0;
	font-family: "Shippori Mincho", serif;
	font-weight: 800;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.3;
	color: var(--navy);
}
.lp-page__lead {
	margin: 22px 0 0;
	max-width: 720px;
	font-size: 15px;
	line-height: 1.9;
	color: var(--muted);
}

/* ---- Prose (privacy policy / generic content) --------------------------- */
.lp-prose { max-width: 860px; margin-inline: auto; color: var(--ink); font-size: 15px; line-height: 1.95; }
.lp-prose > *:first-child { margin-top: 0; }
.lp-prose h2 {
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.5;
	color: var(--navy);
	margin: 48px 0 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--border);
}
.lp-prose h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin: 32px 0 12px; }
.lp-prose p { margin: 0 0 18px; color: #3a444e; }
.lp-prose a { color: #155dfc; text-underline-offset: 3px; }
.lp-prose ul, .lp-prose ol { margin: 0 0 18px; padding-left: 1.4em; color: #3a444e; }
.lp-prose li { margin-bottom: 8px; }
.lp-prose strong { font-weight: 700; color: var(--ink); }
.lp-prose table { width: 100%; border-collapse: collapse; margin: 0 0 24px; font-size: 14px; }
.lp-prose th, .lp-prose td { border: 1px solid var(--border); padding: 12px 16px; text-align: left; vertical-align: top; }
.lp-prose th { background: var(--soft-2); font-weight: 700; white-space: nowrap; }
.lp-prose .lp-prose__updated { color: var(--muted); font-size: 13px; }

/* ---- Contact (Contact Form 7) ------------------------------------------- */
.lp-form-card {
	max-width: 760px;
	margin: 0 auto;
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-card);
	padding: 48px;
}
.lp-form-note { max-width: 760px; margin: 18px auto 0; font-size: 13px; color: var(--muted); text-align: center; }
.lp-form-note a { color: #155dfc; }

/* CF7 generic field styling */
.wpcf7 { font-size: 15px; }
.wpcf7-form p { margin: 0 0 22px; }
.lp-form-card label,
.wpcf7-form label { display: block; font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.lp-form-card .lp-required { color: #d83a3a; font-size: 12px; margin-left: 6px; font-weight: 700; }

.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 {
	width: 100%;
	padding: 12px 14px;
	font-size: 15px;
	font-family: inherit;
	color: var(--ink);
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 10px;
	transition: border-color .2s, box-shadow .2s;
	-webkit-appearance: none;
	appearance: none;
}
.wpcf7-form textarea { min-height: 160px; resize: vertical; line-height: 1.7; }
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
	outline: none;
	border-color: var(--gold);
	box-shadow: 0 0 0 3px rgba(219, 177, 85, .18);
}
.wpcf7-form select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2312171a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 40px;
}

/* radios / checkboxes / acceptance */
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .wpcf7-radio .wpcf7-list-item,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item { display: inline-flex; align-items: center; gap: 8px; margin: 0 18px 8px 0; }
.wpcf7-form .wpcf7-acceptance label { display: inline-flex; font-weight: 400; margin: 0; color: #3a444e; }
.wpcf7-form .wpcf7-acceptance a { color: #155dfc; }

/* submit button */
.wpcf7-form .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 54px;
	margin-top: 6px;
	padding: 0 24px;
	border: 0;
	border-radius: 10px;
	background: var(--gold);
	color: var(--navy);
	font-size: 15px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	transition: transform .15s ease, background-color .2s ease;
	box-shadow: 0 12px 24px -10px rgba(219, 177, 85, .7);
}
.wpcf7-form .wpcf7-submit:hover { transform: translateY(-2px); background: #e4bf6b; }
.wpcf7-form .wpcf7-submit:disabled { opacity: .6; cursor: default; transform: none; }

/* validation + responses */
.wpcf7-form .wpcf7-not-valid-tip { color: #d83a3a; font-size: 13px; font-weight: 500; margin-top: 6px; }
.wpcf7-form .wpcf7-not-valid { border-color: #e88 !important; box-shadow: 0 0 0 3px rgba(216, 58, 58, .12) !important; }
.wpcf7 .wpcf7-response-output {
	margin: 22px 0 0 !important;
	padding: 14px 16px !important;
	border-radius: 10px;
	border-width: 1px !important;
	font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output { border-color: #e0b4b4 !important; background: #fdf2f2; color: #a33; }
.wpcf7 form.sent .wpcf7-response-output { border-color: #b7e0c0 !important; background: #f1faf3; color: #2c7a45; }
.wpcf7-spinner { margin: 0 0 0 12px; }

/* two-column rows helper (optional, used by sample form) */
.lp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.lp-form-row > p { margin-bottom: 0; }

/* ---- Thanks page --------------------------------------------------------- */
.lp-thanks {
	min-height: 64vh;
	display: flex;
	align-items: center;
	padding: 96px 0;
	background:
		radial-gradient(120% 120% at 50% 0%, var(--soft) 0%, rgba(239, 246, 255, 0) 55%),
		var(--white);
}
.lp-thanks__inner { max-width: 640px; margin-inline: auto; text-align: center; }
.lp-thanks__icon {
	width: 84px; height: 84px;
	display: grid; place-items: center;
	margin: 0 auto 28px;
	border-radius: 50%;
	background: rgba(219, 177, 85, .14);
	color: var(--gold);
}
.lp-thanks__icon svg { width: 40px; height: 40px; }
.lp-thanks__title {
	margin: 0;
	font-family: "Shippori Mincho", serif;
	font-weight: 800;
	font-size: clamp(26px, 3.4vw, 36px);
	color: var(--navy);
}
.lp-thanks__lead,
.lp-thanks__body { margin: 22px auto 0; font-size: 15px; line-height: 1.95; color: var(--muted); }
.lp-thanks__btn { margin-top: 36px; }

@media (max-width: 760px) {
	.lp-topbar__nav { gap: 14px; }
	.lp-topbar__nav a:not(.lp-topbar__cta) { display: none; }
	.lp-form-card { padding: 28px 20px; }
	.lp-form-row { grid-template-columns: 1fr; gap: 22px; }
	.lp-pagehead { padding: 48px 0 40px; margin-bottom: 40px; }
}
