/*
Theme Name: POL360
Theme URI: https://pol360.es
Author: POL360
Description: Tema corporativo para la academia online POL360.
Version: 1.9.6
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: pol360
*/

:root {
  --pol-navy: #0d2855;
  --pol-navy-deep: #07162f;
  --pol-blue: #0a66ff;
  --pol-sky: #2b83ff;
  --pol-green: #63d761;
  --pol-green-bright: #79e477;
  --pol-paper: #fbf9f8;
  --pol-white: #fff;
  --pol-text: #0d2855;
  --pol-muted: #60708b;
  --pol-border: rgba(13, 40, 85, .12);
  --pol-radius: 26px;
  --pol-shadow: 0 24px 70px rgba(7, 22, 47, .12);
  --pol-max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--pol-text);
  background: var(--pol-paper);
  font-family: Montserrat, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.pol-container { width: min(calc(100% - 40px), var(--pol-max)); margin-inline: auto; }
.pol-section { padding: 100px 0; }
.pol-section--white { background: #fff; }
.pol-section--navy { color: #fff; background: var(--pol-navy-deep); }
.pol-eyebrow { margin: 0 0 18px; color: var(--pol-blue); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.pol-eyebrow--green { color: var(--pol-green); }
.pol-title { margin: 0; max-width: 850px; font-size: clamp(38px, 6vw, 72px); line-height: .98; letter-spacing: -.055em; font-weight: 900; }
.pol-title span { color: var(--pol-blue); }
.pol-lead { max-width: 730px; margin: 26px 0 0; color: var(--pol-muted); font-size: 18px; line-height: 1.75; }
.pol-section--navy .pol-lead { color: rgba(255,255,255,.66); }
.pol-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 14px 26px; border: 0; border-radius: 999px; font-weight: 850; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.pol-button:hover { transform: translateY(-2px); }
.pol-button--green { color: var(--pol-navy-deep); background: var(--pol-green); box-shadow: 0 12px 35px rgba(99,215,97,.2); }
.pol-button--green:hover { background: var(--pol-green-bright); }
.pol-button--blue { color: #fff; background: var(--pol-blue); box-shadow: 0 12px 35px rgba(10,102,255,.25); }
.pol-button--outline { color: #fff; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.04); }
.pol-button--outline-dark { color: var(--pol-navy); border: 1px solid var(--pol-border); background: #fff; }

.pol-header { position: sticky; z-index: 50; top: 0; color: #fff; background: rgba(7,22,47,.96); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.pol-header__inner { display: flex; height: 80px; align-items: center; justify-content: space-between; gap: 24px; }
.pol-logo img { display: block; width: auto; height: 50px; }
.pol-nav { display: flex; align-items: center; gap: 30px; }
.pol-nav ul { display: flex; align-items: center; gap: 26px; padding: 0; margin: 0; list-style: none; }
.pol-nav a { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 750; }
.pol-nav a:hover, .pol-nav .current-menu-item > a { color: #fff; }
.pol-header__actions { display: flex; align-items: center; gap: 10px; }
.pol-menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: transparent; }
.pol-menu-toggle span, .pol-menu-toggle::before, .pol-menu-toggle::after { display: block; width: 19px; height: 2px; margin: 4px auto; content: ""; background: currentColor; }
.pol-checker { height: 8px; background-color: #fff; background-image: linear-gradient(45deg,#0a66ff 25%,transparent 25%),linear-gradient(-45deg,#0a66ff 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#0a66ff 75%),linear-gradient(-45deg,transparent 75%,#0a66ff 75%); background-position: 0 0,0 11px,11px -11px,-11px 0; background-size: 22px 22px; }

.pol-hero { position: relative; overflow: hidden; padding: 82px 0 105px; color: #fff; background: var(--pol-navy-deep); }
.pol-hero::before { position: absolute; inset: 0; content: ""; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(#000 10%,transparent 92%); }
.pol-hero::after { position: absolute; width: 500px; height: 500px; top: -160px; right: -180px; content: ""; border-radius: 50%; background: rgba(99,215,97,.12); filter: blur(70px); }
.pol-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.pol-pill { display: inline-flex; align-items: center; padding: 10px 16px; border: 1px solid rgba(99,215,97,.28); border-radius: 999px; color: var(--pol-green); background: rgba(99,215,97,.09); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pol-hero h1 { max-width: 790px; margin: 28px 0 0; font-size: clamp(46px,6.3vw,88px); line-height: .9; letter-spacing: -.065em; font-weight: 950; }
.pol-hero h1 span { color: var(--pol-green); }
.pol-hero__copy { max-width: 640px; margin: 28px 0 0; color: rgba(255,255,255,.67); font-size: clamp(17px,2vw,20px); line-height: 1.65; }
.pol-hero__buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.pol-benefits { display: flex; flex-wrap: wrap; gap: 14px 25px; padding: 0; margin: 27px 0 0; color: rgba(255,255,255,.66); list-style: none; font-size: 13px; font-weight: 650; }
.pol-benefits li::before { margin-right: 8px; color: var(--pol-green); content: "✓"; font-weight: 900; }
.pol-hero__media { position: relative; }
.pol-hero__media::before { position: absolute; inset: -16px; content: ""; border: 1px solid rgba(99,215,97,.35); border-radius: 34px; transform: rotate(2deg); }
.pol-hero__media img { position: relative; display: block; width: 100%; min-height: 600px; object-fit: cover; object-position: 44% center; border: 1px solid rgba(255,255,255,.14); border-radius: 29px; box-shadow: 0 32px 90px rgba(0,0,0,.35); }
.pol-hero__caption { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; padding: 80px 26px 24px; border-radius: 0 0 24px 24px; background: linear-gradient(transparent,rgba(7,22,47,.9)); font-weight: 900; }
.pol-strip { padding: 19px 0; color: var(--pol-navy-deep); background: var(--pol-green); }
.pol-strip__inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 42px; font-size: 13px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }

.pol-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 50px; }
.pol-card { padding: 34px; border: 1px solid var(--pol-border); border-radius: var(--pol-radius); background: #fff; box-shadow: 0 12px 35px rgba(13,40,85,.04); }
.pol-card__number { color: var(--pol-blue); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.pol-card h3 { margin: 42px 0 12px; font-size: 27px; letter-spacing: -.035em; }
.pol-card p { margin: 0; color: var(--pol-muted); line-height: 1.7; }
.pol-feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; margin-top: 22px; }
.pol-feature-media { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--pol-radius); background: var(--pol-navy); }
.pol-feature-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.pol-feature-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(transparent 35%,rgba(7,22,47,.93)); }
.pol-feature-media__copy { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 38px; color: #fff; }
.pol-feature-media__copy h3 { margin: 6px 0 8px; font-size: 34px; }
.pol-stat-stack { display: grid; gap: 22px; }
.pol-stat { display: flex; min-height: 150px; flex-direction: column; justify-content: end; padding: 30px; border-radius: var(--pol-radius); color: #fff; background: var(--pol-blue); }
.pol-stat:nth-child(2) { color: var(--pol-navy); background: var(--pol-green); }
.pol-stat strong { font-size: 38px; letter-spacing: -.04em; }
.pol-stat span { margin-top: 5px; font-size: 14px; font-weight: 700; opacity: .7; }
.pol-pillars { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 48px; }
.pol-pillar { min-height: 245px; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.05); }
.pol-pillar b { display: block; color: var(--pol-green); font-size: 13px; }
.pol-pillar h3 { margin: 45px 0 12px; font-size: 22px; }
.pol-pillar p { margin: 0; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.65; }

.pol-pricing { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; }
.pol-price-card { position: relative; overflow: hidden; padding: 42px; border-radius: 32px; color: #fff; background: var(--pol-navy-deep); box-shadow: var(--pol-shadow); }
.pol-price-card::after { position: absolute; width: 260px; height: 260px; right: -90px; bottom: -120px; content: ""; border-radius: 50%; background: rgba(99,215,97,.16); filter: blur(20px); }
.pol-price { display: flex; align-items: flex-start; margin: 24px 0; }
.pol-price strong { font-size: 76px; line-height: .9; letter-spacing: -.06em; }
.pol-price span { margin: 8px 0 0 8px; color: rgba(255,255,255,.55); font-weight: 700; }
.pol-check-list { padding: 0; margin: 30px 0; list-style: none; }
.pol-check-list li { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.72); }
.pol-check-list li::before { margin-right: 10px; color: var(--pol-green); content: "✓"; }
.pol-faq { max-width: 900px; margin: 48px auto 0; }
.pol-faq details { padding: 24px 0; border-bottom: 1px solid var(--pol-border); }
.pol-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 18px; font-weight: 850; list-style: none; }
.pol-faq summary::after { color: var(--pol-blue); content: "+"; font-size: 26px; }
.pol-faq details[open] summary::after { content: "−"; }
.pol-faq p { max-width: 760px; color: var(--pol-muted); line-height: 1.7; }
.pol-cta { position: relative; overflow: hidden; padding: 64px; border-radius: 34px; color: #fff; background: var(--pol-blue); }
.pol-cta h2 { max-width: 780px; margin: 0; font-size: clamp(34px,5vw,58px); line-height: 1; letter-spacing: -.05em; }
.pol-cta p { max-width: 620px; color: rgba(255,255,255,.7); line-height: 1.7; }

.pol-page-hero { padding: 78px 0; color: #fff; background: var(--pol-navy-deep); }
.pol-page-hero h1 { max-width: 900px; margin: 12px 0 0; font-size: clamp(42px,7vw,76px); line-height: .95; letter-spacing: -.055em; }
.pol-content { max-width: 900px; min-height: 380px; padding: 80px 0 110px; }
.pol-content h2 { margin: 52px 0 18px; font-size: 36px; letter-spacing: -.04em; }
.pol-content h2:first-child { margin-top: 0; }
.pol-content h3 { margin-top: 32px; }
.pol-content p, .pol-content li { color: var(--pol-muted); font-size: 17px; line-height: 1.75; }
.pol-content .wp-block-button__link { display: inline-flex; padding: 15px 25px; border-radius: 999px; color: #fff; background: var(--pol-blue); font-weight: 800; }
.pol-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.pol-footer { padding: 68px 0 30px; color: #fff; background: var(--pol-navy-deep); }
.pol-footer__grid { display: grid; grid-template-columns: 1.2fr repeat(3,.7fr); gap: 50px; }
.pol-footer img { height: 55px; width: auto; }
.pol-footer h3 { margin: 0 0 16px; color: var(--pol-green); font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.pol-footer ul { padding: 0; margin: 0; list-style: none; }
.pol-footer li { margin: 10px 0; }
.pol-footer a, .pol-footer p { color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.65; }
.pol-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: 12px; }

@media (max-width: 1020px) {
  .pol-nav { position: fixed; inset: 80px 0 auto; display: none; padding: 28px 20px 40px; background: var(--pol-navy-deep); border-top: 1px solid rgba(255,255,255,.1); }
  .menu-open .pol-nav { display: block; }
  .pol-nav ul { align-items: stretch; flex-direction: column; }
  .pol-nav a { display: block; padding: 8px; font-size: 17px; }
  .pol-menu-toggle { display: block; }
  .pol-header__actions .pol-button--outline { display: none; }
  .pol-hero__grid, .pol-pricing { grid-template-columns: 1fr; }
  .pol-hero__media { max-width: 680px; }
  .pol-hero__media img { min-height: 520px; }
  .pol-pillars { grid-template-columns: repeat(2,1fr); }
  .pol-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .pol-container { width: min(calc(100% - 28px), var(--pol-max)); }
  .pol-section { padding: 74px 0; }
  .pol-header__inner { height: 70px; }
  .pol-logo img { height: 42px; }
  .pol-header__actions > .pol-button--green { display: none; }
  .pol-hero { padding: 58px 0 78px; }
  .pol-hero__grid { gap: 46px; }
  .pol-hero h1 { font-size: clamp(42px,14vw,64px); }
  .pol-hero__media img { min-height: 460px; }
  .pol-cards, .pol-feature-grid, .pol-pillars, .pol-contact-grid { grid-template-columns: 1fr; }
  .pol-feature-media { min-height: 450px; }
  .pol-cta { padding: 38px 25px; }
  .pol-price-card { padding: 32px 25px; }
  .pol-price strong { font-size: 62px; }
  .pol-footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .pol-footer__bottom { flex-direction: column; }
}

/* 1.4 · Single-screen commercial landing and live WooCommerce pricing. */
.home .pol-footer{display:none}
.pol-one-screen{position:relative;display:flex;min-height:calc(100vh - 88px);overflow:hidden;color:#fff;background:radial-gradient(circle at 82% 12%,rgba(41,225,140,.16),transparent 27%),radial-gradient(circle at 8% 94%,rgba(10,102,255,.18),transparent 31%),#061630}
.pol-one-screen::before{position:absolute;inset:0;content:"";opacity:.17;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(90deg,#000,transparent 72%)}
.pol-one-screen__layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(460px,.94fr);align-items:center;gap:clamp(34px,4.5vw,76px);padding-top:clamp(30px,5vh,64px);padding-bottom:clamp(30px,5vh,64px)}
.pol-one-screen__copy{align-self:center}
.pol-one-screen__eyebrow{margin:0;color:var(--pol-green);font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.pol-one-screen h1{max-width:770px;margin:18px 0 0;font-size:clamp(54px,6.2vw,94px);font-weight:950;line-height:.9;letter-spacing:-.065em}
.pol-one-screen h1 span{display:block;color:var(--pol-green)}
.pol-one-screen__lead{max-width:670px;margin:24px 0 0;color:rgba(255,255,255,.72);font-size:clamp(17px,1.35vw,21px);line-height:1.55}
.pol-one-screen__actions{display:flex;align-items:center;gap:18px;margin-top:28px}.pol-one-screen__actions>.pol-button{min-height:54px;padding:15px 24px}.pol-one-screen__actions>span{color:rgba(255,255,255,.56);font-size:12px;font-weight:700}
.pol-one-screen__benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:30px 0 0;padding:0;list-style:none}
.pol-one-screen__benefits li{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:13px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(255,255,255,.055);backdrop-filter:blur(10px)}
.pol-one-screen__benefits li>b{display:grid;width:32px;height:32px;place-items:center;border-radius:9px;color:#061630;background:var(--pol-green);font-size:10px}.pol-one-screen__benefits li>span{color:rgba(255,255,255,.58);font-size:11px;line-height:1.3}.pol-one-screen__benefits strong{display:block;margin-bottom:2px;color:#fff;font-size:12px}
.pol-one-screen__visual{position:relative;align-self:stretch;display:flex;min-height:510px;align-items:center}
.pol-one-screen__visual figure{position:absolute;inset:0 0 0 56px;overflow:hidden;margin:0;border:1px solid rgba(255,255,255,.17);border-radius:28px;box-shadow:0 34px 90px rgba(0,0,0,.42)}
.pol-one-screen__visual figure::after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,transparent 45%,rgba(4,17,45,.93))}
.pol-one-screen__visual figure img{display:block;width:100%;height:100%;object-fit:cover;object-position:44% center}
.pol-one-screen__visual figcaption{position:absolute;z-index:2;right:25px;bottom:25px;left:180px;display:grid;gap:5px}.pol-one-screen__visual figcaption small{color:var(--pol-green);font-size:10px;font-weight:900;letter-spacing:.12em}.pol-one-screen__visual figcaption strong{font-size:18px;line-height:1.25}
.pol-one-screen__price{position:relative;z-index:3;width:min(330px,67%);margin-left:0;padding:22px;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:rgba(7,22,47,.9);box-shadow:0 22px 55px rgba(0,0,0,.35);backdrop-filter:blur(18px)}
.pol-one-screen__price>div{display:grid;grid-template-columns:1fr auto;align-items:end;gap:3px 8px}.pol-one-screen__price>div>span:first-child{grid-column:1/-1;color:var(--pol-green);font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.pol-one-screen__price>div>small{padding-bottom:5px;color:rgba(255,255,255,.55);font-size:11px}
.pol360-global-price{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.pol360-global-price strong{color:#fff;font-size:37px;line-height:1;font-weight:950;letter-spacing:-.05em}.pol360-global-price del{color:rgba(255,255,255,.57);font-size:16px;font-weight:800}.pol360-global-price .pol360-offer-label{padding:4px 7px;border-radius:99px;color:#06213e;background:#ffd74c;font-size:9px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.pol360-global-price .woocommerce-Price-amount{color:inherit}.pol360-global-price .screen-reader-text{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.pol-one-screen__price>p{margin:13px 0;color:rgba(255,255,255,.62);font-size:11px;line-height:1.5}.pol-one-screen__price>a{display:flex;align-items:center;justify-content:space-between;padding:11px 13px;border-radius:9px;color:#061630;background:var(--pol-green);font-size:12px;font-weight:900}.pol-one-screen__price>small{display:block;margin-top:10px;color:rgba(255,255,255,.43);font-size:9px;line-height:1.45}
@media (min-width:1021px) and (max-height:800px){.pol-one-screen__layout{padding-top:24px;padding-bottom:24px}.pol-one-screen h1{font-size:clamp(50px,5.4vw,76px)}.pol-one-screen__lead{margin-top:17px}.pol-one-screen__actions{margin-top:19px}.pol-one-screen__benefits{margin-top:20px}.pol-one-screen__visual{min-height:430px}}
@media (max-width:1020px){.pol-one-screen{min-height:auto;overflow:visible}.pol-one-screen__layout{grid-template-columns:1fr;padding-top:58px;padding-bottom:70px}.pol-one-screen__copy{max-width:800px}.pol-one-screen__visual{min-height:560px}.pol-one-screen__visual figure{left:80px}.home .pol-footer{display:block}}
@media (max-width:680px){.pol-one-screen__layout{padding-top:42px;padding-bottom:48px}.pol-one-screen h1{font-size:clamp(45px,14vw,64px)}.pol-one-screen__actions{align-items:flex-start;flex-direction:column}.pol-one-screen__benefits{grid-template-columns:1fr}.pol-one-screen__visual{min-height:510px}.pol-one-screen__visual figure{inset:0}.pol-one-screen__visual figcaption{left:24px}.pol-one-screen__price{align-self:flex-end;width:calc(100% - 28px);margin:-10px 14px 14px}.pol-one-screen__price>div{grid-template-columns:1fr auto}}

/* 1.5 · Unified public site and expanded commercial landing. */
.home .pol-footer{display:block}
.pol-header{box-shadow:0 10px 30px rgba(4,17,39,.13)}
.pol-header__inner{height:82px}
.pol-logo{flex:0 0 auto}
.pol-nav{margin-left:auto;gap:0}
.pol-nav ul{gap:clamp(15px,1.65vw,27px)}
.pol-nav a{position:relative;padding:30px 0 27px;font-size:13px;white-space:nowrap}
.pol-nav a::after{position:absolute;right:0;bottom:20px;left:0;height:2px;transform:scaleX(0);border-radius:2px;background:linear-gradient(90deg,var(--pol-blue),var(--pol-green));content:"";transition:transform .2s ease}
.pol-nav a:hover::after,.pol-nav .current-menu-item>a::after{transform:scaleX(1)}
.pol-header__actions{margin-left:clamp(8px,1.8vw,28px)}
.pol-header__actions .pol-button{min-height:48px;padding:12px 21px;font-size:13px}
.pol-header-line{height:4px;background:linear-gradient(90deg,var(--pol-blue) 0 58%,#2c9afa 73%,var(--pol-green) 100%)}

.pol-section-heading{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(330px,.68fr);align-items:end;gap:56px}.pol-section-heading .pol-lead{margin:0}.pol-home{overflow:hidden}.pol-home-hero{position:relative;overflow:hidden;padding:86px 0 102px;color:#fff;background:radial-gradient(circle at 84% 16%,rgba(42,225,143,.17),transparent 28%),radial-gradient(circle at 6% 94%,rgba(10,102,255,.2),transparent 32%),#061630}.pol-home-hero::before{position:absolute;inset:0;opacity:.15;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(90deg,#000,transparent 75%);content:""}.pol-home-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);align-items:center;gap:clamp(42px,6vw,88px)}.pol-home-hero__copy h1{max-width:740px;margin:22px 0 0;font-size:clamp(58px,6.4vw,94px);font-weight:950;line-height:.91;letter-spacing:-.068em}.pol-home-hero__copy h1 span{display:block;color:var(--pol-green)}.pol-home-hero__lead{max-width:660px;margin:26px 0 0;color:rgba(255,255,255,.72);font-size:clamp(17px,1.35vw,21px);line-height:1.62}.pol-home-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:21px;margin-top:34px}.pol-text-link{color:#fff;font-size:13px;font-weight:850}.pol-text-link span{margin-left:5px;color:var(--pol-green)}.pol-home-hero__assurance{display:flex;flex-wrap:wrap;gap:10px 23px;margin-top:26px;color:rgba(255,255,255,.55);font-size:11px;font-weight:700}.pol-home-hero__assurance span::first-letter{color:var(--pol-green)}
.pol-home-hero__visual{position:relative;min-height:650px}.pol-home-hero__visual figure{position:absolute;inset:0 0 0 60px;overflow:hidden;margin:0;border:1px solid rgba(255,255,255,.18);border-radius:30px;box-shadow:0 36px 90px rgba(0,0,0,.42)}.pol-home-hero__visual figure::after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(4,17,45,.94));content:""}.pol-home-hero__visual figure img{width:100%;height:100%;object-fit:cover;object-position:44% center}.pol-home-hero__visual figcaption{position:absolute;z-index:2;right:28px;bottom:28px;left:185px;display:grid;gap:5px}.pol-home-hero__visual figcaption small{color:var(--pol-green);font-size:10px;font-weight:900;letter-spacing:.12em}.pol-home-hero__visual figcaption strong{font-size:18px;line-height:1.3}.pol-home-price-mini{position:absolute;z-index:3;top:50%;left:0;width:min(350px,72%);padding:23px;border:1px solid rgba(255,255,255,.21);border-radius:18px;background:rgba(7,22,47,.91);box-shadow:0 25px 60px rgba(0,0,0,.38);backdrop-filter:blur(18px)}.pol-home-price-mini>span,.pol-price-card__label{color:var(--pol-green);font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.pol-home-price-mini>div{display:flex;align-items:flex-end;gap:9px;margin:9px 0 0}.pol-home-price-mini>div>small{padding-bottom:4px;color:rgba(255,255,255,.56);font-size:10px;font-weight:750}.pol-home-price-mini>p{margin:13px 0;color:rgba(255,255,255,.58);font-size:10px;line-height:1.55}.pol-home-price-mini>a{display:flex;align-items:center;justify-content:space-between;padding:11px 13px;border-radius:8px;color:#061630;background:var(--pol-green);font-size:11px;font-weight:900}.pol-home-price-mini>a:hover{background:var(--pol-green-bright)}
.pol-trust-band{color:#fff;background:linear-gradient(90deg,#0c3475,#0a66ff)}.pol-trust-band .pol-container{display:grid;grid-template-columns:repeat(4,1fr)}.pol-trust-band span{position:relative;padding:21px 22px;text-align:center;font-size:11px;font-weight:850;letter-spacing:.03em}.pol-trust-band span+span::before{position:absolute;top:17px;bottom:17px;left:0;width:1px;background:rgba(255,255,255,.2);content:""}
.pol-method{background:#f6f8fc}.pol-method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:54px}.pol-method-grid article{position:relative;min-height:335px;overflow:hidden;padding:30px;border:1px solid var(--pol-border);border-radius:24px;background:#fff;box-shadow:0 15px 45px rgba(13,40,85,.06);transition:transform .22s ease,box-shadow .22s ease}.pol-method-grid article:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(13,40,85,.11)}.pol-method-grid article>span{color:var(--pol-blue);font-size:11px;font-weight:900;letter-spacing:.12em}.pol-method-grid article>i{position:absolute;top:25px;right:25px;display:grid;width:52px;height:52px;place-items:center;border-radius:16px;color:#fff;background:linear-gradient(145deg,var(--pol-blue),#0d3a8d);font-style:normal;font-size:20px;font-weight:900}.pol-method-grid article:nth-child(2)>i{color:#061630;background:var(--pol-green)}.pol-method-grid h3{max-width:270px;margin:120px 0 13px;font-size:25px;letter-spacing:-.04em}.pol-method-grid p{margin:0;color:var(--pol-muted);font-size:14px;line-height:1.7}
.pol-preparation-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:repeat(2,220px);gap:16px;margin-top:54px}.pol-preparation-feature{position:relative;grid-row:1/3;overflow:hidden;border-radius:26px;background:#07162f}.pol-preparation-feature::after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 18%,rgba(4,17,42,.94));content:""}.pol-preparation-feature img{width:100%;height:100%;object-fit:cover}.pol-preparation-feature>div{position:absolute;z-index:2;right:0;bottom:0;left:0;padding:34px;color:#fff}.pol-preparation-feature span,.pol-preparation-card>span{color:var(--pol-green);font-size:9px;font-weight:900;letter-spacing:.13em}.pol-preparation-feature h3{margin:8px 0 10px;font-size:29px;line-height:1.08;letter-spacing:-.04em}.pol-preparation-feature p{margin:0;color:rgba(255,255,255,.66);font-size:13px;line-height:1.6}.pol-preparation-card{display:flex;justify-content:flex-end;flex-direction:column;padding:27px;border-radius:24px;color:#fff;background:var(--pol-blue)}.pol-preparation-card.is-green{grid-column:3;grid-row:1/3;color:#061630;background:var(--pol-green)}.pol-preparation-card.is-dark{background:var(--pol-navy)}.pol-preparation-card.is-green>span{color:#074e2d}.pol-preparation-card>strong{max-width:300px;margin:14px 0 7px;font-size:22px;line-height:1.1;letter-spacing:-.035em}.pol-preparation-card>p{margin:0;color:rgba(255,255,255,.67);font-size:12px;line-height:1.5}.pol-preparation-card.is-green>p{color:rgba(6,22,48,.64)}
.pol-modules{background:#f6f8fc}.pol-module-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:50px}.pol-module-grid article{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:17px;padding:20px;border:1px solid var(--pol-border);border-radius:15px;background:#fff;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.pol-module-grid article:hover{transform:translateX(4px);border-color:rgba(10,102,255,.36);box-shadow:0 10px 30px rgba(13,40,85,.08)}.pol-module-grid article>span{display:grid;width:50px;height:50px;place-items:center;border-radius:13px;color:#fff;background:var(--pol-navy);font-size:12px;font-weight:900}.pol-module-grid article:nth-child(4n+2)>span,.pol-module-grid article:nth-child(4n+3)>span{color:#061630;background:var(--pol-green)}.pol-module-grid h3{margin:0 0 4px;font-size:17px}.pol-module-grid p{margin:0;color:var(--pol-muted);font-size:11px;line-height:1.45}.pol-module-grid i{color:var(--pol-blue);font-style:normal;font-weight:900}
.pol-platform{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 78% 20%,rgba(99,215,97,.12),transparent 30%),var(--pol-navy-deep)}.pol-platform::before{position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:55px 55px;content:""}.pol-platform__grid{position:relative;z-index:1;display:grid;grid-template-columns:.86fr 1.14fr;align-items:center;gap:70px}.pol-platform .pol-lead{color:rgba(255,255,255,.64)}.pol-platform-list{display:grid;grid-template-columns:1fr 1fr;gap:12px 22px;margin:28px 0 35px;padding:0;list-style:none}.pol-platform-list li{color:rgba(255,255,255,.73);font-size:12px;font-weight:750}.pol-platform-list li::before{display:inline-grid;width:20px;height:20px;margin-right:8px;place-items:center;border-radius:50%;color:#061630;background:var(--pol-green);content:"✓";font-size:10px;font-weight:950}.pol-progress-preview{overflow:hidden;padding:28px;border:1px solid rgba(255,255,255,.15);border-radius:28px;background:rgba(255,255,255,.07);box-shadow:0 35px 80px rgba(0,0,0,.25);backdrop-filter:blur(15px)}.pol-progress-preview>header{display:flex;align-items:center;justify-content:space-between}.pol-progress-preview>header span{display:flex;align-items:center;gap:10px}.pol-progress-preview>header i{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;color:#061630;background:var(--pol-green);font-style:normal}.pol-progress-preview>header strong{font-size:31px}.pol-progress-preview__chart{position:relative;display:grid;grid-template-columns:repeat(5,1fr);align-items:end;min-height:240px;margin:25px 0;padding:22px 0}.pol-progress-preview__chart::before{position:absolute;right:0;bottom:74px;left:0;height:2px;background:rgba(255,255,255,.12);content:""}.pol-progress-preview__chart>span{position:relative;z-index:1;display:grid;justify-items:center;gap:8px}.pol-progress-preview__chart>span:nth-child(1){padding-bottom:0}.pol-progress-preview__chart>span:nth-child(2){padding-bottom:38px}.pol-progress-preview__chart>span:nth-child(3){padding-bottom:82px}.pol-progress-preview__chart>span:nth-child(4){padding-bottom:120px}.pol-progress-preview__chart>span:nth-child(5){padding-bottom:158px}.pol-progress-preview__chart b{display:grid;width:42px;height:42px;place-items:center;border:4px solid rgba(255,255,255,.12);border-radius:50%;color:rgba(255,255,255,.45);background:#122b56;font-size:11px}.pol-progress-preview__chart .is-done b{border-color:var(--pol-green);color:#061630;background:var(--pol-green)}.pol-progress-preview__chart .is-current b{border-color:#fff;color:#fff;background:var(--pol-blue);box-shadow:0 0 0 9px rgba(10,102,255,.22)}.pol-progress-preview__chart small{max-width:78px;color:rgba(255,255,255,.47);font-size:8px;text-align:center}.pol-progress-preview>footer{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.pol-progress-preview>footer div{display:grid;gap:4px;padding:14px;border-radius:12px;background:rgba(255,255,255,.06)}.pol-progress-preview>footer small{color:rgba(255,255,255,.46);font-size:8px}.pol-progress-preview>footer b{font-size:17px}
.pol-objectivopl{background:#fff}.pol-objectivopl__grid{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:70px}.pol-objectivopl figure{position:relative;min-height:590px;overflow:hidden;margin:0;border-radius:30px;box-shadow:var(--pol-shadow)}.pol-objectivopl figure::after{position:absolute;inset:0;background:linear-gradient(transparent 55%,rgba(5,18,43,.93));content:""}.pol-objectivopl figure img{position:absolute;width:100%;height:100%;object-fit:cover}.pol-objectivopl figcaption{position:absolute;z-index:2;right:28px;bottom:28px;left:28px;color:#fff;font-size:17px;font-weight:850;line-height:1.45}.pol-objectivopl__facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.pol-objectivopl__facts article{display:grid;gap:5px;padding:20px;border:1px solid var(--pol-border);border-radius:16px;background:#f7f9fd}.pol-objectivopl__facts b{color:var(--pol-blue);font-size:24px}.pol-objectivopl__facts span{color:var(--pol-muted);font-size:10px;line-height:1.5}.pol-source-note{margin:18px 0 0;padding-left:15px;border-left:3px solid var(--pol-green);color:var(--pol-muted);font-size:11px;line-height:1.6}
.pol-price-section{background:#fff}.pol-price-reasons{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:30px 0 0;padding:0;list-style:none}.pol-price-reasons li{font-size:12px;font-weight:800}.pol-price-reasons li::before{display:inline-grid;width:21px;height:21px;margin-right:8px;place-items:center;border-radius:50%;color:#061630;background:var(--pol-green);content:"✓";font-size:10px}.pol-price-card{padding:38px}.pol-price-card>p{position:relative;z-index:1;color:rgba(255,255,255,.62);font-size:12px;line-height:1.65}.pol-price-card__value{position:relative;z-index:1;display:flex;align-items:flex-end;gap:10px;margin:19px 0 6px}.pol-price-card__value>small{padding-bottom:6px;color:rgba(255,255,255,.55);font-size:11px}.pol-price-card__value .pol360-global-price{gap:8px}.pol-price-card__value .pol360-global-price strong{font-size:58px}.pol-price-card__value .pol360-global-price del{font-size:18px}.pol-price-card>.pol-button{position:relative;z-index:1;width:100%}.pol-price-card>small{position:relative;z-index:1;display:block;margin-top:12px;color:rgba(255,255,255,.43);font-size:9px;text-align:center}.pol-faq-section{background:#f6f8fc}.pol-faq{max-width:none}.pol-faq details{margin-bottom:10px;padding:0;border:1px solid var(--pol-border);border-radius:14px;background:#fff}.pol-faq summary{padding:20px 22px;font-size:15px}.pol-faq details p{margin:0;padding:0 22px 20px;font-size:13px}.pol-faq-more{text-align:center}.pol-faq-more a{display:inline-flex;margin-top:25px;padding:11px 16px;border:1px solid var(--pol-border);border-radius:99px;color:var(--pol-blue);background:#fff;font-size:12px;font-weight:850}.pol-final-cta{padding-top:30px;background:#f6f8fc}.pol-cta{display:flex;align-items:center;justify-content:space-between;gap:40px;background:radial-gradient(circle at 90% 20%,rgba(99,215,97,.26),transparent 30%),linear-gradient(135deg,#0d4ba6,var(--pol-navy-deep))}.pol-cta>div:first-child{max-width:760px}.pol-cta>div:last-child{display:flex;flex-wrap:wrap;gap:10px}.pol-cta .pol-eyebrow{margin-bottom:13px}.pol-cta p{margin:15px 0 0}

/* Secondary public pages. */
.pol-public-hero{position:relative;overflow:hidden;padding:82px 0;color:#fff;background:radial-gradient(circle at 87% 8%,rgba(99,215,97,.16),transparent 29%),var(--pol-navy-deep)}.pol-public-hero::before{position:absolute;inset:0;opacity:.14;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:54px 54px;content:""}.pol-public-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.55fr);align-items:center;gap:70px}.pol-public-hero h1{max-width:900px;margin:15px 0 0;font-size:clamp(48px,6vw,78px);line-height:.95;letter-spacing:-.06em}.pol-public-hero div>p:last-child{max-width:720px;margin:22px 0 0;color:rgba(255,255,255,.66);font-size:16px;line-height:1.7}.pol-public-hero figure{height:290px;overflow:hidden;margin:0;border:1px solid rgba(255,255,255,.17);border-radius:24px;box-shadow:0 25px 60px rgba(0,0,0,.3)}.pol-public-hero figure img{width:100%;height:100%;object-fit:cover}.pol-public-hero__marker{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;padding:22px;border:1px solid rgba(255,255,255,.15);border-radius:20px;background:rgba(255,255,255,.06)}.pol-public-hero__marker span{display:grid;width:44px;height:44px;place-items:center;border-radius:12px;color:#061630;background:var(--pol-green);font-size:10px;font-weight:900}.pol-public-hero__marker b{font-size:14px}.pol-public-hero__marker i{grid-column:1;width:2px;height:16px;justify-self:center;background:rgba(255,255,255,.25)}.pol-process-line{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:25px;border:1px solid var(--pol-border);border-radius:18px;background:#fff}.pol-process-line article{padding:26px}.pol-process-line article+article{border-left:1px solid var(--pol-border)}.pol-process-line b{font-size:15px}.pol-process-line p{margin:8px 0 0;color:var(--pol-muted);font-size:12px;line-height:1.6}.pol-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:65px}.pol-story-grid figure{height:520px;overflow:hidden;margin:0;border-radius:28px}.pol-story-grid figure img{width:100%;height:100%;object-fit:cover}.pol-check-list--light li{border-color:var(--pol-border);color:var(--pol-muted)}.pol-area-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:48px}.pol-area-grid article{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:16px;padding:20px;border:1px solid var(--pol-border);border-radius:14px;background:#fff}.pol-area-grid span{display:grid;width:46px;height:46px;place-items:center;border-radius:12px;color:#fff;background:var(--pol-navy);font-size:11px;font-weight:900}.pol-area-grid h3{margin:0;font-size:16px}.pol-area-grid i{color:var(--pol-blue);font-style:normal}.pol-resource-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:45px}.pol-resource-grid article{min-height:250px;padding:25px;border:1px solid var(--pol-border);border-radius:20px;background:#f7f9fd}.pol-resource-grid i{display:grid;width:47px;height:47px;place-items:center;border-radius:13px;color:#fff;background:var(--pol-blue);font-style:normal}.pol-resource-grid h3{margin:60px 0 10px;font-size:20px}.pol-resource-grid p{margin:0;color:var(--pol-muted);font-size:12px;line-height:1.6}.pol-quote-card{padding:38px;border:1px solid rgba(255,255,255,.15);border-radius:24px;background:rgba(255,255,255,.07)}.pol-quote-card>span{color:var(--pol-green);font-size:70px;font-weight:900;line-height:.6}.pol-quote-card p{margin:25px 0;color:#fff;font-size:24px;font-weight:800;line-height:1.45}.pol-quote-card small{color:rgba(255,255,255,.48);font-size:11px}.pol-public-price,.pol-help-badge,.pol-contact-direct{padding:27px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:rgba(255,255,255,.07);box-shadow:0 20px 55px rgba(0,0,0,.17)}.pol-public-price>span,.pol-contact-direct>span{color:var(--pol-green);font-size:9px;font-weight:900;letter-spacing:.12em}.pol-public-price>div{display:flex;align-items:flex-end;gap:9px;margin:13px 0}.pol-public-price .pol360-global-price strong{font-size:47px}.pol-public-price>div>small{padding-bottom:5px;color:rgba(255,255,255,.5);font-size:10px}.pol-public-price>p{margin:0!important;font-size:10px!important}.pol-price-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:30px}.pol-price-feature-grid article{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;padding:13px;border:1px solid var(--pol-border);border-radius:12px;background:#fff}.pol-price-feature-grid i{display:grid;width:40px;height:40px;place-items:center;border-radius:10px;color:#fff;background:var(--pol-blue);font-style:normal}.pol-price-feature-grid span{display:grid;gap:2px}.pol-price-feature-grid b{font-size:12px}.pol-price-feature-grid small{color:var(--pol-muted);font-size:9px}.pol-help-badge{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:6px 15px}.pol-help-badge i{display:grid;width:52px;height:52px;grid-row:1/3;place-items:center;border-radius:15px;color:#061630;background:var(--pol-green);font-style:normal;font-size:23px;font-weight:950}.pol-help-badge b{font-size:15px}.pol-help-badge a{color:var(--pol-green);font-size:11px;font-weight:850}.pol-faq-layout{display:grid;grid-template-columns:210px minmax(0,1fr);align-items:start;gap:55px}.pol-faq-layout>aside{position:sticky;top:110px;display:grid;gap:4px;padding:18px;border:1px solid var(--pol-border);border-radius:15px;background:#fff}.pol-faq-layout>aside span{margin-bottom:8px;color:var(--pol-muted);font-size:9px;font-weight:900;letter-spacing:.12em}.pol-faq-layout>aside a{padding:9px 10px;border-radius:8px;font-size:11px;font-weight:800}.pol-faq-layout>aside a:hover{color:var(--pol-blue);background:#f1f5fd}.pol-faq-groups{display:grid;gap:56px}.pol-faq-groups section{scroll-margin-top:110px}.pol-faq-groups .pol-faq{margin-top:20px}.pol-contact-direct{display:grid;gap:10px}.pol-contact-direct>a{display:grid;gap:3px;padding:13px;border-radius:10px;background:rgba(255,255,255,.07)}.pol-contact-direct small{color:rgba(255,255,255,.45);font-size:9px}.pol-contact-direct b{font-size:15px}.pol-contact-direct>p{margin:3px 0 0!important;font-size:10px!important}.pol-contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;align-items:start;gap:70px}.pol-contact-options{display:grid;gap:9px;margin-top:30px}.pol-contact-options>a{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;border:1px solid var(--pol-border);border-radius:12px;background:#fff}.pol-contact-options i{display:grid;width:42px;height:42px;place-items:center;border-radius:10px;color:#fff;background:var(--pol-blue);font-style:normal}.pol-contact-options span{display:grid;gap:3px}.pol-contact-options b{font-size:12px}.pol-contact-options small{color:var(--pol-muted);font-size:9px}.pol-contact-options strong{color:var(--pol-blue)}.pol-contact-form-card{padding:32px;border:1px solid var(--pol-border);border-radius:24px;background:#fff;box-shadow:var(--pol-shadow)}.pol-contact-form-card>span{color:var(--pol-blue);font-size:9px;font-weight:900;letter-spacing:.12em}.pol-contact-form-card>h2{margin:9px 0 25px;font-size:29px;letter-spacing:-.04em}.pol-contact-form-card p{margin:0 0 15px;color:var(--pol-muted);font-size:12px;line-height:1.55}.pol-contact-form-card label{display:grid;gap:7px;color:var(--pol-navy);font-size:11px;font-weight:800}.pol-contact-form-card input,.pol-contact-form-card textarea,.pol-contact-form-card select{width:100%;min-height:48px;margin-top:6px;padding:11px 13px;border:1px solid var(--pol-border);border-radius:9px;color:var(--pol-navy);background:#f8faff;outline:none}.pol-contact-form-card textarea{min-height:130px;resize:vertical}.pol-contact-form-card input:focus,.pol-contact-form-card textarea:focus{border-color:var(--pol-blue);box-shadow:0 0 0 3px rgba(10,102,255,.1)}.pol-contact-form-card input[type=submit]{width:auto;min-width:150px;border:0;color:#061630;background:var(--pol-green);font-weight:900;cursor:pointer}.pol-support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.pol-support-grid article{padding:25px;border:1px solid var(--pol-border);border-radius:18px;background:#f7f9fd}.pol-support-grid span{color:var(--pol-blue);font-size:10px;font-weight:900}.pol-support-grid h3{margin:45px 0 9px;font-size:19px}.pol-support-grid p{margin:0;color:var(--pol-muted);font-size:11px;line-height:1.55}

@media(max-width:1180px){.pol-nav ul{gap:16px}.pol-nav a{font-size:11px}.pol-header__actions{margin-left:10px}.pol-header__actions .pol-button{padding:11px 16px}.pol-home-hero__grid{grid-template-columns:1fr .86fr}.pol-preparation-grid{grid-template-columns:1.1fr .9fr;grid-template-rows:repeat(3,190px)}.pol-preparation-feature{grid-row:1/4}.pol-preparation-card.is-green{grid-column:2;grid-row:2}.pol-preparation-card.is-dark{grid-column:2;grid-row:3}}
@media(max-width:1020px){.pol-nav{margin-left:0}.pol-nav ul{gap:4px}.pol-nav a{padding:10px}.pol-nav a::after{display:none}.pol-home-hero__grid,.pol-public-hero__grid,.pol-platform__grid,.pol-objectivopl__grid,.pol-story-grid,.pol-contact-layout{grid-template-columns:1fr}.pol-home-hero__visual{min-height:620px}.pol-home-hero__visual figure{left:90px}.pol-home-hero__copy{max-width:800px}.pol-section-heading{grid-template-columns:1fr;gap:20px}.pol-section-heading .pol-lead{max-width:700px}.pol-objectivopl figure{min-height:520px}.pol-resource-grid{grid-template-columns:1fr 1fr}.pol-public-hero__marker,.pol-public-price,.pol-help-badge,.pol-contact-direct{max-width:620px}.pol-public-hero figure{max-width:620px}.pol-contact-layout{gap:40px}.pol-cta{align-items:flex-start;flex-direction:column}.pol-faq-layout{grid-template-columns:1fr}.pol-faq-layout>aside{position:static;display:flex;flex-wrap:wrap}.pol-faq-layout>aside span{width:100%}}
@media(max-width:760px){.pol-section{padding:72px 0}.pol-title{font-size:clamp(38px,11vw,56px)}.pol-home-hero{padding:58px 0 72px}.pol-home-hero__copy h1{font-size:clamp(48px,14vw,67px)}.pol-home-hero__visual{min-height:530px}.pol-home-hero__visual figure{inset:0}.pol-home-hero__visual figcaption{left:24px}.pol-home-price-mini{top:auto;right:14px;bottom:14px;left:14px;width:auto}.pol-trust-band .pol-container{grid-template-columns:1fr 1fr}.pol-trust-band span:nth-child(3)::before{display:none}.pol-method-grid,.pol-module-grid,.pol-objectivopl__facts,.pol-price-reasons,.pol-process-line,.pol-area-grid,.pol-support-grid{grid-template-columns:1fr}.pol-method-grid article{min-height:280px}.pol-method-grid h3{margin-top:92px}.pol-preparation-grid{display:grid;grid-template-columns:1fr;grid-template-rows:460px repeat(3,190px)}.pol-preparation-feature,.pol-preparation-card,.pol-preparation-card.is-green,.pol-preparation-card.is-dark{grid-column:1;grid-row:auto}.pol-platform-list,.pol-price-feature-grid{grid-template-columns:1fr}.pol-progress-preview{padding:18px}.pol-progress-preview__chart{min-height:210px}.pol-progress-preview__chart>span:nth-child(2){padding-bottom:25px}.pol-progress-preview__chart>span:nth-child(3){padding-bottom:55px}.pol-progress-preview__chart>span:nth-child(4){padding-bottom:85px}.pol-progress-preview__chart>span:nth-child(5){padding-bottom:115px}.pol-progress-preview__chart small{display:none}.pol-progress-preview>footer{grid-template-columns:1fr}.pol-objectivopl figure{min-height:440px}.pol-price-card__value .pol360-global-price strong{font-size:48px}.pol-public-hero{padding:60px 0}.pol-public-hero h1{font-size:clamp(45px,13vw,65px)}.pol-public-hero__grid{gap:38px}.pol-process-line article+article{border-top:1px solid var(--pol-border);border-left:0}.pol-story-grid figure{height:430px}.pol-resource-grid{grid-template-columns:1fr}.pol-resource-grid article{min-height:220px}.pol-quote-card p{font-size:20px}.pol-contact-form-card{padding:23px}}
@media(max-width:520px){.pol-trust-band .pol-container{grid-template-columns:1fr}.pol-trust-band span+span::before{top:0;right:30px;bottom:auto;left:30px;width:auto;height:1px}.pol-module-grid article{grid-template-columns:46px minmax(0,1fr)}.pol-module-grid article>span{width:44px;height:44px}.pol-module-grid article>i{display:none}.pol-home-hero__assurance{display:grid}.pol-home-hero__visual{min-height:500px}.pol-home-hero__visual figcaption{display:none}.pol-home-price-mini .pol360-global-price strong{font-size:31px}.pol-objectivopl__facts{grid-template-columns:1fr}.pol-price-card{padding:28px 23px}.pol-price-card__value{align-items:flex-start;flex-direction:column}.pol-price-card__value>small{padding:0}.pol-public-hero__marker{grid-template-columns:43px minmax(0,1fr)}.pol-contact-options>a{grid-template-columns:40px minmax(0,1fr)}.pol-contact-options strong{grid-column:2}.pol-contact-options i{width:38px;height:38px}}

/* 1.5.1 · Spacious and readable WooCommerce checkout. */
body.woocommerce-checkout .pol-content,
body.woocommerce-order-pay .pol-content{
  width:min(calc(100% - 48px),1280px);
  max-width:1280px;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-order-pay .wp-block-woocommerce-checkout{
  max-width:none;
}
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-order-pay .wc-block-checkout__main{
  flex:0 0 58%;
  width:58%;
  padding-right:52px;
}
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-order-pay .wc-block-checkout__sidebar{
  flex:0 0 42%;
  width:42%;
  padding-left:0;
}
.wc-block-components-checkout-order-summary-block{
  overflow:hidden;
  border:1px solid var(--pol-border)!important;
  border-radius:18px!important;
  background:#fff;
  box-shadow:0 18px 48px rgba(13,40,85,.08);
}
.wc-block-components-checkout-order-summary-block .wc-block-components-checkout-step__heading{
  padding:24px 26px 18px;
}
.wc-block-components-checkout-order-summary-block .wc-block-components-checkout-step__title{
  margin:0;
  color:var(--pol-navy);
  font-size:22px!important;
  font-weight:850;
  letter-spacing:-.025em;
}
.wc-block-components-checkout-order-summary-block .wc-block-components-order-summary__content{
  padding:0 26px 24px;
}
.wc-block-components-order-summary-item{
  display:grid!important;
  grid-template-columns:66px minmax(0,1fr)!important;
  gap:7px 17px!important;
  align-items:start!important;
  padding:22px 0!important;
}
.wc-block-components-order-summary-item__image{
  grid-column:1;
  grid-row:1 / span 2;
  width:66px!important;
  min-width:66px!important;
  padding:0!important;
}
.wc-block-components-order-summary-item__image img{
  width:58px!important;
  height:58px!important;
  border-radius:10px;
  object-fit:cover;
}
.wc-block-components-order-summary-item__quantity{
  top:-8px!important;
  right:0!important;
}
.wc-block-components-order-summary-item__description{
  grid-column:2;
  min-width:0!important;
  padding:0!important;
}
.wc-block-components-order-summary-item__description .wc-block-components-product-name{
  display:block;
  width:100%;
  margin:0 0 8px!important;
  color:var(--pol-navy);
  font-size:16px!important;
  font-weight:800!important;
  line-height:1.42!important;
  overflow-wrap:anywhere;
}
.wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.wc-block-components-order-summary-item__description .wc-block-components-product-details,
.wc-block-components-order-summary-item__description .wc-block-components-product-details__name,
.wc-block-components-order-summary-item__description .wc-block-components-product-details__value{
  color:var(--pol-muted)!important;
  font-size:12px!important;
  line-height:1.55!important;
}
.wc-block-components-order-summary-item__individual-prices{
  display:block!important;
  margin:5px 0 0!important;
  color:var(--pol-muted)!important;
  font-size:12px!important;
  line-height:1.45!important;
}
.wc-block-components-order-summary-item__total-price{
  grid-column:2;
  grid-row:2;
  width:100%!important;
  min-width:0!important;
  margin-top:4px!important;
  padding:0!important;
  color:var(--pol-navy);
  text-align:left!important;
}
.wc-block-components-order-summary-item__total-price .wc-block-components-product-price{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:5px 9px;
  font-size:14px!important;
  line-height:1.5!important;
}
.wc-block-components-order-summary-item__total-price .wc-block-components-product-price__value{
  font-size:17px!important;
  font-weight:900!important;
}
.wc-block-components-order-summary .wc-block-components-product-price__regular{
  color:var(--pol-muted)!important;
  font-size:12px!important;
}

/* Classic checkout fallback. */
body.woocommerce-checkout form.checkout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);
  gap:44px;
}
body.woocommerce-checkout form.checkout #customer_details,
body.woocommerce-checkout form.checkout #order_review_heading,
body.woocommerce-checkout form.checkout #order_review{
  float:none;
  width:auto;
}
body.woocommerce-checkout form.checkout #customer_details{grid-column:1;grid-row:1 / span 2}
body.woocommerce-checkout form.checkout #order_review_heading,
body.woocommerce-checkout form.checkout #order_review{
  grid-column:2;
}
body.woocommerce-checkout form.checkout #order_review_heading{margin:0 0 -28px}
body.woocommerce-checkout form.checkout #order_review{padding:26px;border:1px solid var(--pol-border);border-radius:18px;background:#fff;box-shadow:0 18px 48px rgba(13,40,85,.08)}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name{width:68%;padding-right:22px;line-height:1.55}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total{width:32%;text-align:right;white-space:normal}

@media(max-width:980px){
  body.woocommerce-checkout .wc-block-checkout__main,
  body.woocommerce-order-pay .wc-block-checkout__main,
  body.woocommerce-checkout .wc-block-checkout__sidebar,
  body.woocommerce-order-pay .wc-block-checkout__sidebar{flex:0 0 100%;width:100%;padding-right:0;padding-left:0}
  body.woocommerce-checkout form.checkout{grid-template-columns:1fr}
  body.woocommerce-checkout form.checkout #order_review_heading,
  body.woocommerce-checkout form.checkout #order_review{grid-column:1}
  body.woocommerce-checkout form.checkout #order_review_heading{margin-top:16px}
}
@media(max-width:560px){
  body.woocommerce-checkout .pol-content,
  body.woocommerce-order-pay .pol-content{width:min(calc(100% - 28px),1280px);padding-top:52px}
  .wc-block-components-checkout-order-summary-block .wc-block-components-checkout-step__heading{padding:20px 18px 14px}
  .wc-block-components-checkout-order-summary-block .wc-block-components-order-summary__content{padding:0 18px 20px}
  .wc-block-components-order-summary-item{grid-template-columns:54px minmax(0,1fr)!important;gap:7px 13px!important}
  .wc-block-components-order-summary-item__image{width:54px!important;min-width:54px!important}
  .wc-block-components-order-summary-item__image img{width:48px!important;height:48px!important}
}

/* 1.5.2 · Harmonised landing typography and QuizPoL partnership. */
.pol-home .pol-eyebrow{font-size:13px}
.pol-home-hero__assurance{font-size:13px;line-height:1.5}
.pol-home-hero__visual figcaption small{font-size:12px}
.pol-home-price-mini>span,
.pol-price-card__label{font-size:12px}
.pol-home-price-mini>div>small{font-size:12px}
.pol-home-price-mini>p{font-size:13px;line-height:1.6}
.pol-home-price-mini>a{font-size:13px}
.pol-home .pol360-global-price .pol360-offer-label{font-size:11px}
.pol-trust-band span{font-size:13px;line-height:1.4}
.pol-method-grid article>span{font-size:12px}
.pol-method-grid p{font-size:15px}
.pol-preparation-feature span,
.pol-preparation-card>span{font-size:12px}
.pol-preparation-feature p{font-size:15px}
.pol-preparation-card>p{font-size:14px;line-height:1.6}
.pol-module-grid article>span{font-size:13px}
.pol-module-grid p{font-size:14px;line-height:1.55}
.pol-platform-list li{font-size:14px;line-height:1.5}
.pol-progress-preview__chart b{font-size:12px}
.pol-progress-preview__chart small{max-width:96px;font-size:11px;line-height:1.35}
.pol-progress-preview>footer small{font-size:11px}
.pol-objectivopl__facts span{font-size:13px;line-height:1.55}
.pol-source-note{font-size:13px;line-height:1.65}
.pol-price-reasons li{font-size:14px;line-height:1.45}
.pol-price-card>p{font-size:14px}
.pol-price-card__value>small{font-size:13px}
.pol-price-card>small{font-size:11px;line-height:1.5}
.pol-faq summary{font-size:17px;line-height:1.45}
.pol-faq details p{font-size:15px;line-height:1.65}
.pol-faq-more a{font-size:14px}
.pol-quizpol-partner{display:grid;grid-template-columns:150px minmax(0,1fr) auto;align-items:center;gap:18px;margin-top:18px;padding:18px 20px;border-radius:16px;color:#fff;background:linear-gradient(135deg,#061630,#0d3773);box-shadow:0 16px 38px rgba(8,36,79,.15);transition:transform .2s ease,box-shadow .2s ease}
.pol-quizpol-partner:hover{transform:translateY(-3px);box-shadow:0 22px 45px rgba(8,36,79,.22)}
.pol-quizpol-partner img{display:block;width:150px;height:auto}
.pol-quizpol-partner span{display:grid;gap:4px}
.pol-quizpol-partner small{color:#78e978;font-size:11px;font-weight:900;letter-spacing:.1em}
.pol-quizpol-partner b{color:#fff;font-size:14px;line-height:1.4}
.pol-quizpol-partner i{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:50%;color:#fff;font-style:normal;font-size:16px}
@media(max-width:620px){.pol-quizpol-partner{grid-template-columns:120px minmax(0,1fr);padding:16px}.pol-quizpol-partner img{width:120px}.pol-quizpol-partner i{display:none}.pol-home-price-mini>p{font-size:12px}.pol-progress-preview__chart small{display:none}}

/* 1.5.4 · Readable guarantee band and method step indicators. */
.pol-trust-band span{padding:25px 22px;font-size:16px;line-height:1.45;letter-spacing:0}
.pol-method-grid article>span{display:inline-flex;min-width:42px;height:30px;align-items:center;justify-content:center;padding:0 10px;border-radius:999px;background:rgba(10,102,255,.09);font-size:15px;line-height:1;font-weight:900;letter-spacing:.08em}
@media(max-width:760px){.pol-trust-band span{padding:22px 16px;font-size:15px}}

/* 1.5.3 · Legible typography across every public page. */
.pol-public-page .pol-eyebrow{font-size:13px;line-height:1.45}
.pol-public-hero div>p:last-child{font-size:18px;line-height:1.75}
.pol-public-hero__marker span{font-size:13px}
.pol-public-hero__marker b{font-size:16px}
.pol-process-line b{font-size:17px;line-height:1.4}
.pol-process-line p{font-size:15px;line-height:1.7}
.pol-area-grid span{font-size:13px}
.pol-area-grid h3{font-size:18px;line-height:1.4}
.pol-resource-grid p{font-size:15px;line-height:1.7}
.pol-quote-card small{font-size:13px;line-height:1.5}
.pol-public-price>span,
.pol-contact-direct>span{font-size:12px}
.pol-public-price>div>small{font-size:13px}
.pol-public-price>p{font-size:13px!important;line-height:1.6!important}
.pol-public-page .pol360-global-price .pol360-offer-label{font-size:11px}
.pol-price-feature-grid b{font-size:14px;line-height:1.4}
.pol-price-feature-grid small{font-size:12px;line-height:1.5}
.pol-help-badge b{font-size:17px;line-height:1.4}
.pol-help-badge a{font-size:14px;line-height:1.45}
.pol-faq-layout>aside span{font-size:12px;line-height:1.45}
.pol-faq-layout>aside a{padding:11px 12px;font-size:15px;line-height:1.4}
.pol-faq-groups .pol-faq summary{font-size:18px}
.pol-faq-groups .pol-faq details p{font-size:16px;line-height:1.7}
.pol-contact-direct small{font-size:12px;line-height:1.4}
.pol-contact-direct b{font-size:17px;line-height:1.4}
.pol-contact-direct>p{font-size:13px!important;line-height:1.5!important}
.pol-contact-options b{font-size:14px;line-height:1.4}
.pol-contact-options small{font-size:12px;line-height:1.5}
.pol-contact-form-card>span{font-size:12px}
.pol-contact-form-card p{font-size:15px;line-height:1.65}
.pol-contact-form-card label{font-size:14px;line-height:1.45}
.pol-contact-form-card input,
.pol-contact-form-card textarea,
.pol-contact-form-card select{font-size:15px}
.pol-support-grid span{font-size:12px}
.pol-support-grid p{font-size:14px;line-height:1.65}
.pol-footer h3{font-size:13px}
.pol-footer a,
.pol-footer p{font-size:15px}
.pol-footer__bottom{font-size:13px;line-height:1.5}
@media(min-width:1021px) and (max-width:1180px){.pol-nav a{font-size:13px}}
@media(max-width:760px){.pol-public-hero div>p:last-child{font-size:16px}.pol-faq-layout>aside{gap:6px}.pol-faq-layout>aside a{font-size:14px}.pol-process-line p,.pol-resource-grid p,.pol-contact-form-card p{font-size:14px}}

/* 1.5.5 · Original compact price card, with the monthly suffix beside the current price. */
.pol-home-price-mini{width:min(350px,72%);padding:23px}
.pol-home-price-mini>span{font-size:12px;line-height:normal}
.pol-home-price-mini>div{display:grid;grid-template-columns:max-content max-content;align-items:end;justify-content:start;gap:7px 9px;margin:9px 0 0}
.pol-home-price-mini>div .pol360-global-price{display:contents}
.pol-home-price-mini>div .pol360-global-price del{grid-column:1}
.pol-home-price-mini>div .pol360-global-price .pol360-offer-label{grid-column:2;font-size:11px;line-height:normal}
.pol-home-price-mini>div .pol360-global-price strong{grid-column:1}
.pol-home-price-mini>div>small{grid-column:2;align-self:end;margin:0;padding:0 0 4px;color:rgba(255,255,255,.56);font-size:12px;line-height:1;white-space:nowrap}
.pol-home-price-mini>p{margin:13px 0;font-size:13px;line-height:1.6}
.pol-home-price-mini>a{min-height:0;padding:11px 13px;font-size:13px;line-height:normal}
@media(max-width:760px){.pol-home-price-mini{width:auto;padding:23px}}
@media(max-width:620px){.pol-home-price-mini>p{font-size:12px}}

/* 1.6 · Subtle motion and highlighted cards across the public site. */
.pol-home article,.pol-public-page article,.pol-public-page .pol-price-card,.pol-public-page .pol-faq details{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.pol-home .pol-action,.pol-public-page .pol-action{position:relative;overflow:hidden}.pol-home .pol-action::after,.pol-public-page .pol-action::after{position:absolute;top:-80%;left:-35%;width:24%;height:260%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);content:"";pointer-events:none}
.pol-public-motion-ready .pol-home section,.pol-public-motion-ready .pol-home article,.pol-public-motion-ready .pol-home .pol-home-price-mini,.pol-public-motion-ready .pol-public-page section,.pol-public-motion-ready .pol-public-page article,.pol-public-motion-ready .pol-public-page .pol-price-card,.pol-public-motion-ready .pol-footer{transform:translateY(20px);opacity:0}.pol-public-motion-ready .pol-home .is-pol-visible,.pol-public-motion-ready .pol-public-page .is-pol-visible,.pol-public-motion-ready .pol-footer.is-pol-visible{transform:none;opacity:1;transition:opacity .55s ease var(--pol-reveal-delay,0ms),transform .55s ease var(--pol-reveal-delay,0ms),border-color .22s ease,box-shadow .22s ease}
@media(hover:hover) and (pointer:fine){.pol-home article:hover,.pol-home .pol-home-price-mini:hover,.pol-public-page article:hover,.pol-public-page .pol-price-card:hover,.pol-public-page .pol-faq details:hover{transform:translateY(-5px);border-color:rgba(10,102,255,.3);box-shadow:0 20px 45px rgba(7,22,47,.12)}}
@media(prefers-reduced-motion:no-preference){.pol-home .pol-action::after,.pol-public-page .pol-action::after{animation:polPublicButtonSweep 6.5s ease-in-out infinite}.pol-progress-preview__bar i,.pol-trust-band span:first-child{animation:polPublicGentleGlow 3s ease-in-out infinite}@keyframes polPublicButtonSweep{0%,72%{left:-35%;opacity:0}80%{opacity:1}100%{left:130%;opacity:0}}@keyframes polPublicGentleGlow{0%,100%{filter:none}50%{filter:drop-shadow(0 0 8px rgba(99,215,97,.32))}}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.pol-public-page *,.pol-footer *{animation:none!important;transition:none!important}}

/* 1.6.1 · Hero price placement, framed photography and temario artwork. */
.pol-home-hero__visual::before{position:absolute;z-index:0;inset:10px -12px -9px 45px;transform:rotate(2.1deg);border:2px solid rgba(99,215,97,.72);border-radius:33px;box-shadow:0 0 32px rgba(99,215,97,.12);content:"";pointer-events:none;transition:transform .45s cubic-bezier(.2,.8,.2,1),border-color .3s ease,box-shadow .3s ease}.pol-home-hero__visual figure{z-index:1;transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,border-color .35s ease}.pol-home-hero__visual figure img{transition:transform .65s cubic-bezier(.2,.8,.2,1),filter .45s ease}.pol-home-hero__visual figcaption{right:190px;left:28px}.pol-home-price-mini{top:34%;right:-88px;left:auto;width:350px;transform:none;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.pol-home-price-mini:hover{transform:translate3d(-8px,-5px,0);border-color:rgba(99,215,97,.55);box-shadow:0 32px 76px rgba(0,0,0,.48)}
.pol-preparation-card--temario{position:relative;isolation:isolate;overflow:hidden;padding:0!important;border:1px solid rgba(99,215,97,.7);background:#061630!important;box-shadow:0 18px 48px rgba(7,22,47,.18)}.pol-preparation-card--temario::after{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(5,18,43,.03) 18%,rgba(5,18,43,.32) 48%,rgba(5,18,43,.97) 100%);content:""}.pol-preparation-card--temario>img{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 22%;transition:transform .65s cubic-bezier(.2,.8,.2,1),filter .4s ease}.pol-preparation-card--temario>div{position:relative;z-index:2;display:flex;height:100%;justify-content:flex-end;flex-direction:column;padding:27px;color:#fff}.pol-preparation-card--temario>div>span{color:var(--pol-green);font-size:12px;font-weight:900;letter-spacing:.13em}.pol-preparation-card--temario>div>strong{max-width:300px;margin:14px 0 7px;color:#fff;font-size:22px;line-height:1.1;letter-spacing:-.035em}.pol-preparation-card--temario>div>p{margin:0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.6}
@media(hover:hover) and (pointer:fine){.pol-home-hero__visual:hover::before{transform:rotate(-1deg) scale(1.015);border-color:var(--pol-green);box-shadow:0 0 48px rgba(99,215,97,.22)}.pol-home-hero__visual:hover figure{transform:translateY(-7px);border-color:rgba(255,255,255,.3);box-shadow:0 42px 105px rgba(0,0,0,.5)}.pol-home-hero__visual:hover figure img{transform:scale(1.035);filter:saturate(1.06) contrast(1.03)}.pol-preparation-card--temario:hover>img{transform:scale(1.055);filter:saturate(1.08)}}
@media(max-width:1180px){.pol-home-price-mini{right:-28px}.pol-home-hero__visual figcaption{right:170px}}
@media(max-width:900px){.pol-home-price-mini{top:36%;right:12px}.pol-home-hero__visual figcaption{right:28px;left:28px}}
@media(max-width:760px){.pol-home-hero__visual::before{inset:-9px 7px 7px -7px}.pol-home-price-mini{top:auto;right:14px;bottom:14px;left:14px;width:auto}.pol-home-hero__visual figcaption{right:24px;bottom:286px;left:24px}.pol-preparation-card--temario>div{padding:25px}}
@media(max-width:520px){.pol-home-hero__visual figcaption{display:none}}
@media(prefers-reduced-motion:reduce){.pol-home-hero__visual::before,.pol-home-hero__visual figure,.pol-home-hero__visual figure img,.pol-home-price-mini,.pol-preparation-card--temario>img{transition:none!important}}

/* 1.7 · Revisión profesional: jerarquía tipográfica, huecos, móvil y contraste. */
.pol-section{padding:88px 0}
.pol-eyebrow{font-weight:700;letter-spacing:.12em}
.pol-title{font-size:clamp(34px,4.6vw,60px);line-height:1.04;letter-spacing:-.03em;font-weight:800}
.pol-lead{font-size:17px;line-height:1.7}
.pol-button{font-weight:700;letter-spacing:0}
.pol-nav a{font-size:14px;font-weight:600}
.pol-header__actions .pol-button{font-weight:700}
.pol-home-hero__copy h1{font-size:clamp(44px,5.4vw,78px);line-height:1;letter-spacing:-.035em;font-weight:800}
.pol-public-hero h1{font-size:clamp(38px,5vw,64px);line-height:1.04;letter-spacing:-.03em;font-weight:800;overflow-wrap:break-word;hyphens:auto}
.pol-cta h2{font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-.03em;font-weight:800}
.pol-faq summary{font-weight:700}
.pol-faq-more a{gap:8px}
.pol-text-link span{margin-left:6px}
.pol-method-grid article{min-height:0;padding:28px}
.pol-method-grid h3{margin:44px 0 12px;font-size:23px;font-weight:800;letter-spacing:-.02em}
.pol-resource-grid article{min-height:0}
.pol-resource-grid h3{margin:26px 0 10px;font-size:19px}
.pol-support-grid h3{margin:22px 0 8px}
.pol-card h3,.pol-pillar h3{margin-top:24px}
.pol-pricing .pol-title{font-size:clamp(32px,3.8vw,50px)}
.pol-preparation-feature h3{font-weight:800}
.pol-preparation-card>strong{font-weight:800}
.pol-module-grid h3,.pol-area-grid h3{font-weight:700}

/* Marcador «Entiende · Comprueba · Avanza»: columnas explícitas para que no se descoloque. */
.pol-public-hero__marker span{grid-column:1}
.pol-public-hero__marker b{grid-column:2}
.pol-public-hero__marker i{grid-column:1}

/* Precio: el sufijo «/ mes» y la etiqueta de oferta nunca se parten. */
.pol360-global-price .pol360-offer-label{font-size:12px!important;padding:4px 8px;white-space:nowrap}
.pol-home-price-mini>div>small,.pol-price-card__value>small,.pol-public-price>div>small{white-space:nowrap}
.pol-public-price>div{flex-wrap:wrap}
.pol-price-card>small{color:rgba(255,255,255,.62);font-size:12px}
.pol-home-price-mini>span,.pol-price-card__label,.pol-public-price>span,.pol-contact-direct>span{font-size:12px}

/* Contraste: pie, tarjetas azules y textos secundarios. */
.pol-footer a,.pol-footer p{color:rgba(255,255,255,.74)}
.pol-footer a:hover{color:#fff}
.pol-footer__bottom{color:rgba(255,255,255,.62)}
.pol-preparation-card>span{color:#e6fbe4}
.pol-preparation-card>p{color:rgba(255,255,255,.86)}
.pol-preparation-card.is-green>span{color:#0b4a2a}
.pol-preparation-card.is-green>p{color:rgba(6,22,48,.78)}
.pol-preparation-feature p{color:rgba(255,255,255,.8)}
.pol-progress-preview__chart small,.pol-progress-preview>footer small{font-size:12px;color:rgba(255,255,255,.66)}
.pol-quizpol-partner small{font-size:12px}
.pol-price-reasons li,.pol-platform-list li{font-size:14px}
.pol-home-hero__assurance{color:rgba(255,255,255,.7)}

/* Hero de portada: la tarjeta de precio queda siempre dentro del viewport. */
.pol-home-hero__visual{min-height:600px}
.pol-home-hero__visual figcaption small{font-size:12px}
@media(max-width:1460px){.pol-home-price-mini{right:0}.pol-home-hero__visual figcaption{right:200px}}
@media(max-width:1180px){.pol-home-price-mini{right:8px}}

/* Portada del temario: gradiente más firme para que el texto no compita con la ilustración. */
.pol-preparation-card--temario::after{background:linear-gradient(180deg,rgba(5,18,43,.04) 8%,rgba(5,18,43,.5) 46%,rgba(5,18,43,.97) 100%)}
.pol-preparation-card--temario>img{object-position:center 14%}

/* Cabeceras secundarias: la columna de texto no puede superar el ancho del contenedor. */
@media(max-width:1020px){
  .pol-home-hero__grid,.pol-public-hero__grid,.pol-platform__grid,.pol-objectivopl__grid,.pol-story-grid,.pol-contact-layout{grid-template-columns:minmax(0,1fr)}
  .pol-public-hero__grid>div{min-width:0}
}

@media(max-width:760px){
  .pol-section{padding:64px 0}
  .pol-title{font-size:clamp(32px,9vw,46px)}
  .pol-home-hero{padding:52px 0 60px}
  .pol-home-hero__copy h1{font-size:clamp(40px,12vw,58px)}
  .pol-home-hero__visual{display:grid;gap:14px;min-height:0}
  .pol-home-hero__visual::before{display:none}
  .pol-home-hero__visual figure{position:relative;inset:auto;height:300px}
  .pol-home-hero__visual figcaption{display:grid;right:20px;bottom:18px;left:20px}
  .pol-home-price-mini{position:relative;top:auto;right:auto;bottom:auto;left:auto;width:100%;margin:0}
  .pol-method-grid article{min-height:0}
  .pol-method-grid h3{margin-top:40px}
  .pol-preparation-grid{grid-template-rows:none;grid-auto-rows:auto}
  .pol-preparation-feature{min-height:420px}
  .pol-preparation-card{min-height:190px}
  .pol-preparation-card--temario{min-height:330px}
  .pol-public-hero{padding:52px 0}
  .pol-public-hero h1{font-size:clamp(34px,10vw,52px)}
  .pol-cta{padding:34px 24px}
  .pol-cta h2{font-size:clamp(28px,8vw,38px)}
  .pol-resource-grid h3{margin-top:22px}
  .pol-support-grid h3{margin-top:18px}
}

@media(max-width:520px){
  .pol-home-hero__visual figure{height:260px}
  .pol-home-hero__visual figcaption{display:grid}
  .pol-home-hero__visual figcaption strong{font-size:15px}
  .pol-contact-options>a{grid-template-columns:40px minmax(0,1fr) auto}
  .pol-contact-options strong{grid-column:auto}
  .pol-public-hero__marker{grid-template-columns:44px minmax(0,1fr)}
}

/* 1.7.1 · Páginas legales legibles: tablas, listas y fecha de actualización. */
.pol-legal-page .pol-content{max-width:860px}
.pol-legal-updated{margin:0 0 28px!important;color:var(--pol-muted);font-size:14px!important;font-weight:700}
.pol-content h2{font-size:26px;margin:44px 0 14px;letter-spacing:-.02em}
.pol-content h2:first-of-type{margin-top:0}
.pol-content h3{font-size:19px;margin:28px 0 10px}
.pol-content p,.pol-content li{font-size:16px;line-height:1.75}
.pol-content ul,.pol-content ol{padding-left:22px;margin:0 0 18px}
.pol-content li{margin:6px 0}
.pol-content li strong,.pol-content p strong{color:var(--pol-navy)}
.pol-content a{color:var(--pol-blue);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.pol-content table{width:100%;margin:18px 0 26px;border-collapse:collapse;font-size:14px;line-height:1.55}
.pol-content th,.pol-content td{padding:12px 14px;border:1px solid var(--pol-border);text-align:left;vertical-align:top;color:var(--pol-text)}
.pol-content th{background:#f1f5fd;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--pol-muted)}
.pol-content tbody tr:nth-child(even) td{background:#fafbfe}
@media(max-width:760px){.pol-content table{display:block;overflow-x:auto;white-space:normal}.pol-content h2{font-size:22px}}

/* ---------- 1.9.0 · Bloque «Qué es POL360» (SEO/GEO) y contacto en el pie ---------- */
.pol-about{background:#fff}
.pol-about__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:56px;align-items:start}
.pol-about__copy p{margin:0 0 16px;font-size:17px;line-height:1.7;color:var(--pol-muted)}
.pol-about__copy p strong{color:var(--pol-text)}
.pol-about__facts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:26px 0 0;padding:0;list-style:none}
.pol-about__facts li{display:grid;gap:4px;padding:16px 14px;border:1px solid var(--pol-border);border-radius:16px;background:var(--pol-paper)}
.pol-about__facts b{font-size:22px;line-height:1.1;color:var(--pol-blue)}
.pol-about__facts span{font-size:13px;color:var(--pol-muted)}
.pol-footer__contact{margin:10px 0 0;font-style:normal;font-size:13px;line-height:1.7;color:rgba(255,255,255,.7)}
.pol-footer__contact a{color:#fff;text-decoration:none}
.pol-footer__contact a:hover{text-decoration:underline}
@media(max-width:1020px){.pol-about__grid{grid-template-columns:1fr;gap:24px}.pol-about__facts{grid-template-columns:1fr 1fr}}

