:root{
--ink:            #14201C; --ink-soft:       #33453D;
--paper:          #F7F5EF; --paper-alt:      #EFEBE0;
--teal-deep:      #0E5B4E; --teal:           #17876F; --teal-bright:    #33C2A0; --tag-orange:     #E8622C; --tag-orange-dark:#C24A1D;
--line:           #DAD4C4;
--white:          #FFFFFF;
--font-display: 'Space Grotesk', 'Segoe UI', sans-serif;
--font-body:    'Work Sans', 'Segoe UI', sans-serif;
--font-mono:    'IBM Plex Mono', 'Courier New', monospace;
--radius-tag: 6px;
--shadow-soft: 0 10px 30px rgba(20,32,28,0.10);
--shadow-strong: 0 18px 40px rgba(20,32,28,0.22);
--maxw: 1180px;
} *, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
margin:0;
font-family: var(--font-body);
color: var(--ink);
background: var(--paper);
font-size: 16px;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
}
img{ max-width:100%; display:block; }
a{ color: var(--teal-deep); text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4{
font-family: var(--font-display);
line-height: 1.12;
margin: 0 0 .5em;
color: var(--ink);
letter-spacing: -0.01em;
}
p{ margin:0 0 1em; }
button{ font-family: inherit; }
:focus-visible{
outline: 3px solid var(--tag-orange);
outline-offset: 2px;
}
.container{
max-width: var(--maxw);
margin: 0 auto;
padding: 0 24px;
}
.eyebrow{
font-family: var(--font-mono);
font-size: .78rem;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--teal-deep);
display:inline-flex;
align-items:center;
gap:.5em;
}
.eyebrow::before{
content:"";
width:18px; height:2px;
background: var(--tag-orange);
display:inline-block;
} .top-bar{
background: var(--ink);
color: #DDEDE7;
font-family: var(--font-mono);
font-size: .82rem;
}
.top-bar .container{
display:flex;
align-items:center;
justify-content:space-between;
gap: 16px;
padding-top:8px;
padding-bottom:8px;
flex-wrap: wrap;
}
.top-bar__info{ display:flex; gap:20px; flex-wrap:wrap; }
.top-bar__info a{ color:#DDEDE7; }
.top-bar__info a:hover{ color: var(--teal-bright); }
.top-bar__item{ display:inline-flex; align-items:center; gap:6px; }
.top-bar__item svg{ width:14px; height:14px; flex:none; }
.top-bar__cta{
display:inline-flex;
align-items:center;
gap:6px;
background: var(--teal-bright);
color: var(--ink);
padding:5px 12px;
border-radius: var(--radius-tag);
font-weight:600;
}
.top-bar__cta:hover{ background:#fff; color:var(--ink); } .site-header{
background: var(--paper);
border-bottom: 1px solid var(--line);
position: sticky;
top:0;
z-index: 40;
}
.site-header.is-scrolled{ box-shadow: var(--shadow-soft); }
.header-row{
display:flex;
align-items:center;
justify-content:space-between;
padding: 14px 0;
gap: 16px;
}
.site-logo{
display:flex;
align-items:center;
gap:10px;
font-family: var(--font-display);
font-weight:700;
font-size: 1.4rem;
color: var(--ink);
}
.site-logo .mark{
width:38px; height:38px;
border-radius: 9px;
background: var(--teal-deep);
display:flex; align-items:center; justify-content:center;
color:#fff;
transform: rotate(-4deg);
}
.site-logo .mark svg{ width:20px; height:20px; }
.site-logo span.tag{
font-family: var(--font-mono);
font-size:.7rem;
color: var(--tag-orange-dark);
display:block;
font-weight:500;
letter-spacing:.05em;
}
.primary-nav ul{ display:flex; gap: 28px; align-items:center; }
.primary-nav a{
font-weight:600;
font-size:.95rem;
color: var(--ink-soft);
position:relative;
padding: 4px 0;
}
.primary-nav a:hover{ color: var(--teal-deep); }
.primary-nav a::after{
content:"";
position:absolute; left:0; right:100%; bottom:-2px;
height:2px; background: var(--tag-orange);
transition: right .2s ease;
}
.primary-nav a:hover::after{ right:0; }
.header-actions{ display:flex; align-items:center; gap:12px; }
.btn{
display:inline-flex; align-items:center; gap:8px;
font-weight:700;
font-size:.92rem;
padding: 11px 20px;
border-radius: var(--radius-tag);
border: 2px solid transparent;
cursor:pointer;
transition: transform .15s ease, box-shadow .15s ease;
}
.btn svg{ width:17px; height:17px; }
.btn:hover{ transform: translateY(-2px); }
.btn--primary{ background: var(--tag-orange); color:#fff; }
.btn--primary:hover{ background: var(--tag-orange-dark); color:#fff; box-shadow: var(--shadow-soft); }
.btn--outline{ border-color: var(--ink); color: var(--ink); background:transparent; }
.btn--outline:hover{ border-color: var(--teal-deep); color: var(--teal-deep); }
.btn--ghost-light{ border-color: rgba(255,255,255,.5); color:#fff; }
.btn--ghost-light:hover{ border-color:#fff; background: rgba(255,255,255,.12); }
.menu-toggle{
display:none;
background:none; border:2px solid var(--ink); border-radius:8px;
width:42px; height:42px; align-items:center; justify-content:center;
}
.menu-toggle svg{ width:20px; height:20px; } .hero{
position: relative;
min-height: 560px;
display:flex;
align-items:flex-end;
background: var(--ink) url(//gangasprint.es/wp-content/themes/gangasprint/assets/img/hero-cat.png) center 30%/cover no-repeat;
overflow:hidden;
}
.hero::before{
content:"";
position:absolute; inset:0;
background:
linear-gradient(0deg, rgba(14,20,18,.94) 0%, rgba(14,20,18,.72) 38%, rgba(14,20,18,.30) 72%, rgba(14,20,18,.55) 100%);
}
.hero__content{
position:relative;
z-index:2;
padding: 90px 0 56px;
max-width: 720px;
}
.hero__eyebrow{
font-family: var(--font-mono);
color: var(--teal-bright);
font-size:.82rem;
letter-spacing:.14em;
text-transform:uppercase;
margin-bottom:14px;
display:block;
}
.hero h1{
color:#fff;
font-size: clamp(2.1rem, 4.4vw, 3.4rem);
margin-bottom:.35em;
}
.hero h1 em{
font-style:normal;
color: var(--teal-bright);
}
.hero p.lede{
color:#EDEAE0;
font-size: 1.12rem;
max-width: 54ch;
margin-bottom: 1.6em;
}
.hero__actions{ display:flex; gap:14px; flex-wrap:wrap; } .section{ padding: 74px 0; }
.section--tight{ padding: 52px 0; }
.section-head{
max-width: 640px;
margin-bottom: 42px;
}
.section-head h2{ font-size: clamp(1.6rem, 3vw, 2.2rem); }
.section-head p{ color: var(--ink-soft); font-size:1.05rem; }
.cat-grid{
display:grid;
grid-template-columns: repeat(5, 1fr);
gap: 22px;
}
.cat-card{
--accent: var(--teal-deep);
position:relative;
background:#fff;
border: 1px solid var(--line);
border-radius: 4px 16px 4px 4px;
padding: 26px 20px 22px;
clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
display:flex; flex-direction:column; gap:14px;
}
.cat-card::after{
content:"";
position:absolute; top:8px; right:8px;
width:8px; height:8px; border-radius:50%;
background: var(--paper);
border: 1px solid var(--line);
}
.cat-card:hover{
transform: translateY(-6px);
box-shadow: var(--shadow-soft);
border-color: var(--accent);
}
.cat-card .icon{
width:52px; height:52px;
border-radius: 12px;
background: color-mix(in srgb, var(--accent) 12%, white);
color: var(--accent);
display:flex; align-items:center; justify-content:center;
}
.cat-card .icon svg{ width:26px; height:26px; }
.cat-card h3{ font-size:1.12rem; margin-bottom:.15em; }
.cat-card p{ color: var(--ink-soft); font-size:.92rem; margin-bottom:.2em; flex:1; }
.cat-card .cat-link{
font-family: var(--font-mono);
font-size:.82rem;
font-weight:600;
color: var(--accent);
display:inline-flex; align-items:center; gap:6px;
}
.cat-card .cat-link svg{ width:14px; height:14px; transition: transform .15s ease; }
.cat-card:hover .cat-link svg{ transform: translateX(4px); }
.cat-card--pets{ --accent: var(--tag-orange); } .features{
background: var(--paper-alt);
border-top:1px solid var(--line);
border-bottom:1px solid var(--line);
}
.feature-grid{
display:grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.feature{ display:flex; gap:16px; }
.feature .num{
font-family: var(--font-mono);
color: var(--tag-orange);
font-weight:700;
font-size: .95rem;
border: 1px dashed var(--tag-orange);
border-radius: 8px;
width:38px; height:38px;
display:flex; align-items:center; justify-content:center;
flex:none;
}
.feature h3{ font-size:1.05rem; margin-bottom:.25em; }
.feature p{ color: var(--ink-soft); font-size:.94rem; margin:0; } .tape{
background: var(--teal-deep);
color: #DFF3EC;
overflow:hidden;
padding: 12px 0;
}
.tape__track{
display:flex;
gap: 48px;
white-space:nowrap;
font-family: var(--font-mono);
font-size:.85rem;
letter-spacing:.06em;
animation: tape-scroll 26s linear infinite;
}
.tape__track span{ display:inline-flex; align-items:center; gap:10px; }
.tape__track span::before{ content:"★"; color: var(--tag-orange); }
@keyframes tape-scroll{
0%{ transform: translateX(0); }
100%{ transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce){
.tape__track{ animation:none; }
} .receipts{ display:grid; grid-template-columns: repeat(3,1fr); gap:26px; }
.receipt{
background:#fff;
border:1px solid var(--line);
padding: 26px 24px;
position:relative;
font-size:.95rem;
box-shadow: var(--shadow-soft);
}
.receipt::before, .receipt::after{
content:"";
position:absolute; left:0; right:0; height:10px;
background:
linear-gradient(135deg, var(--paper) 50%, transparent 50%) 0 0/14px 14px repeat-x,
linear-gradient(-135deg, var(--paper) 50%, transparent 50%) 0 0/14px 14px repeat-x;
}
.receipt::before{ top:-1px; }
.receipt::after{ bottom:-1px; transform: rotate(180deg); }
.receipt p.quote{ color: var(--ink-soft); font-style:normal; }
.receipt .who{
font-family: var(--font-mono);
font-size:.82rem;
color: var(--teal-deep);
font-weight:600;
border-top: 1px dashed var(--line);
padding-top: 12px;
margin-top: 14px;
}
.stars{ color: var(--tag-orange); letter-spacing:2px; margin-bottom:10px; display:block; font-size:.9rem; } .cta-band{
background: var(--ink);
color:#fff;
border-radius: 18px;
padding: 46px 40px;
display:flex;
align-items:center;
justify-content:space-between;
gap: 30px;
flex-wrap:wrap;
position:relative;
overflow:hidden;
}
.cta-band::before{
content:"";
position:absolute; inset:0;
background: repeating-linear-gradient(100deg, transparent 0 22px, rgba(51,194,160,.10) 22px 24px);
pointer-events:none;
}
.cta-band h2{ color:#fff; font-size: clamp(1.4rem, 2.6vw, 1.9rem); max-width: 30ch; margin-bottom:.2em; }
.cta-band p{ color:#CFE7DE; margin:0; }
.cta-band__actions{ display:flex; gap:14px; flex-wrap:wrap; position:relative; z-index:1; } .contact-wrap{
display:grid;
grid-template-columns: 1.05fr .95fr;
gap: 40px;
align-items:stretch;
}
.contact-card{
background:#fff;
border:1px solid var(--line);
border-radius: 16px;
padding: 34px;
}
.contact-list{ margin-top: 18px; display:flex; flex-direction:column; gap:16px; }
.contact-list li{ display:flex; gap:14px; align-items:flex-start; }
.contact-list .ic{
width:38px; height:38px; border-radius:9px; flex:none;
background: color-mix(in srgb, var(--teal-deep) 12%, white);
color: var(--teal-deep);
display:flex; align-items:center; justify-content:center;
}
.contact-list .ic svg{ width:19px; height:19px; }
.contact-list strong{ display:block; font-size:.95rem; }
.contact-list span, .contact-list a{ color: var(--ink-soft); font-size:.92rem; }
.contact-list a:hover{ color: var(--teal-deep); }
.map-embed{
border-radius: 16px;
overflow:hidden;
border:1px solid var(--line);
min-height: 260px;
}
.map-embed iframe{ width:100%; height:100%; min-height:260px; border:0; display:block; } .page-hero{
background: var(--ink);
color:#fff;
padding: 64px 0 46px;
}
.page-hero .eyebrow{ color: var(--teal-bright); }
.page-hero h1{ color:#fff; margin-bottom:.25em; }
.page-hero p{ color:#CFE7DE; max-width:60ch; }
.breadcrumb{
font-family: var(--font-mono);
font-size:.8rem;
color: var(--teal-bright);
margin-bottom: 14px;
}
.breadcrumb a{ color: var(--teal-bright); }
.product-grid{
display:grid;
grid-template-columns: repeat(4, 1fr);
gap: 22px;
}
.product-card{
background:#fff;
border:1px solid var(--line);
border-radius: 10px;
overflow:hidden;
display:flex; flex-direction:column;
}
.product-card__media{
aspect-ratio: 1/1;
background: var(--paper-alt);
display:flex; align-items:center; justify-content:center;
color: var(--teal-deep);
}
.product-card__media svg{ width:44px; height:44px; opacity:.5; }
.product-card__body{ padding: 16px; display:flex; flex-direction:column; gap:6px; flex:1; }
.product-card__body h3{ font-size:.98rem; margin:0; }
.product-card__body .price{
font-family: var(--font-mono);
color: var(--tag-orange-dark);
font-weight:700;
}
.notice-box{
border: 1px dashed var(--teal-deep);
background: color-mix(in srgb, var(--teal-deep) 6%, white);
border-radius: 10px;
padding: 18px 20px;
font-size:.92rem;
color: var(--ink-soft);
} .barcode-strip{
height: 26px;
background: repeating-linear-gradient(90deg,
var(--ink) 0 2px, transparent 2px 5px,
var(--ink) 5px 6px, transparent 6px 11px,
var(--ink) 11px 14px, transparent 14px 17px);
opacity:.9;
}
.site-footer{ background: var(--ink); color: #C9DAD3; padding-top: 54px; }
.footer-grid{
display:grid;
grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
gap: 34px;
padding-bottom: 40px;
border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-col h4{
color:#fff; font-size:.95rem;
font-family: var(--font-mono);
text-transform:uppercase; letter-spacing:.08em;
margin-bottom: 16px;
}
.footer-col ul{ display:flex; flex-direction:column; gap:10px; }
.footer-col a{ color:#C9DAD3; font-size:.92rem; }
.footer-col a:hover{ color: var(--teal-bright); }
.footer-brand .site-logo{ color:#fff; }
.footer-brand p{ color:#9FB6AC; font-size:.9rem; max-width: 34ch; }
.footer-bottom{
display:flex; justify-content:space-between; align-items:center;
padding: 20px 0 26px; flex-wrap:wrap; gap:10px;
font-size:.82rem; color:#8AA69B;
font-family: var(--font-mono);
}
.footer-bottom a{ color:#8AA69B; } .wa-float{
position: fixed; right: 22px; bottom: 22px; z-index:50;
width:58px; height:58px; border-radius:50%;
background: var(--teal-bright);
display:flex; align-items:center; justify-content:center;
box-shadow: var(--shadow-strong);
color: var(--ink);
}
.wa-float svg{ width:28px; height:28px; }
.wa-float:hover{ transform: scale(1.06); } .lineas-grid{
display:grid;
grid-template-columns: repeat(4, 1fr);
gap: 18px;
margin-top: 22px;
}
.linea-card{
display:flex; align-items:center; gap:12px;
background:#fff;
border:1px solid var(--line);
border-radius: 10px;
padding: 16px 18px;
font-weight:600;
font-size:.95rem;
color: var(--ink);
}
.linea-card__icon{
width:36px; height:36px; flex:none;
border-radius:9px;
background: color-mix(in srgb, var(--teal-deep) 12%, white);
color: var(--teal-deep);
display:flex; align-items:center; justify-content:center;
}
.linea-card__icon svg{ width:19px; height:19px; } .quote-section{ margin-top: 56px; }
.brand-grid{
display:flex; flex-wrap:wrap; gap:10px;
margin: 22px 0 34px;
}
.brand-chip{
font-family: var(--font-mono);
font-size:.82rem;
font-weight:600;
padding: 8px 14px;
border-radius: 999px;
border: 1px solid var(--line);
background:#fff;
color: var(--ink-soft);
}
.brand-chip--muted{
border-style:dashed;
color: var(--tag-orange-dark);
border-color: var(--tag-orange);
}
.notice-box--ok{ border-color: var(--teal-deep); background: color-mix(in srgb, var(--teal-deep) 8%, white); color: var(--ink); }
.notice-box--error{ border-color: var(--tag-orange); background: color-mix(in srgb, var(--tag-orange) 8%, white); color: var(--ink); border-style:solid; }
.quote-card{
background:#fff;
border:1px solid var(--line);
border-radius: 16px;
padding: 30px;
}
.quote-form{ display:flex; flex-direction:column; gap:18px; }
.form-row{ display:flex; flex-direction:column; gap:10px; }
.form-row--2{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.form-field{ display:flex; flex-direction:column; gap:6px; }
.form-field > span, .form-field__label{
font-family: var(--font-mono);
font-size:.78rem;
text-transform:uppercase;
letter-spacing:.05em;
color: var(--ink-soft);
}
.form-field input[type="text"],
.form-field input[type="file"],
.form-field textarea{
border: 1px solid var(--line);
border-radius: 8px;
padding: 11px 13px;
font-family: var(--font-body);
font-size: .96rem;
color: var(--ink);
background: var(--paper);
resize: vertical;
}
.form-field input:focus, .form-field textarea:focus{
outline: none;
border-color: var(--teal-deep);
box-shadow: 0 0 0 3px color-mix(in srgb, var(--teal-deep) 18%, transparent);
}
.radio-row{ display:flex; gap:20px; flex-wrap:wrap; font-size:.92rem; color: var(--ink-soft); }
.radio-row label{ display:inline-flex; align-items:center; gap:6px; }
.quote-form__actions{ display:flex; gap:14px; flex-wrap:wrap; margin-top:6px; }
.btn--small{ padding:8px 14px; font-size:.85rem; }
.quote-form__note{ font-size:.82rem; color: var(--ink-soft); margin:0; } .map-consent-msg{ height:100%; display:flex; flex-direction:column; gap:14px; align-items:flex-start; justify-content:center; } .cookie-banner{
position: fixed;
left: 18px; right: 18px; bottom: 18px;
max-width: 640px;
margin: 0 auto;
background: var(--ink);
color: #DDEDE7;
border-radius: 14px;
padding: 20px 22px;
box-shadow: var(--shadow-strong);
z-index: 80;
display:flex; flex-direction:column; gap:14px;
}
.cookie-banner p{ margin:0; font-size:.9rem; }
.cookie-banner a{ color: var(--teal-bright); text-decoration:underline; }
.cookie-banner__actions{ display:flex; gap:12px; flex-wrap:wrap; }
.cookie-banner[hidden]{ display:none; } @media (max-width: 1024px){
.cat-grid{ grid-template-columns: repeat(3, 1fr); }
.feature-grid, .receipts{ grid-template-columns: repeat(2,1fr); }
.footer-grid{ grid-template-columns: 1fr 1fr; }
.product-grid{ grid-template-columns: repeat(3,1fr); }
.lineas-grid{ grid-template-columns: repeat(2,1fr); }
.contact-wrap{ grid-template-columns: 1fr; }
}
@media (max-width: 780px){
.primary-nav, .header-actions .btn--outline{ display:none; }
.menu-toggle{ display:flex; }
.primary-nav.is-open{
display:flex; position:absolute; left:0; right:0; top:100%;
background:#fff; border-bottom:1px solid var(--line);
padding: 12px 24px 20px;
}
.primary-nav.is-open ul{ flex-direction:column; gap:14px; width:100%; }
.top-bar__info{ gap:12px; }
.cat-grid{ grid-template-columns: repeat(2, 1fr); }
.feature-grid, .receipts{ grid-template-columns: 1fr; }
.product-grid{ grid-template-columns: repeat(2,1fr); }
.lineas-grid{ grid-template-columns: 1fr; }
.form-row--2{ grid-template-columns: 1fr; }
.cta-band{ flex-direction:column; align-items:flex-start; }
.hero{ min-height: 460px; }
}
@media (max-width: 520px){
.cat-grid{ grid-template-columns: 1fr; }
.footer-grid{ grid-template-columns: 1fr; }
.top-bar .container{ justify-content:center; text-align:center; }
}.srfm-pd-widget{max-width:860px;width:100%;display:flex;flex-direction:column;gap:20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:14px;color:#111827;line-height:1.5;box-sizing:border-box}.srfm-pd-widget *,.srfm-pd-widget ::after,.srfm-pd-widget ::before{box-sizing:border-box}.srfm-pd-message{padding:24px;text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:14px}.srfm-pd-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06)}.srfm-pd-section-header{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-bottom:1px solid #e5e7eb}.srfm-pd-section-title{font-size:15px;font-weight:700;color:#111827}.srfm-pd-section-count{font-size:12px;color:#9ca3af;font-weight:500}.srfm-pd-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 9px;border-radius:10px;font-size:11px;font-weight:600;white-space:nowrap}.srfm-pd-badge-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.srfm-pd-badge--active{background:#dcfce7;color:#166534}.srfm-pd-badge--active .srfm-pd-badge-dot{background:#16a34a}.srfm-pd-badge--paid{background:#dcfce7;color:#166534}.srfm-pd-badge--paid .srfm-pd-badge-dot{background:#16a34a}.srfm-pd-badge--cancelled{background:#fee2e2;color:#991b1b}.srfm-pd-badge--cancelled .srfm-pd-badge-dot{background:#ef4444}.srfm-pd-badge--refunded{background:#dbeafe;color:#1e40af}.srfm-pd-badge--refunded .srfm-pd-badge-dot{background:#3b82f6}.srfm-pd-badge--pending{background:#fef3c7;color:#92400e}.srfm-pd-badge--pending .srfm-pd-badge-dot{background:#f59e0b}.srfm-pd-sub-row{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .1s}.srfm-pd-sub-row:last-child{border-bottom:none}.srfm-pd-sub-row:hover{background:#f9fafb}.srfm-pd-sub-row--cancelled{opacity:.6}.srfm-pd-sub-row-left{display:flex;flex-direction:column;gap:2px;min-width:0}.srfm-pd-sub-row-name{font-size:14px;font-weight:600;color:#111827}.srfm-pd-sub-row-meta{font-size:12px;color:#6b7280}.srfm-pd-strike{text-decoration:line-through}.srfm-pd-sub-row-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.srfm-pd-chevron{color:#d1d5db;font-size:16px;line-height:1}.srfm-pd-pay-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:12px 24px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .1s;font-size:13px}.srfm-pd-pay-row:last-child{border-bottom:none}.srfm-pd-pay-row:hover{background:#f9fafb}.srfm-pd-pay-row-left{display:flex;flex-direction:column;gap:1px;min-width:0}.srfm-pd-pay-row-form{font-size:14px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.srfm-pd-pay-row-id{font-size:12px;color:#9ca3af}.srfm-pd-pay-row-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.srfm-pd-pay-row-amount{font-size:14px;font-weight:700;color:#111827;min-width:70px;text-align:right}.srfm-pd-pagination{display:flex;align-items:center;justify-content:space-between;padding:10px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.srfm-pd-pagination-info{font-size:12px;color:#6b7280}.srfm-pd-pagination-links{display:flex;gap:8px}.srfm-pd-pagination-link{font-size:12px;color:#6366f1;font-weight:600;text-decoration:none}.srfm-pd-pagination-link:hover{text-decoration:underline}.srfm-pd-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:none;align-items:center;justify-content:center;z-index:100000}.srfm-pd-overlay--open{display:flex}.srfm-pd-panel{background:#fff;border-radius:14px;width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.2);animation:srfmPdSlideUp .2s ease}@keyframes srfmPdSlideUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.srfm-pd-panel-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.srfm-pd-panel-header-right{text-align:right}.srfm-pd-panel-header-badge{margin-top:8px}.srfm-pd-panel-close{background:0 0;border:none;font-size:22px;color:#9ca3af;cursor:pointer;line-height:1;padding:0}.srfm-pd-panel-close:hover{color:#4b5563}.srfm-pd-panel-id{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.srfm-pd-panel-title{font-size:18px;font-weight:800;color:#111827;margin-top:2px}.srfm-pd-panel-subtitle{font-size:13px;color:#6b7280;margin-top:2px}.srfm-pd-panel-row{display:flex;justify-content:space-between;align-items:center;padding:11px 24px;border-bottom:1px solid #f3f4f6;font-size:13px}.srfm-pd-panel-label{color:#6b7280}.srfm-pd-panel-value{font-weight:600;color:#374151}.srfm-pd-panel-footer{padding:14px 24px;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:8px}.srfm-pd-panel-footer--center{justify-content:center}.srfm-pd-sub-info-box{margin:14px 24px;padding:14px;border-radius:8px;border:1px solid #bbf7d0;background:#f0fdf4}.srfm-pd-sub-info-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#166534;margin-bottom:8px}.srfm-pd-sub-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.srfm-pd-sub-info-label{font-size:10px;font-weight:600;color:#86efac}.srfm-pd-sub-info-value{font-size:12px;font-weight:600;color:#166534}.srfm-pd-single-info-box{margin:14px 24px;padding:12px 14px;border-radius:8px;border:1px solid #e5e7eb;background:#f9fafb;font-size:12px;color:#6b7280;text-align:center}.srfm-pd-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:6px;font-size:12px;font-weight:600;border:1px solid #d1d5db;background:#fff;color:#374151;cursor:pointer;font-family:inherit;transition:all .15s;line-height:1.4}.srfm-pd-btn:hover{background:#e5e7eb;border-color:#9ca3af}.srfm-pd-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.srfm-pd-btn--danger{color:#ef4444;border-color:#fca5a5}.srfm-pd-btn--danger:hover{background:#fee2e2;border-color:#ef4444}.srfm-pd-btn--danger-fill{background:#ef4444;color:#fff;border-color:#ef4444}.srfm-pd-btn--danger-fill:hover{background:#dc2626}.srfm-pd-btn--danger-fill:disabled{opacity:.6;cursor:not-allowed}.srfm-pd-btn--primary{background:#6366f1;color:#fff;border-color:#6366f1}.srfm-pd-btn--primary:hover{background:#4f46e5}.srfm-pd-cancel-body{padding:24px;text-align:center}.srfm-pd-cancel-body--confirm{padding-top:32px}.srfm-pd-cancel-body--success{padding:40px 24px}.srfm-pd-cancel-body h4{font-size:16px;font-weight:700;margin:0 0 4px;color:#111827}.srfm-pd-cancel-body p{font-size:13px;color:#6b7280;line-height:1.5;margin:0}.srfm-pd-cancel-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.srfm-pd-cancel-icon--warning{background:#fef3c7}.srfm-pd-cancel-icon--success{background:#dcfce7}.srfm-pd-cancel-icon svg{width:22px;height:22px;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.srfm-pd-txn-id{font-family:monospace;font-size:11px}@media (max-width:600px){.srfm-pd-sub-row{flex-wrap:wrap;gap:8px}.srfm-pd-pay-row{grid-template-columns:1fr auto}.srfm-pd-pay-row-right .srfm-pd-badge{display:none}.srfm-pd-sub-info-grid{grid-template-columns:1fr}.srfm-pd-panel{width:95vw}.srfm-pd-pay-row,.srfm-pd-section-header,.srfm-pd-sub-row{padding-left:16px;padding-right:16px}.srfm-pd-pagination{flex-direction:column;gap:8px;padding:10px 16px}}